|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicProject | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.domain | |
| Uses of BasicProject in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client that return types with arguments of type BasicProject | |
|---|---|
Iterable<BasicProject> |
ProjectRestClient.getAllProjects(ProgressMonitor progressMonitor)
Returns all projects, which are visible for the currently logged in user. |
| Uses of BasicProject in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of BasicProject in com.atlassian.jira.rest.client.domain | |
|---|---|
class |
Project
Complete information about single JIRA project. |
| Methods in com.atlassian.jira.rest.client.domain that return BasicProject | |
|---|---|
BasicProject |
Issue.getProject()
|
| Constructors in com.atlassian.jira.rest.client.domain with parameters of type BasicProject | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||