PHP Class REBELinBLUE\Deployer\Presenters\ProjectPresenter

Inheritance: extends CommandPresenter
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode 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 méthode

Show the application status.
public presentAppStatus ( ) : string
Résultat string

presentAppStatusCss() public méthode

Show the application status css.
public presentAppStatusCss ( ) : string
Résultat string

presentCcTrayStatus() public méthode

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

presentCssClass() public méthode

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

presentHeartBeatStatus() public méthode

Show heartbeat status count.
public presentHeartBeatStatus ( ) : string
Résultat string

presentHeartBeatStatusCss() public méthode

The application heartbeat status css.
public presentHeartBeatStatusCss ( ) : string
Résultat string

presentIcon() public méthode

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

presentReadableStatus() public méthode

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

presentTypeIcon() public méthode

Gets an icon which represents the repository type.
public presentTypeIcon ( ) : string
Résultat string