C# Class Cargowire.CIBridge.TeamCity

Implementation of IBuildEngine using Paul Stacks TeamCitySharp
Inheritance: IBuildEngine
Afficher le fichier Open project: cargowire/CIBridge Class Usage Examples

Méthodes publiques

Méthode Description
ForceBuild ( string projectName ) : void
ForceBuild ( string projectName, Branch branch ) : void
GetStatus ( ) : IEnumerable
TeamCity ( Uri url, string username, string password ) : System

Méthodes protégées

Méthode Description
NegotiateProjectName ( string projectName, Branch branch ) : string

Private Methods

Méthode Description
Open ( ) : TeamCitySharp.TeamCityClient
Open ( Uri uri ) : TeamCitySharp.TeamCityClient

Method Details

ForceBuild() public méthode

public ForceBuild ( string projectName ) : void
projectName string
Résultat void

ForceBuild() public méthode

public ForceBuild ( string projectName, Branch branch ) : void
projectName string
branch Branch
Résultat void

GetStatus() public méthode

public GetStatus ( ) : IEnumerable
Résultat IEnumerable

NegotiateProjectName() protected méthode

protected NegotiateProjectName ( string projectName, Branch branch ) : string
projectName string
branch Branch
Résultat string

TeamCity() public méthode

public TeamCity ( Uri url, string username, string password ) : System
url System.Uri
username string
password string
Résultat System