C# Class Octopus.Cli.Commands.DeleteReleasesCommand

Inheritance: ApiCommand
Mostrar archivo Open project: OctopusDeploy/Octo.exe

Public Methods

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

Protected Methods

Method Description
Execute ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetChannelIds ( ProjectResource project ) : Task>
GetProject ( ) : Task

Method Details

DeleteReleasesCommand() public method

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

Execute() protected method

protected Execute ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task