C# Class DeploymentTracker.Utilities.BuildTasks

TODO: Update summary.
Inheritance: IDisposable
Afficher le fichier Open project: RyanTBerry/WindowsAzureDeploymentTracker

Méthodes publiques

Méthode Description
BuildTasks ( string tfsurl, string solutionName ) : System

Initializes a new instance of the BuildTasks class.

CreateDedicatedTfsWorkSpace ( ) : void

Creates the dedicated TFS work space.

DeleteDedicatedTfsWorkSpace ( ) : void

Deletes the dedicated TFS work space.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetTfsLabelCodeToLocal ( string tfsLabelName ) : void

Gets the TFS label code to local.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources The bulk of the clean-up code is implemented in Dispose(bool)

Private Methods

Méthode Description
CreateRequiredFolders ( ) : void

Creates the required folders.

CreateUniqueBuildDirectory ( string actualsolutionName ) : string

Creates the unique build directory for the solution.

ExecMsBuild ( ) : void
ExecuteProcessWithTF ( string tfsParameters ) : void

Executes TF.exe using parameters

GetPackageFilePath ( ) : string

Gets the package file path.

GetSolutionFilePath ( ) : string

Gets the solution file path.

LogToFile ( string logData ) : void

Logs to file.

Method Details

BuildTasks() public méthode

Initializes a new instance of the BuildTasks class.
public BuildTasks ( string tfsurl, string solutionName ) : System
tfsurl string The tfsurl.
solutionName string Name of the solution.
Résultat System

CreateDedicatedTfsWorkSpace() public méthode

Creates the dedicated TFS work space.
public CreateDedicatedTfsWorkSpace ( ) : void
Résultat void

DeleteDedicatedTfsWorkSpace() public méthode

Deletes the dedicated TFS work space.
public DeleteDedicatedTfsWorkSpace ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources The bulk of the clean-up code is implemented in Dispose(bool)
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

GetTfsLabelCodeToLocal() public méthode

Gets the TFS label code to local.
public GetTfsLabelCodeToLocal ( string tfsLabelName ) : void
tfsLabelName string Name of the TFS label.
Résultat void