PHP Class REBELinBLUE\Deployer\Presenters\ProjectPresenter

Inheritance: extends CommandPresenter
Show file Open project: rebelinblue/deployer

Public Methods

Method Description
presentAppStatus ( ) : string Show the application status.
presentAppStatusCss ( ) : string Show the application status css.
presentCcTrayStatus ( ) : string Returns the build status needed by CCTray These strings can not be translated.
presentCssClass ( ) : string Gets the CSS class for the project status.
presentHeartBeatStatus ( ) : string Show heartbeat status count.
presentHeartBeatStatusCss ( ) : string The application heartbeat status css.
presentIcon ( ) : string Gets the CSS icon class for the project status.
presentReadableStatus ( ) : string Gets the translated project status string.
presentTypeIcon ( ) : string Gets an icon which represents the repository type.

Method Details

presentAppStatus() public method

Show the application status.
public presentAppStatus ( ) : string
return string

presentAppStatusCss() public method

Show the application status css.
public presentAppStatusCss ( ) : string
return string

presentCcTrayStatus() public method

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

presentCssClass() public method

Gets the CSS class for the project status.
public presentCssClass ( ) : string
return string

presentHeartBeatStatus() public method

Show heartbeat status count.
public presentHeartBeatStatus ( ) : string
return string

presentHeartBeatStatusCss() public method

The application heartbeat status css.

presentIcon() public method

Gets the CSS icon class for the project status.
public presentIcon ( ) : string
return string

presentReadableStatus() public method

Gets the translated project status string.
public presentReadableStatus ( ) : string
return string

presentTypeIcon() public method

Gets an icon which represents the repository type.
public presentTypeIcon ( ) : string
return string