C# Class SepLabs.Projects.TfsManualBuildCreator.TfsManager

Implementation of ITfsManager.
Inheritance: ITfsManager
Afficher le fichier Open project: sep/TfsManualBuildCreator

Méthodes publiques

Méthode Description
ConnectToServer ( Uri tfsUri ) : void

Connects to TFS Project Collection.

CreateBuild ( string label, string dropLocation ) : void

Creates the build.

This has not been tested with incorrect TFS permissions.

LoadBuildInProjectByName ( string buildName, string projectName ) : void

Loads the Build Definition in a project by name.

LoadBuildService ( ) : void

Loads the build service.

Method Details

ConnectToServer() public méthode

Connects to TFS Project Collection.
Thrown if unable to connect to Collection URI.
public ConnectToServer ( Uri tfsUri ) : void
tfsUri System.Uri The TFS collection URI.
Résultat void

CreateBuild() public méthode

Creates the build.
This has not been tested with incorrect TFS permissions.
Thrown if unable to create build.
public CreateBuild ( string label, string dropLocation ) : void
label string The label.
dropLocation string The drop location.
Résultat void

LoadBuildInProjectByName() public méthode

Loads the Build Definition in a project by name.
Thrown if unable to find build definition.
public LoadBuildInProjectByName ( string buildName, string projectName ) : void
buildName string Name of the build.
projectName string Name of the project.
Résultat void

LoadBuildService() public méthode

Loads the build service.
Thrown if no build service is found.
public LoadBuildService ( ) : void
Résultat void