Package | Description |
---|---|
com.atlassian.bitbucket.event.task | |
com.atlassian.bitbucket.task |
Modifier and Type | Method and Description |
---|---|
TaskState |
TaskUpdatedEvent.getPreviousState() |
Constructor and Description |
---|
TaskUpdatedEvent(Object source,
Task task,
TaskState previousState,
String previousText) |
Modifier and Type | Method and Description |
---|---|
static TaskState |
TaskState.fromId(int id) |
TaskState |
Task.getState() |
TaskState |
TaskUpdateRequest.getState() |
TaskState |
IllegalTaskStateException.getState() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
TaskCount.getCount(TaskState taskState) |
TaskUpdateRequest.Builder |
TaskUpdateRequest.Builder.state(TaskState value) |
Constructor and Description |
---|
IllegalTaskStateException(KeyedMessage message,
TaskState state) |
Copyright © 2019 Atlassian. All rights reserved.