|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicProject | |
---|---|
com.atlassian.jira.rest.client | |
com.atlassian.jira.rest.client.domain | |
com.atlassian.jira.rest.client.domain.input |
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 |
CimProject
Represents project allowed to choose to create new issue. |
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,
String description,
BasicPriority priority,
BasicResolution resolution,
Collection<Attachment> attachments,
BasicUser reporter,
BasicUser 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<Field> fields,
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)
|
Uses of BasicProject in com.atlassian.jira.rest.client.domain.input |
---|
Methods in com.atlassian.jira.rest.client.domain.input with parameters of type BasicProject | |
---|---|
IssueInputBuilder |
IssueInputBuilder.setProject(BasicProject project)
|
Constructors in com.atlassian.jira.rest.client.domain.input with parameters of type BasicProject | |
---|---|
IssueInputBuilder(BasicProject project,
BasicIssueType issueType)
|
|
IssueInputBuilder(BasicProject project,
BasicIssueType issueType,
String summary)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |