Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892612
HarbormasterBuildableInterface.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
865 B
Referenced Files
None
Subscribers
None
HarbormasterBuildableInterface.php
View Options
<?php
interface
HarbormasterBuildableInterface
{
/**
* Get the object PHID which best identifies this buildable to humans.
*
* This object is the primary object associated with the buildable in the
* UI. The most human-readable object for a buildable varies: for example,
* for diffs the container (the revision) is more meaningful than the
* buildable (the diff), but for commits the buildable (the commit) is more
* meaningful than the container (the repository).
*
* @return phid Related object PHID most meaningful for human viewers.
*/
public
function
getHarbormasterBuildableDisplayPHID
(
)
;
public
function
getHarbormasterBuildablePHID
(
)
;
public
function
getHarbormasterContainerPHID
(
)
;
public
function
getBuildVariables
(
)
;
public
function
getAvailableBuildVariables
(
)
;
public
function
newBuildableEngine
(
)
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:05 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126776
Default Alt Text
HarbormasterBuildableInterface.php (865 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment