| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api | |
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
default Task |
StashClient.updateTask(long taskId,
TaskState taskState)
Updates state of a task.
|
Task |
StashClient.updateTask(long taskId,
TaskState taskState,
String text)
Updates state and/or text of a task.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020 Atlassian. All rights reserved.