Package | Description |
---|---|
com.atlassian.jira.rest.client | |
com.atlassian.jira.rest.client.api.domain | |
com.atlassian.jira.rest.client.api.domain.input |
Modifier and Type | Method and Description |
---|---|
String |
BasicComponentNameExtractionFunction.apply(BasicComponent from) |
Modifier and Type | Class and Description |
---|---|
class |
Component
Project component
|
Modifier and Type | Method and Description |
---|---|
Iterable<BasicComponent> |
Project.getComponents() |
Iterable<BasicComponent> |
Issue.getComponents() |
Constructor and Description |
---|
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) |
Project(URI self,
String key,
String name,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
Collection<BasicProjectRole> projectRoles) |
Modifier and Type | Method and Description |
---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(BasicComponent... basicComponents) |
Modifier and Type | Method and Description |
---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(Iterable<BasicComponent> basicComponents) |
Copyright © 2013 Atlassian. All Rights Reserved.