PHP Class REBELinBLUE\Deployer\Presenters\DeploymentPresenter

Inheritance: extends Robbo\Presenter\Presenter, use trait RuntimePresenter
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode Description
presentCcTrayStatus ( ) : string Returns the build status needed by CCTray These strings can not be translated.
presentCommitterName ( ) : string Gets the name of the committer, or the "Loading" string if it has not yet been determined.
presentCssClass ( ) : string Gets the CSS class for the deployment status.
presentIcon ( ) : string Gets the CSS icon class for the deployment status.
presentOptionalCommandsUsed ( ) : string Gets the IDs of the optional commands which were included in the deployments, for use in a data attribute.
presentReadableStatus ( ) : string Gets the translated deployment status string.
presentShortCommitHash ( ) : string Gets the short commit hash, or the "Loading" string if it has not yet been determined.
presentTimelineCssClass ( ) : string Gets the CSS class for the deployment status for the timeline.

Method Details

presentCcTrayStatus() public méthode

Returns the build status needed by CCTray These strings can not be translated.
public presentCcTrayStatus ( ) : string
Résultat string

presentCommitterName() public méthode

Gets the name of the committer, or the "Loading" string if it has not yet been determined.
public presentCommitterName ( ) : string
Résultat string

presentCssClass() public méthode

Gets the CSS class for the deployment status.
public presentCssClass ( ) : string
Résultat string

presentIcon() public méthode

Gets the CSS icon class for the deployment status.
public presentIcon ( ) : string
Résultat string

presentOptionalCommandsUsed() public méthode

Gets the IDs of the optional commands which were included in the deployments, for use in a data attribute.
public presentOptionalCommandsUsed ( ) : string
Résultat string

presentReadableStatus() public méthode

Gets the translated deployment status string.
public presentReadableStatus ( ) : string
Résultat string

presentShortCommitHash() public méthode

Gets the short commit hash, or the "Loading" string if it has not yet been determined.
public presentShortCommitHash ( ) : string
Résultat string

presentTimelineCssClass() public méthode

Gets the CSS class for the deployment status for the timeline.
public presentTimelineCssClass ( ) : string
Résultat string