Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102524654
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
Fri, Feb 21, 15:36
Size
509 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 15:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24342502
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