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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
FilterByEnvironments ( List environmentResources ) : Task>
FilterByState ( IEnumerable environmentMachines, HealthStatusProvider provider ) : IEnumerable
GetEnvironments ( ) : Task>
LogFilteredMachines ( IEnumerable environmentMachines, HealthStatusProvider provider, List environmentResources ) : void

메소드 상세

Execute() 보호된 메소드

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

ListMachinesCommand() 공개 메소드

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