|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.jira.JiraHelper
public class JiraHelper
A helper class with common JIRA related functionality.
Method Summary | |
---|---|
static String |
getPidFromJira(Log log,
String issueManagementUrl,
HttpClient client)
Try to get a JIRA pid from the issue management URL. |
static boolean |
validateNonProxyHosts(org.apache.maven.wagon.proxy.ProxyInfo proxy,
String targetHost)
Check if the specified host is in the list of non proxy hosts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getPidFromJira(Log log, String issueManagementUrl, HttpClient client)
log
- Used to tell the user what happenedissueManagementUrl
- The URL to the issue management systemclient
- The client used to connect to JIRA
public static boolean validateNonProxyHosts(org.apache.maven.wagon.proxy.ProxyInfo proxy, String targetHost)
proxy
- the proxy info object contains set of properties.targetHost
- the target hostname
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |