C# Class Octopus.Cli.Commands.CreateEnvironmentCommand

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

Public Methods

Method Description
CreateEnvironmentCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System

Protected Methods

Method Description
Execute ( ) : Task

Method Details

CreateEnvironmentCommand() public method

public CreateEnvironmentCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System
repositoryFactory IOctopusAsyncRepositoryFactory
log ILogger
fileSystem IOctopusFileSystem
clientFactory IOctopusClientFactory
return System

Execute() protected method

protected Execute ( ) : Task
return Task