Page MenuHomePhorge
Diviner Tech Docs HarbormasterBuildStatus

final class HarbormasterBuildStatus
Phorge Technical Documentation (Harbormaster)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function __construct($key, $properties)

This method is not documented.
Parameters
$key
array$properties
Return
this//Implicit.//

public static function newBuildStatusObject($status)

This method is not documented.
Parameters
$status
Return
wild

private function getProperty($key)

This method is not documented.
Parameters
$key
Return
wild

public function isBuilding()

This method is not documented.
Return
wild

public function isPaused()

This method is not documented.
Return
wild

public function isComplete()

This method is not documented.
Return
wild

public function isPassed()

This method is not documented.
Return
wild

public function isFailed()

This method is not documented.
Return
wild

public function isAborting()

This method is not documented.
Return
wild

public function isRestarting()

This method is not documented.
Return
wild

public function isResuming()

This method is not documented.
Return
wild

public function isPausing()

This method is not documented.
Return
wild

public function isPending()

This method is not documented.
Return
wild

public function getIconIcon()

This method is not documented.
Return
wild

public function getIconColor()

This method is not documented.
Return
wild

public function getName()

This method is not documented.
Return
wild

public static function getBuildStatusName($status)

Get a human readable name for a build status constant.

Parameters
const$statusBuild status constant.
Return
stringHuman-readable name.

public static function getBuildStatusMap()

This method is not documented.
Return
wild

public static function getBuildStatusIcon($status)

This method is not documented.
Parameters
$status
Return
wild

public static function getBuildStatusColor($status)

This method is not documented.
Parameters
$status
Return
wild

public static function getBuildStatusANSIColor($status)

This method is not documented.
Parameters
$status
Return
wild

public static function getWaitingStatusConstants()

This method is not documented.
Return
wild

public static function getActiveStatusConstants()

This method is not documented.
Return
wild

public static function getIncompleteStatusConstants()

This method is not documented.
Return
wild

public static function getCompletedStatusConstants()

This method is not documented.
Return
wild

private static function getBuildStatusSpecMap()

This method is not documented.
Return
wild

private static function getBuildStatusSpec($status)

This method is not documented.
Parameters
$status
Return
wild