|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.jira.JiraHelper
public class JiraHelper
A helper class with common JIRA related functionality.
| Constructor Summary | |
|---|---|
JiraHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getPidFromJira(org.apache.maven.plugin.logging.Log log,
java.lang.String issueManagementUrl,
org.apache.commons.httpclient.HttpClient client)
Try to get a JIRA pid from the issue management URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JiraHelper()
| Method Detail |
|---|
public static java.lang.String getPidFromJira(org.apache.maven.plugin.logging.Log log,
java.lang.String issueManagementUrl,
org.apache.commons.httpclient.HttpClient client)
log - Used to tell the user what happenedissueManagementUrl - The URL to the issue management systemclient - The client used to connect to JIRA
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||