C# Class Binboo.Jira.Commands.EstimateCommand

Inheritance: JiraCommandBase
Show file Open project: adrianoc/binboo

Public Methods

Method Description
EstimateCommand ( IJiraProxy jira, string help ) : System.Collections.Generic

Protected Methods

Method Description
ProcessCommand ( IContext context ) : ICommandResult

Private Methods

Method Description
Estimate ( string issue, string estimation ) : string

Method Details

EstimateCommand() public method

public EstimateCommand ( IJiraProxy jira, string help ) : System.Collections.Generic
jira IJiraProxy
help string
return System.Collections.Generic

ProcessCommand() protected method

protected ProcessCommand ( IContext context ) : ICommandResult
context IContext
return ICommandResult