|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogInput | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.domain.input | |
| Uses of WorklogInput in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client with parameters of type WorklogInput | |
|---|---|
com.atlassian.util.concurrent.Promise<java.lang.Void> |
IssueRestClient.addWorklog(java.net.URI worklogUri,
WorklogInput worklogInput)
Adds new worklog entry to issue. |
| Uses of WorklogInput in com.atlassian.jira.rest.client.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.domain.input that return WorklogInput | |
|---|---|
WorklogInput |
WorklogInputBuilder.build()
|
static WorklogInput |
WorklogInput.create(java.net.URI issueUri,
java.lang.String comment,
org.joda.time.DateTime startDate,
int minutesSpent)
|
static WorklogInput |
WorklogInput.create(java.net.URI issueUri,
java.lang.String comment,
org.joda.time.DateTime startDate,
int minutesSpent,
Visibility visibility)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||