Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894283
PhageExecuteAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
PhageExecuteAction.php
View Options
<?php
final
class
PhageExecuteAction
extends
PhageAction
{
private
$command
;
private
$label
;
private
$timeout
;
private
$exitCode
;
private
$didTimeout
;
public
function
isContainerAction
(
)
{
return
false
;
}
public
function
setCommand
(
PhutilCommandString
$command
)
{
$this
->
command
=
$command
;
return
$this
;
}
public
function
getCommand
(
)
{
return
$this
->
command
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
(
)
{
return
$this
->
label
;
}
public
function
setTimeout
(
$timeout
)
{
$this
->
timeout
=
$timeout
;
return
$this
;
}
public
function
getTimeout
(
)
{
return
$this
->
timeout
;
}
public
function
setExitCode
(
$exit_code
)
{
$this
->
exitCode
=
$exit_code
;
return
$this
;
}
public
function
getExitCode
(
)
{
return
$this
->
exitCode
;
}
public
function
setDidTimeout
(
$did_timeout
)
{
$this
->
didTimeout
=
$did_timeout
;
return
$this
;
}
public
function
getDidTimeout
(
)
{
return
$this
->
didTimeout
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 19:41 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116520
Default Alt Text
PhageExecuteAction.php (1 KB)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment