C# 클래스 SepLabs.Projects.TfsManualBuildCreator.TfsManager

Implementation of ITfsManager.
상속: ITfsManager
파일 보기 프로젝트 열기: sep/TfsManualBuildCreator

공개 메소드들

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

메소드 상세

ConnectToServer() 공개 메소드

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.
리턴 void

CreateBuild() 공개 메소드

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.
리턴 void

LoadBuildInProjectByName() 공개 메소드

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.
리턴 void

LoadBuildService() 공개 메소드

Loads the build service.
Thrown if no build service is found.
public LoadBuildService ( ) : void
리턴 void