C# Class Binboo.Jira.Commands.LabelCommand

Inheritance: JiraCommandBase
Afficher le fichier Open project: adrianoc/binboo

Méthodes publiques

Méthode Description
LabelCommand ( IJiraProxy jira, string help ) : System

Méthodes protégées

Méthode Description
ProcessCommand ( IContext context ) : ICommandResult

Private Methods

Méthode Description
ExecuteCommand ( IEnumerable issueKeys, string>.Func commandBody, Func pipeProvider ) : ICommandResult
FormatOutputMessage ( string issueKey, string labels ) : string
LabelFrom ( string labelOperation ) : string
ParseLabelOperation ( string labelOperation ) : Action>
ParseLabelOperations ( Argument labelOperations ) : IEnumerable>>
ProcessLabelUpdateOperations ( IEnumerable issueKeys, IEnumerable labelOperations ) : ICommandResult
RetrieveLabelList ( IEnumerable issueKeys ) : ICommandResult
UpdateLabels ( RemoteIssue issue, IEnumerable labelOperations ) : IssueField

Method Details

LabelCommand() public méthode

public LabelCommand ( IJiraProxy jira, string help ) : System
jira IJiraProxy
help string
Résultat System

ProcessCommand() protected méthode

protected ProcessCommand ( IContext context ) : ICommandResult
context IContext
Résultat ICommandResult