C# Class AppVeyor.Common.Extensions.ProjectExtensions

Afficher le fichier Open project: onlyutkarsh/AppVeyorExtension

Méthodes publiques

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

Method Details

EqualsToStatus() public static méthode

public static EqualsToStatus ( this statusString, BuildStatus buildStatus ) : bool
statusString this
buildStatus BuildStatus
Résultat bool

IsInProgress() public static méthode

public static IsInProgress ( this project ) : bool
project this
Résultat bool

ToBuildStatusString() public static méthode

public static ToBuildStatusString ( this statusString ) : string
statusString this
Résultat string

ToBuildVerionString() public static méthode

public static ToBuildVerionString ( this project ) : string
project this
Résultat string

ToCommitIdString() public static méthode

public static ToCommitIdString ( this project ) : string
project this
Résultat string

ToLastRunString() public static méthode

public static ToLastRunString ( this project, bool includeBuildDuration = false ) : string
project this
includeBuildDuration bool
Résultat string