Enum Class RapidViewClauseService.ClauseType
java.lang.Object
java.lang.Enum<RapidViewClauseService.ClauseType>
com.atlassian.greenhopper.service.rapid.RapidViewClauseService.ClauseType
- All Implemented Interfaces:
Serializable
,Comparable<RapidViewClauseService.ClauseType>
,Constable
- Enclosing interface:
- RapidViewClauseService
public static enum RapidViewClauseService.ClauseType
extends Enum<RapidViewClauseService.ClauseType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionViewing Active Sprint issues on Plan ModeAll Plan mode issues including subtasks excluding epicsPlan mode including subtasksIssues shown in sprint-based reports -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RapidViewClauseService.ClauseType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLAN_MODE
-
PLAN_MODE_ACTIVE_SPRINTS
Viewing Active Sprint issues on Plan Mode -
PLAN_MODE_WITH_SUBTASKS
Plan mode including subtasks -
PLAN_MODE_ISSUES
All Plan mode issues including subtasks excluding epics -
WORK_MODE
-
SPRINT_REPORT_MODE
Issues shown in sprint-based reports -
DEFINITION_OF_DONE
-
DEFINITION_OF_NOT_DONE
-
VISIBLE_EPICS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-