C# Class Octopus.Cli.Commands.ExportCommand

Inheritance: ApiCommand
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

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

Méthodes protégées

Méthode Description
Execute ( ) : System.Threading.Tasks.Task

Method Details

Execute() protected méthode

protected Execute ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ExportCommand() public méthode

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