메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public static ToBuildStatusString ( this statusString ) : string | ||
statusString | this | |
리턴 | string |
public static ToBuildVerionString ( this project ) : string | ||
project | this | |
리턴 | string |
public static ToCommitIdString ( this project ) : string | ||
project | this | |
리턴 | string |
public static ToLastRunString ( this project, bool includeBuildDuration = false ) : string | ||
project | this | |
includeBuildDuration | bool | |
리턴 | string |