Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111182418
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
Wed, Apr 30, 01:47
Size
509 B
Mime Type
text/x-php
Expires
Fri, May 2, 01:47 (2 d)
Engine
blob
Format
Raw Data
Handle
25889608
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
()
{
return
false
;
//$drydock_class = 'PhabricatorDrydockApplication';
//return PhabricatorApplication::isClassInstalled($drydock_class);
}
public
function
shouldShowIfEmpty
()
{
return
false
;
}
}
Event Timeline
Log In to Comment