Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96490831
HarbormasterOtherBuildStepGroup.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, Dec 27, 06:08
Size
333 B
Mime Type
text/x-php
Expires
Sun, Dec 29, 06:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23193478
Attached To
rPH Phabricator
HarbormasterOtherBuildStepGroup.php
View Options
<?php
final
class
HarbormasterOtherBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.other'
;
public
function
getGroupName
()
{
return
pht
(
'Other Build Steps'
);
}
public
function
getGroupOrder
()
{
return
9000
;
}
public
function
shouldShowIfEmpty
()
{
return
false
;
}
}
Event Timeline
Log In to Comment