C# Class SPDeployment.Deployer

Show file Open project: mwiedemeyer/SPDeployment Class Usage Examples

Public Methods

Method Description
DeployAll ( bool watch = false ) : void
DeployByEnvironment ( string name = null, bool watch = false ) : void
DeployByName ( string name = null, bool watch = false ) : void
Deployer ( ) : System

Private Methods

Method Description
Deploy ( string name = null, string environment = null, bool watch = false ) : void
GetClientContext ( DeploymentSite site ) : ClientContext
Log ( string message, ConsoleColor color = null ) : void
RegisterWatchTask ( DeploymentSite site ) : void
fs_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

DeployAll() public method

public DeployAll ( bool watch = false ) : void
watch bool
return void

DeployByEnvironment() public method

public DeployByEnvironment ( string name = null, bool watch = false ) : void
name string
watch bool
return void

DeployByName() public method

public DeployByName ( string name = null, bool watch = false ) : void
name string
watch bool
return void

Deployer() public method

public Deployer ( ) : System
return System