|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiraIssue | |
|---|---|
| hudson.plugins.jira | |
| Uses of JiraIssue in hudson.plugins.jira |
|---|
| Fields in hudson.plugins.jira declared as JiraIssue | |
|---|---|
JiraIssue[] |
JiraBuildAction.issues
|
| Methods in hudson.plugins.jira that return JiraIssue | |
|---|---|
JiraIssue |
JiraSite.getIssue(String id)
Returns the remote issue with the given id or null if it wasn't found. |
JiraIssue |
JiraBuildAction.getIssue(String id)
Finds JiraIssue whose ID matches the given one. |
| Methods in hudson.plugins.jira that return types with arguments of type JiraIssue | |
|---|---|
Set<JiraIssue> |
JiraSite.getIssueWithFixVersion(String projectKey,
String versionName)
Gets a set of issues that have the given fixVersion associated with them. |
| Methods in hudson.plugins.jira with parameters of type JiraIssue | |
|---|---|
int |
JiraIssue.compareTo(JiraIssue that)
|
URL |
JiraSite.getUrl(JiraIssue issue)
Computes the URL to the given issue. |
| Method parameters in hudson.plugins.jira with type arguments of type JiraIssue | |
|---|---|
void |
JiraBuildAction.addIssues(Set<JiraIssue> issuesToBeSaved)
|
| Constructor parameters in hudson.plugins.jira with type arguments of type JiraIssue | |
|---|---|
JiraBuildAction(hudson.model.AbstractBuild<?,?> owner,
Collection<JiraIssue> issues)
|
|
JiraCarryOverAction(List<JiraIssue> issues)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||