| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api | |
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
Task |
StashClient.addTask(TaskAnchor anchor,
String text)
Create new task
|
| Modifier and Type | Class and Description |
|---|---|
class |
Comment
Basic representation of a comment, only few attributes for now.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAnchor |
Task.getAnchor() |
| Constructor and Description |
|---|
Task(long id,
String text,
String state,
TaskAnchor anchor) |
Copyright © 2020 Atlassian. All rights reserved.