C# Class Binboo.Jira.Commands.JiraParamValidator

Inheritance: Binboo.Core.Commands.Arguments.ParamValidator
Show file Open project: adrianoc/binboo

Public Properties

Property Type Description
Estimation Binboo.Core.Commands.Arguments.ParamValidator
IssueId Binboo.Core.Commands.Arguments.ParamValidator
IssueStatus Binboo.Core.Commands.Arguments.ParamValidator
Iteration Binboo.Core.Commands.Arguments.ParamValidator
LabelOperations Binboo.Core.Commands.Arguments.ParamValidator
MultipleIssueId Binboo.Core.Commands.Arguments.ParamValidator
Order Binboo.Core.Commands.Arguments.ParamValidator
Peer Binboo.Core.Commands.Arguments.ParamValidator
Project Binboo.Core.Commands.Arguments.ParamValidator
Type Binboo.Core.Commands.Arguments.ParamValidator
UserName Binboo.Core.Commands.Arguments.ParamValidator
Version Binboo.Core.Commands.Arguments.ParamValidator

Protected Methods

Method Description
JiraParamValidator ( string regex ) : Binboo.Core.Commands.Arguments
JiraParamValidator ( string regex, bool optional ) : Binboo.Core.Commands.Arguments

Method Details

JiraParamValidator() protected method

protected JiraParamValidator ( string regex ) : Binboo.Core.Commands.Arguments
regex string
return Binboo.Core.Commands.Arguments

JiraParamValidator() protected method

protected JiraParamValidator ( string regex, bool optional ) : Binboo.Core.Commands.Arguments
regex string
optional bool
return Binboo.Core.Commands.Arguments

Property Details

Estimation public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Estimation
return Binboo.Core.Commands.Arguments.ParamValidator

IssueId public static property

public static ParamValidator,Binboo.Core.Commands.Arguments IssueId
return Binboo.Core.Commands.Arguments.ParamValidator

IssueStatus public static property

public static ParamValidator,Binboo.Core.Commands.Arguments IssueStatus
return Binboo.Core.Commands.Arguments.ParamValidator

Iteration public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Iteration
return Binboo.Core.Commands.Arguments.ParamValidator

LabelOperations public static property

public static ParamValidator,Binboo.Core.Commands.Arguments LabelOperations
return Binboo.Core.Commands.Arguments.ParamValidator

MultipleIssueId public static property

public static ParamValidator,Binboo.Core.Commands.Arguments MultipleIssueId
return Binboo.Core.Commands.Arguments.ParamValidator

Order public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Order
return Binboo.Core.Commands.Arguments.ParamValidator

Peer public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Peer
return Binboo.Core.Commands.Arguments.ParamValidator

Project public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Project
return Binboo.Core.Commands.Arguments.ParamValidator

Type public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Type
return Binboo.Core.Commands.Arguments.ParamValidator

UserName public static property

public static ParamValidator,Binboo.Core.Commands.Arguments UserName
return Binboo.Core.Commands.Arguments.ParamValidator

Version public static property

public static ParamValidator,Binboo.Core.Commands.Arguments Version
return Binboo.Core.Commands.Arguments.ParamValidator