Méthode | Description | |
---|---|---|
EqualsToStatus ( this statusString, BuildStatus buildStatus ) : bool | ||
IsInProgress ( this project ) : bool | ||
ToBuildStatusString ( this statusString ) : string | ||
ToBuildVerionString ( this project ) : string | ||
ToCommitIdString ( this project ) : string | ||
ToLastRunString ( this project, bool includeBuildDuration = false ) : string |
public static EqualsToStatus ( this statusString, BuildStatus buildStatus ) : bool | ||
statusString | this | |
buildStatus | BuildStatus | |
Résultat | bool |
public static IsInProgress ( this project ) : bool | ||
project | this | |
Résultat | bool |
public static ToBuildStatusString ( this statusString ) : string | ||
statusString | this | |
Résultat | string |
public static ToBuildVerionString ( this project ) : string | ||
project | this | |
Résultat | string |
public static ToCommitIdString ( this project ) : string | ||
project | this | |
Résultat | string |
public static ToLastRunString ( this project, bool includeBuildDuration = false ) : string | ||
project | this | |
includeBuildDuration | bool | |
Résultat | string |