Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101280658
HarbormasterExternalBuildStepGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 7, 10:57
Size
298 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 10:57 (2 d)
Engine
blob
Format
Raw Data
Handle
24126850
Attached To
rPH Phabricator
HarbormasterExternalBuildStepGroup.php
View Options
<?php
final
class
HarbormasterExternalBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.external'
;
public
function
getGroupName
()
{
return
pht
(
'Interacting with External Build Systems'
);
}
public
function
getGroupOrder
()
{
return
4000
;
}
}
Event Timeline
Log In to Comment