C# Class Octopus.Client.Repositories.SchedulerRepository

Inheritance: ISchedulerRepository
显示文件 Open project: OctopusDeploy/Octo.exe Class Usage Examples

Public Methods

Method Description
SchedulerRepository ( IOctopusClient client ) : System
Start ( ) : void
Start ( string taskName ) : void
Stop ( ) : void
Stop ( string taskName ) : void
Trigger ( string taskName ) : void

Method Details

SchedulerRepository() public method

public SchedulerRepository ( IOctopusClient client ) : System
client IOctopusClient
return System

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( string taskName ) : void
taskName string
return void

Stop() public method

public Stop ( ) : void
return void

Stop() public method

public Stop ( string taskName ) : void
taskName string
return void

Trigger() public method

public Trigger ( string taskName ) : void
taskName string
return void