Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92932799
HarbormasterDrydockBuildStepGroup.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, Nov 24, 22:34
Size
532 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 22:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22518301
Attached To
rPH Phabricator
HarbormasterDrydockBuildStepGroup.php
View Options
<?php
final
class
HarbormasterDrydockBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.drydock'
;
public
function
getGroupName
()
{
return
pht
(
'Drydock'
);
}
public
function
getGroupOrder
()
{
return
3000
;
}
public
function
isEnabled
()
{
// c4science custo
return
false
;
//$drydock_class = 'PhabricatorDrydockApplication';
//return PhabricatorApplication::isClassInstalled($drydock_class);
}
public
function
shouldShowIfEmpty
()
{
return
false
;
}
}
Event Timeline
Log In to Comment