Method | Description | |
---|---|---|
Execute ( string commandLineArguments ) : System.Threading.Tasks.Task | ||
GetHelp ( |
Method | Description | |
---|---|---|
ApiCommand ( IOctopusClientFactory clientFactory, IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem ) : System | ||
Execute ( ) : System.Threading.Tasks.Task | ||
FormatReleasePropertiesAsStrings ( |
||
GetPackageVersionsAsString ( IEnumerable |
||
GetPortalUrl ( string path ) : string | ||
ReadAdditionalInputsFromConfigurationFile ( string configFile ) : List |
||
SetFlagState ( string input, bool &setter ) : void | ||
ValidateParameters ( ) : void |
Method | Description | |
---|---|---|
ParseCredentials ( string username, string password ) : |
||
ServerCertificateValidationCallback ( object sender, |
protected ApiCommand ( IOctopusClientFactory clientFactory, IOctopusAsyncRepositoryFactory repositoryFactory, ILogger log, IOctopusFileSystem fileSystem ) : System | ||
clientFactory | IOctopusClientFactory | |
repositoryFactory | IOctopusAsyncRepositoryFactory | |
log | ILogger | |
fileSystem | IOctopusFileSystem | |
return | System |
protected abstract Execute ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public Execute ( string commandLineArguments ) : System.Threading.Tasks.Task | ||
commandLineArguments | string | |
return | System.Threading.Tasks.Task |
protected static FormatReleasePropertiesAsStrings ( |
||
release | ||
return | IEnumerable |
public GetHelp ( |
||
writer | ||
return | void |
protected static GetPackageVersionsAsString ( IEnumerable |
||
packages | IEnumerable |
|
return | string |
protected GetPortalUrl ( string path ) : string | ||
path | string | |
return | string |
protected ReadAdditionalInputsFromConfigurationFile ( string configFile ) : List |
||
configFile | string | |
return | List |
protected SetFlagState ( string input, bool &setter ) : void | ||
input | string | |
setter | bool | |
return | void |