C# Class Octopus.Cli.Commands.PushCommand

Inheritance: ApiCommand
Exibir arquivo Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
PushCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System

Protected Methods

Method Description
Execute ( ) : Task

Private Methods

Method Description
EnsurePackageExists ( IOctopusFileSystem fileSystem, string package ) : string

Method Details

Execute() protected method

protected Execute ( ) : Task
return Task

PushCommand() public method

public PushCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory clientFactory ) : System
repositoryFactory IOctopusAsyncRepositoryFactory
log ILogger
fileSystem IOctopusFileSystem
clientFactory IOctopusClientFactory
return System