org.apache.maven.plugin.jira
Class JiraHelper

java.lang.Object
  extended byorg.apache.maven.plugin.jira.JiraHelper

public class JiraHelper
extends java.lang.Object

A helper class with common JIRA related functionality.

Version:
$Id: JiraHelper.html 816588 2012-05-08 12:37:27Z hboutemy $
Author:
Dennis Lundberg

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

JiraHelper

public JiraHelper()
Method Detail

getPidFromJira

public 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.

Parameters:
log - Used to tell the user what happened
issueManagementUrl - The URL to the issue management system
client - 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.