C# Class Microsoft.WindowsAzure.Management.Websites.Services.GitClient

Inheritance: LinkedRevisionControl
Mostrar archivo Open project: OctopusDeploy/azure-sdk-tools

Public Methods

Method Description
Deploy ( Site website ) : void
GitClient ( System.Management.Automation.PSCmdlet pscmdlet ) : System.Management.Automation
Init ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Deploy() public method

public Deploy ( Site website ) : void
website Site
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GitClient() public method

public GitClient ( System.Management.Automation.PSCmdlet pscmdlet ) : System.Management.Automation
pscmdlet System.Management.Automation.PSCmdlet
return System.Management.Automation

Init() public method

public Init ( ) : void
return void