Метод | Описание | |
---|---|---|
Execute ( string commandLineArguments ) : System.Threading.Tasks.Task | ||
GetHelp ( |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
protected abstract Execute ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public Execute ( string commandLineArguments ) : System.Threading.Tasks.Task | ||
commandLineArguments | string | |
Результат | System.Threading.Tasks.Task |
protected static FormatReleasePropertiesAsStrings ( |
||
release | ||
Результат | IEnumerable |
public GetHelp ( |
||
writer | ||
Результат | void |
protected static GetPackageVersionsAsString ( IEnumerable |
||
packages | IEnumerable |
|
Результат | string |
protected GetPortalUrl ( string path ) : string | ||
path | string | |
Результат | string |
protected ReadAdditionalInputsFromConfigurationFile ( string configFile ) : List |
||
configFile | string | |
Результат | List |
protected SetFlagState ( string input, bool &setter ) : void | ||
input | string | |
setter | bool | |
Результат | void |