Package | Description |
---|---|
org.codehaus.swizzle.jira |
Modifier and Type | Method and Description |
---|---|
Version |
Jira.getVersion(Project project,
int id) |
Version |
Jira.getVersion(Project project,
String name) |
Version |
Jira.getVersion(String projectKey,
int id) |
Version |
Jira.getVersion(String projectKey,
String name) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
Issue.getAffectsVersions()
List of Versions
|
List<Version> |
Issue.getFixVersions()
List
|
List<Version> |
Jira.getVersions(Project project) |
List<Version> |
Jira.getVersions(String projectKey)
List<
Version >: Returns all versions available in the specified project |
Modifier and Type | Method and Description |
---|---|
void |
Issue.addAffectsVersion(Version version) |
void |
Issue.addFixVersion(Version version) |
void |
BasicIssueFiller.fill(Issue issue,
Version dest) |
void |
Issue.removeAffectsVersion(Version version) |
void |
Issue.removeFixVersion(Version version) |
Copyright © 2017 The Codehaus Foundation. All rights reserved.