C# Class Octopus.Cli.Commands.DeleteAutoDeployOverrideCommand

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

Méthodes publiques

Méthode Description
DeleteAutoDeployOverrideCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory octopusClientFactory ) : System.Collections.Generic

Méthodes protégées

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

Private Methods

Méthode Description
DeleteOverrideForEnvironment ( ProjectResource project, EnvironmentResource environment ) : void
DeleteOverrideForTenant ( ProjectResource project, EnvironmentResource environment, TenantResource tenant ) : void

Method Details

DeleteAutoDeployOverrideCommand() public méthode

public DeleteAutoDeployOverrideCommand ( IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem, IOctopusClientFactory octopusClientFactory ) : System.Collections.Generic
repositoryFactory IOctopusAsyncRepositoryFactory
log ILogger
fileSystem IOctopusFileSystem
octopusClientFactory IOctopusClientFactory
Résultat System.Collections.Generic

Execute() protected méthode

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

ValidateParameters() protected méthode

protected ValidateParameters ( ) : void
Résultat void