|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicComponent | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of BasicComponent in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client with parameters of type BasicComponent | |
|---|---|
String |
BasicComponentNameExtractionFunction.apply(BasicComponent from)
|
| Uses of BasicComponent in com.atlassian.jira.rest.client.api.domain |
|---|
| Subclasses of BasicComponent in com.atlassian.jira.rest.client.api.domain | |
|---|---|
class |
Component
Project component |
| Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type BasicComponent | |
|---|---|
Iterable<BasicComponent> |
Project.getComponents()
|
Iterable<BasicComponent> |
Issue.getComponents()
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type BasicComponent | |
|---|---|
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)
|
|
| Uses of BasicComponent in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicComponent | |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(BasicComponent... basicComponents)
|
| Method parameters in com.atlassian.jira.rest.client.api.domain.input with type arguments of type BasicComponent | |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setComponents(Iterable<BasicComponent> basicComponents)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||