C# Class Octopus.Cli.Commands.PromoteReleaseCommand

Inheritance: DeploymentCommandBase
ファイルを表示 Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
PromoteReleaseCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System.Linq

Protected Methods

Method Description
Execute ( ) : System.Threading.Tasks.Task
ValidateParameters ( ) : void

Method Details

Execute() protected method

protected Execute ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PromoteReleaseCommand() public method

public PromoteReleaseCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System.Linq
repositoryFactory IOctopusAsyncRepositoryFactory
log ILogger
fileSystem IOctopusFileSystem
clientFactory IOctopusClientFactory
return System.Linq

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void