Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106518577
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
Wed, Mar 26, 17:19
Size
297 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 17:19 (2 d)
Engine
blob
Format
Raw Data
Handle
25155721
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 Sytems'
);
}
public
function
getGroupOrder
()
{
return
4000
;
}
}
Event Timeline
Log In to Comment