C# Class Octopus.Cli.Commands.CreateChannelCommand

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateChannelCommand() public méthode

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

Execute() protected méthode

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