Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110228399
HarbormasterBuildableInterface.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, Apr 25, 06:50
Size
865 B
Mime Type
text/x-php
Expires
Sun, Apr 27, 06:50 (2 d)
Engine
blob
Format
Raw Data
Handle
25783330
Attached To
rPH Phabricator
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
();
}
Event Timeline
Log In to Comment