C# Class Octopus.Cli.Commands.ExportCommand

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

Public Methods

Method Description
ExportCommand ( IExporterLocator exporterLocator, IOctopusFileSystem fileSystem, IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusClientFactory clientFactory ) : System

Protected Methods

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

Method Details

Execute() protected method

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

ExportCommand() public method

public ExportCommand ( IExporterLocator exporterLocator, IOctopusFileSystem fileSystem, IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusClientFactory clientFactory ) : System
exporterLocator IExporterLocator
fileSystem IOctopusFileSystem
repositoryFactory IOctopusAsyncRepositoryFactory
log ILogger
clientFactory IOctopusClientFactory
return System