org.apache.maven.plugin.jira
Class JiraHelper
java.lang.Object
org.apache.maven.plugin.jira.JiraHelper
- public class JiraHelper
- extends Object
A helper class with common JIRA related functionality.
- Version:
- $Id: JiraHelper.html 816584 2012-05-08 12:33:35Z hboutemy $
- Author:
- Dennis Lundberg
Method Summary |
static String |
getPidFromJira(org.apache.maven.plugin.logging.Log log,
String issueManagementUrl,
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 |
JiraHelper
public JiraHelper()
getPidFromJira
public static String getPidFromJira(org.apache.maven.plugin.logging.Log log,
String issueManagementUrl,
HttpClient client)
- Try to get a JIRA pid from the issue management URL.
- Parameters:
log
- Used to tell the user what happenedissueManagementUrl
- The URL to the issue management systemclient
- The client used to connect to JIRA
- Returns:
- The JIRA id for the project, or null if it can't be found
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.