PHP 클래스 REBELinBLUE\Deployer\Presenters\DeploymentPresenter

상속: extends Robbo\Presenter\Presenter, use trait RuntimePresenter
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
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.

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