C# Class Octopus.Cli.Commands.PromoteReleaseCommand

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

Execute() protected méthode

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

PromoteReleaseCommand() public méthode

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

ValidateParameters() protected méthode

protected ValidateParameters ( ) : void
Résultat void