C# Class Octopus.Cli.Commands.ReleasePlanItem

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

Public Methods

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

Method Details

ReleasePlanItem() public method

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

SetChannelVersionRuleTestResult() public method

public SetChannelVersionRuleTestResult ( ChannelVersionRuleTestResult result ) : void
result ChannelVersionRuleTestResult
return void

SetVersionFromLatest() public method

public SetVersionFromLatest ( string version ) : void
version string
return void