Uses of Class
com.atlassian.jira.rest.client.api.domain.Version

Packages that use Version
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.api.domain.input   
 

Uses of Version in com.atlassian.jira.rest.client.api
 

Methods in com.atlassian.jira.rest.client.api that return types with arguments of type Version
 com.atlassian.util.concurrent.Promise<Version> VersionRestClient.createVersion(VersionInput version)
          Creates a new version (which logically belongs to a project)
 com.atlassian.util.concurrent.Promise<Version> VersionRestClient.getVersion(URI versionUri)
          Retrieves full information about selected project version
 com.atlassian.util.concurrent.Promise<Version> VersionRestClient.moveVersion(URI versionUri, VersionPosition versionPosition)
          Moves selected version to another position.
 com.atlassian.util.concurrent.Promise<Version> VersionRestClient.moveVersionAfter(URI versionUri, URI afterVersionUri)
          Moves selected version after another version.
 com.atlassian.util.concurrent.Promise<Version> VersionRestClient.updateVersion(URI versionUri, VersionInput versionInput)
          Updates selected version with a new details.
 

Uses of Version in com.atlassian.jira.rest.client.api.domain
 

Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type Version
 Iterable<Version> Issue.getAffectedVersions()
           
 Iterable<Version> Issue.getFixVersions()
           
 Iterable<Version> Project.getVersions()
           
 

Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Version
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)
           
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 Version in com.atlassian.jira.rest.client.api.domain.input
 

Method parameters in com.atlassian.jira.rest.client.api.domain.input with type arguments of type Version
 IssueInputBuilder IssueInputBuilder.setAffectedVersions(Iterable<Version> versions)
           
 IssueInputBuilder IssueInputBuilder.setFixVersions(Iterable<Version> versions)
           
 

Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type Version
VersionInputBuilder(String projectKey, Version version)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.