Method | Description | |
---|---|---|
ReleasePlanItem ( string stepName, string packageId, string packageFeedId, bool isResolveable, string userSpecifiedVersion ) : Octopus.Cli.Model | ||
SetChannelVersionRuleTestResult ( ChannelVersionRuleTestResult result ) : void | ||
SetVersionFromLatest ( string version ) : void |
public ReleasePlanItem ( string stepName, string packageId, string packageFeedId, bool isResolveable, string userSpecifiedVersion ) : Octopus.Cli.Model | ||
stepName | string | |
packageId | string | |
packageFeedId | string | |
isResolveable | bool | |
userSpecifiedVersion | string | |
return | Octopus.Cli.Model |
public SetChannelVersionRuleTestResult ( ChannelVersionRuleTestResult result ) : void | ||
result | ChannelVersionRuleTestResult | |
return | void |
public SetVersionFromLatest ( string version ) : void | ||
version | string | |
return | void |