| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<java.lang.Iterable<BasicProject>> |
ProjectRestClient.getAllProjects()
Returns all projects, which are visible for the currently logged in user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CimProject
Represents project allowed to choose to create new issue.
|
class |
Project
Complete information about single JIRA project.
|
| Modifier and Type | Method and Description |
|---|---|
BasicProject |
Issue.getProject() |
| Constructor and Description |
|---|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
java.lang.Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
User reporter,
User 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<IssueField> issueFields,
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) |
| Modifier and Type | Method and Description |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setProject(BasicProject project) |
| Constructor and Description |
|---|
IssueInputBuilder(BasicProject project,
BasicIssueType issueType) |
IssueInputBuilder(BasicProject project,
BasicIssueType issueType,
java.lang.String summary) |
Copyright © 2013 Atlassian. All Rights Reserved.