PHP Класс REBELinBLUE\Deployer\Presenters\DeploymentPresenter

Наследование: extends Robbo\Presenter\Presenter, use trait RuntimePresenter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

presentCcTrayStatus() публичный Метод

Returns the build status needed by CCTray These strings can not be translated.
public presentCcTrayStatus ( ) : string
Результат string

presentCommitterName() публичный Метод

Gets the name of the committer, or the "Loading" string if it has not yet been determined.
public presentCommitterName ( ) : string
Результат string

presentCssClass() публичный Метод

Gets the CSS class for the deployment status.
public presentCssClass ( ) : string
Результат string

presentIcon() публичный Метод

Gets the CSS icon class for the deployment status.
public presentIcon ( ) : string
Результат string

presentOptionalCommandsUsed() публичный Метод

Gets the IDs of the optional commands which were included in the deployments, for use in a data attribute.
public presentOptionalCommandsUsed ( ) : string
Результат string

presentReadableStatus() публичный Метод

Gets the translated deployment status string.
public presentReadableStatus ( ) : string
Результат string

presentShortCommitHash() публичный Метод

Gets the short commit hash, or the "Loading" string if it has not yet been determined.
public presentShortCommitHash ( ) : string
Результат string

presentTimelineCssClass() публичный Метод

Gets the CSS class for the deployment status for the timeline.
public presentTimelineCssClass ( ) : string
Результат string