|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicComponent | |
|---|---|
| com.atlassian.jira.rest.client.domain | |
| com.atlassian.jira.rest.client.domain.input | |
| Uses of BasicComponent in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of BasicComponent in com.atlassian.jira.rest.client.domain | |
|---|---|
class |
Component
Project component |
| Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type BasicComponent | |
|---|---|
java.lang.Iterable<BasicComponent> |
Project.getComponents()
|
java.lang.Iterable<BasicComponent> |
Issue.getComponents()
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type BasicComponent | |
|---|---|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
BasicUser reporter,
BasicUser assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
java.util.Collection<Version> affectedVersions,
java.util.Collection<Version> fixVersions,
java.util.Collection<BasicComponent> components,
TimeTracking timeTracking,
java.util.Collection<Field> fields,
java.util.Collection<Comment> comments,
java.net.URI transitionsUri,
java.util.Collection<IssueLink> issueLinks,
BasicVotes votes,
java.util.Collection<Worklog> worklogs,
BasicWatchers watchers,
java.lang.Iterable<java.lang.String> expandos,
java.util.Collection<Subtask> subtasks,
java.util.Collection<ChangelogGroup> changelog,
java.util.Set<java.lang.String> labels)
|
|
Project(java.net.URI self,
java.lang.String key,
java.lang.String name,
java.lang.String description,
BasicUser lead,
java.net.URI uri,
java.util.Collection<Version> versions,
java.util.Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
java.util.Collection<BasicProjectRole> projectRoles)
|
|
| Uses of BasicComponent in com.atlassian.jira.rest.client.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.domain.input with parameters of type BasicComponent | |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(BasicComponent... basicComponents)
|
| Method parameters in com.atlassian.jira.rest.client.domain.input with type arguments of type BasicComponent | |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(java.lang.Iterable<BasicComponent> basicComponents)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||