|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicComponent | |
|---|---|
| com.atlassian.jira.rest.client.domain | |
| 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 | |
|---|---|
Iterable<BasicComponent> |
Issue.getComponents()
|
Iterable<BasicComponent> |
Project.getComponents()
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type BasicComponent | |
|---|---|
Issue(String summary,
URI self,
String key,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
BasicPriority priority,
BasicResolution resolution,
Collection<Attachment> attachments,
BasicUser reporter,
BasicUser assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
Collection<Field> fields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos)
|
|
Project(URI self,
String key,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||