Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468437
HarbormasterArcLintBuildStepImplementation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
905 B
Referenced Files
None
Subscribers
None
HarbormasterArcLintBuildStepImplementation.php
View Options
<?php
final
class
HarbormasterArcLintBuildStepImplementation
extends
HarbormasterBuildStepImplementation
{
const
STEPKEY
=
'arcanist.lint'
;
public
function
getBuildStepAutotargetPlanKey
()
{
return
HarbormasterBuildArcanistAutoplan
::
PLANKEY
;
}
public
function
getBuildStepAutotargetStepKey
()
{
return
self
::
STEPKEY
;
}
public
function
shouldRequireAutotargeting
()
{
return
true
;
}
public
function
getName
()
{
return
pht
(
'Arcanist Lint Results'
);
}
public
function
getGenericDescription
()
{
return
pht
(
'Automatic `arc lint` step.'
);
}
public
function
getBuildStepGroupKey
()
{
return
HarbormasterBuiltinBuildStepGroup
::
GROUPKEY
;
}
public
function
execute
(
HarbormasterBuild
$build
,
HarbormasterBuildTarget
$build_target
)
{
return
;
}
public
function
shouldWaitForMessage
(
HarbormasterBuildTarget
$target
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 5:21 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80549
Default Alt Text
HarbormasterArcLintBuildStepImplementation.php (905 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment