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

상속: ApiCommand
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
CleanUpEnvironment ( List filteredMachines, EnvironmentResource environmentResource ) : void
FilterByEnvironment ( EnvironmentResource environmentResource ) : Task>
FilterByState ( IEnumerable environmentMachines ) : IEnumerable
GetEnvironment ( ) : Task
GetStateFilterDescription ( ) : string

메소드 상세

CleanEnvironmentCommand() 공개 메소드

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

Execute() 보호된 메소드

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