|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.domain | |
| com.atlassian.jira.rest.client.domain.input | |
| Uses of Version in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client that return Version | |
|---|---|
Version |
VersionRestClient.createVersion(VersionInput version,
ProgressMonitor progressMonitor)
Creates a new version (which logically belongs to a project) |
Version |
VersionRestClient.getVersion(java.net.URI versionUri,
ProgressMonitor progressMonitor)
Retrieves full information about selected project version |
Version |
VersionRestClient.moveVersion(java.net.URI versionUri,
VersionPosition versionPosition,
ProgressMonitor progressMonitor)
Moves selected version to another position. |
Version |
VersionRestClient.moveVersionAfter(java.net.URI versionUri,
java.net.URI afterVersionUri,
ProgressMonitor progressMonitor)
Moves selected version after another version. |
Version |
VersionRestClient.updateVersion(java.net.URI versionUri,
VersionInput versionInput,
ProgressMonitor progressMonitor)
Updates selected version with a new details. |
| Uses of Version in com.atlassian.jira.rest.client.domain |
|---|
| Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type Version | |
|---|---|
java.lang.Iterable<Version> |
Issue.getAffectedVersions()
|
java.lang.Iterable<Version> |
Issue.getFixVersions()
|
java.lang.Iterable<Version> |
Project.getVersions()
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type Version | |
|---|---|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
BasicUser reporter,
BasicUser assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
java.util.Collection<Version> affectedVersions,
java.util.Collection<Version> fixVersions,
java.util.Collection<BasicComponent> components,
TimeTracking timeTracking,
java.util.Collection<Field> fields,
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)
|
|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
BasicUser reporter,
BasicUser assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
java.util.Collection<Version> affectedVersions,
java.util.Collection<Version> fixVersions,
java.util.Collection<BasicComponent> components,
TimeTracking timeTracking,
java.util.Collection<Field> fields,
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)
|
|
Project(java.net.URI self,
java.lang.String key,
java.lang.String description,
BasicUser lead,
java.net.URI uri,
java.util.Collection<Version> versions,
java.util.Collection<BasicComponent> components)
|
|
| Uses of Version in com.atlassian.jira.rest.client.domain.input |
|---|
| Constructors in com.atlassian.jira.rest.client.domain.input with parameters of type Version | |
|---|---|
VersionInputBuilder(java.lang.String projectKey,
Version version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||