|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Worklog | |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of Worklog in com.atlassian.jira.rest.client.api.domain |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type Worklog | |
|---|---|
Iterable<Worklog> |
Issue.getWorklogs()
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Worklog | |
|---|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
String description,
BasicPriority priority,
BasicResolution resolution,
Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
TimeTracking timeTracking,
Collection<IssueField> issueFields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos,
Collection<Subtask> subtasks,
Collection<ChangelogGroup> changelog,
Set<String> labels)
|
|
| Uses of Worklog in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input with parameters of type Worklog | |
|---|---|
WorklogInputBuilder |
WorklogInputBuilder.copyFromWorklog(Worklog worklog)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||