C# Class Octopus.Cli.Commands.DeleteAutoDeployOverrideCommand

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
DeleteOverrideForEnvironment ( ProjectResource project, EnvironmentResource environment ) : void
DeleteOverrideForTenant ( ProjectResource project, EnvironmentResource environment, TenantResource tenant ) : void

Method Details

DeleteAutoDeployOverrideCommand() public method

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

Execute() protected method

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

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void