C# 클래스 Octopus.Cli.Commands.ExportCommand

상속: ApiCommand
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
ExportCommand ( IExporterLocator exporterLocator, IOctopusFileSystem fileSystem, IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusClientFactory clientFactory ) : System

보호된 메소드들

메소드 설명
Execute ( ) : System.Threading.Tasks.Task

메소드 상세

Execute() 보호된 메소드

protected Execute ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExportCommand() 공개 메소드

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