C# 클래스 AppVeyor.Common.Extensions.ProjectExtensions

파일 보기 프로젝트 열기: onlyutkarsh/AppVeyorExtension

공개 메소드들

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

메소드 상세

EqualsToStatus() 공개 정적인 메소드

public static EqualsToStatus ( this statusString, BuildStatus buildStatus ) : bool
statusString this
buildStatus BuildStatus
리턴 bool

IsInProgress() 공개 정적인 메소드

public static IsInProgress ( this project ) : bool
project this
리턴 bool

ToBuildStatusString() 공개 정적인 메소드

public static ToBuildStatusString ( this statusString ) : string
statusString this
리턴 string

ToBuildVerionString() 공개 정적인 메소드

public static ToBuildVerionString ( this project ) : string
project this
리턴 string

ToCommitIdString() 공개 정적인 메소드

public static ToCommitIdString ( this project ) : string
project this
리턴 string

ToLastRunString() 공개 정적인 메소드

public static ToLastRunString ( this project, bool includeBuildDuration = false ) : string
project this
includeBuildDuration bool
리턴 string