Class EstimationConfig
java.lang.Object
com.atlassian.greenhopper.model.rapid.EstimationConfig
Holds information about estimation configuration of rapid view.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThere are four of configuration:EstimationConfig.Type.NONE- no statistics will be calculated for theRapidViewEstimationConfig.Type.ISSUE_COUNT- issues (including sub-tasks) will simply be counted per columnEstimationConfig.Type.ISSUE_COUNT_EXCL_SUBS- issues which are not sub-tasks will be counted per columnEstimationConfig.Type.JIRA_FIELD- the values stored within the specified JIRA field will be accumulated per column -
Constructor Summary
ConstructorsConstructorDescriptionEstimationConfig(EstimationConfig.Type type, com.atlassian.jira.issue.fields.Field field) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.issue.fields.FieldgetField()Will be blank if type isEstimationConfig.Type.NONE,EstimationConfig.Type.ISSUE_COUNTorEstimationConfig.Type.ISSUE_COUNT_EXCL_SUBS.getType()
-
Constructor Details
-
EstimationConfig
-
-
Method Details
-
getType
- Returns:
- the type of estimation.
-
getField
@Nullable public com.atlassian.jira.issue.fields.Field getField()Will be blank if type isEstimationConfig.Type.NONE,EstimationConfig.Type.ISSUE_COUNTorEstimationConfig.Type.ISSUE_COUNT_EXCL_SUBS.- Returns:
- the rank field.
-