C# Class Octopus.Cli.Commands.PushCommand

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Execute ( ) : Task

Private Methods

Méthode Description
EnsurePackageExists ( IOctopusFileSystem fileSystem, string package ) : string

Method Details

Execute() protected méthode

protected Execute ( ) : Task
Résultat Task

PushCommand() public méthode

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