C# Class Octopus.Cli.Commands.CreateEnvironmentCommand

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Execute ( ) : Task

Method Details

CreateEnvironmentCommand() public méthode

public CreateEnvironmentCommand ( 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 ( ) : Task
Résultat Task