C# Class Microsoft.WindowsAzure.Commands.Utilities.Websites.Services.LinkedRevisionControl

Inheritance: IDisposable
Mostra file Open project: Azure/azure-powershell

Protected Properties

Property Type Description
InvocationPath string

Public Methods

Method Description
Deploy ( Site siteData ) : void
Dispose ( ) : void
Init ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitGitOnCurrentDirectory ( ) : void
IsGitWorkingTree ( ) : bool

Method Details

Deploy() public abstract method

public abstract Deploy ( Site siteData ) : void
siteData Site
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Init() public abstract method

public abstract Init ( ) : void
return void

Property Details

InvocationPath protected_oe property

protected string InvocationPath
return string