C# Class Octopus.Cli.Commands.CleanEnvironmentCommand

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
CleanUpEnvironment ( List filteredMachines, EnvironmentResource environmentResource ) : void
FilterByEnvironment ( EnvironmentResource environmentResource ) : Task>
FilterByState ( IEnumerable environmentMachines ) : IEnumerable
GetEnvironment ( ) : Task
GetStateFilterDescription ( ) : string

Method Details

CleanEnvironmentCommand() public méthode

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

Execute() protected méthode

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