public class JiraHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getPidFromJira(org.apache.maven.plugin.logging.Log log,
String issueManagementUrl,
org.apache.commons.httpclient.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.
|
public static String getPidFromJira(org.apache.maven.plugin.logging.Log log, 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 JIRApublic static boolean validateNonProxyHosts(org.apache.maven.wagon.proxy.ProxyInfo proxy, String targetHost)
proxy
- the proxy info object contains set of properties.targetHost
- the target hostnameCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.