C# Class Binboo.Jira.Commands.IssueCommand

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

Méthodes publiques

Méthode Description
IssueCommand ( IJiraProxy proxy, string help ) : System.Collections.Generic

Méthodes protégées

Méthode Description
ProcessCommand ( IContext context ) : ICommandResult

Private Methods

Méthode Description
FormatIssue ( RemoteIssue issue, bool showComments ) : string

Method Details

IssueCommand() public méthode

public IssueCommand ( IJiraProxy proxy, string help ) : System.Collections.Generic
proxy IJiraProxy
help string
Résultat System.Collections.Generic

ProcessCommand() protected méthode

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