Package com.atlassian.greenhopper.model.rapid
package com.atlassian.greenhopper.model.rapid
-
ClassDescriptionEnumator for Types of Board AdminsCard color model objectRepresents the possible card color strategies which can be configured for a
RapidView
.Represents the card layout configuration for a field.Card layout field configuration mode.Holds information about a single mapped column.Holds information about column configuration of rapid view.Constraint type for number of issues in column.Represents the broad definition of progress for a column:ColumnProgress.NOT_STARTED
-- aka "To Do".Holds information about estimation configuration of rapid view.There are four of configuration:EstimationConfig.Type.NONE
- no statistics will be calculated for theRapidView
EstimationConfig.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 columnThis represents the special Backlog column of every Kanban board which has KanPlan enabled.Defines the working days configurationHolds a quickFilter configurationThe object which represents an agile board that is used for managing issues.CompareRapidView
objects by their name, case insensitive (not Locale aware).Represents an instance of aStatisticsFieldConfig
for aRapidView
.Represents the configuration of a Statistics Field for aRapidView
.There are three types of configuration:StatisticsFieldConfig.Type.NONE
- no statistics will be calculated for theRapidView
StatisticsFieldConfig.Type.ISSUE_COUNT
- issues (including sub-tasks) will simply be counted per columnStatisticsFieldConfig.Type.ISSUE_COUNT_EXCL_SUBS
- issues which are not sub-tasks will be counted per columnStatisticsFieldConfig.Type.JIRA_FIELD
- the values stored within the specified JIRA field will be accumulated per columnRepresents an instance of aStatisticsFieldConfig
for aRapidView
.Holds a swimlane configurationRepresents the possible swimlane strategies which can be configured for aRapidView
.Defines the working days configuration