C# Class Cake.Kudu.Provider.KuduProvider

Exposes functionality related to Kudu environment.
Exibir arquivo Open project: WCOMAB/Cake.Kudu

Public Methods

Method Description
Sync ( DirectoryPath source ) : void

Sync two folders content

Sync ( DirectoryPath source, DirectoryPath target ) : void

Sync two folders content

Sync ( DirectoryPath source, DirectoryPath target, KuduSyncSettings settings ) : void

Sync two folders content

Private Methods

Method Description
KuduProvider ( ICakeContext context ) : System

Initializes a new instance of the KuduProvider class.

Method Details

Sync() public method

Sync two folders content
public Sync ( DirectoryPath source ) : void
source DirectoryPath The source directory path.
return void

Sync() public method

Sync two folders content
public Sync ( DirectoryPath source, DirectoryPath target ) : void
source DirectoryPath The source directory path.
target DirectoryPath The target directory path.
return void

Sync() public method

Sync two folders content
public Sync ( DirectoryPath source, DirectoryPath target, KuduSyncSettings settings ) : void
source DirectoryPath The source directory path.
target DirectoryPath The target directory path.
settings Cake.Kudu.KuduSync.KuduSyncSettings The settings.
return void