Class KanbanBacklogColumn
java.lang.Object
com.atlassian.greenhopper.model.rapid.AbstractModel
com.atlassian.greenhopper.model.rapid.Column
com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
- All Implemented Interfaces:
com.atlassian.jira.entity.WithId
This represents the special Backlog column of every Kanban board
which has KanPlan enabled.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.greenhopper.model.rapid.Column
Column.ColumnBuilder
-
Field Summary
FieldsFields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
id
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionstatic KanbanBacklogColumn
static KanbanBacklogColumn
getName()
static boolean
isKanbanBacklogColumn
(Column column) static boolean
isKanbanBacklogColumnByName
(String columnName) boolean
static KanbanBacklogColumn
newKanbanBacklogColumn
(Long columnId, List<String> statusIds) Methods inherited from class com.atlassian.greenhopper.model.rapid.Column
builder, builder, getMax, getMin, getStatusIds
Methods inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
equals, getId, hashCode, toString