C# Class Octopus.Cli.Commands.ListReleasesCommand

Inheritance: ApiCommand
ファイルを表示 Open project: OctopusDeploy/Octo.exe Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Execute ( ) : Task

Method Details

Execute() protected method

protected Execute ( ) : Task
return Task

ListReleasesCommand() public method

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