C# Class Octopus.Cli.Commands.ReleasePlan

Afficher le fichier Open project: OctopusDeploy/Octo.exe Class Usage Examples

Méthodes publiques

Méthode Description
FormatAsTable ( ) : string
GetActionVersionNumber ( string packageStepName ) : string
GetHighestVersionNumber ( ) : string
GetSelections ( ) : List
HasStepsViolatingChannelVersionRules ( ) : bool
HasUnresolvedSteps ( ) : bool
IsViableReleasePlan ( ) : bool
ReleasePlan ( ProjectResource project, ChannelResource channel, ReleaseTemplateResource releaseTemplate, IPackageVersionResolver versionResolver ) : System
ToString ( ) : string
Width ( string heading, IEnumerable inputs, int padding = 2, int max = int.MaxValue ) : int

Method Details

FormatAsTable() public méthode

public FormatAsTable ( ) : string
Résultat string

GetActionVersionNumber() public méthode

public GetActionVersionNumber ( string packageStepName ) : string
packageStepName string
Résultat string

GetHighestVersionNumber() public méthode

public GetHighestVersionNumber ( ) : string
Résultat string

GetSelections() public méthode

public GetSelections ( ) : List
Résultat List

HasStepsViolatingChannelVersionRules() public méthode

public HasStepsViolatingChannelVersionRules ( ) : bool
Résultat bool

HasUnresolvedSteps() public méthode

public HasUnresolvedSteps ( ) : bool
Résultat bool

IsViableReleasePlan() public méthode

public IsViableReleasePlan ( ) : bool
Résultat bool

ReleasePlan() public méthode

public ReleasePlan ( ProjectResource project, ChannelResource channel, ReleaseTemplateResource releaseTemplate, IPackageVersionResolver versionResolver ) : System
project ProjectResource
channel Octopus.Client.Model.ChannelResource
releaseTemplate Octopus.Client.Model.ReleaseTemplateResource
versionResolver IPackageVersionResolver
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Width() public méthode

public Width ( string heading, IEnumerable inputs, int padding = 2, int max = int.MaxValue ) : int
heading string
inputs IEnumerable
padding int
max int
Résultat int