Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93779903
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
Sun, Dec 1, 10:55
Size
333 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 10:55 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22703312
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