org.apache.maven.jira
Class JiraDownloader2

java.lang.Object
  extended byorg.apache.maven.jira.JiraDownloader2

public final class JiraDownloader2
extends java.lang.Object

Gets relevant issues in RSS from a given JIRA installation. Based on version 1.1.2 and patch by Dr. Spock (MPJIRA-8)

Author:
mfranken@xebia.com, jruiz@exist.com

Constructor Summary
JiraDownloader2()
           
 
Method Summary
 void doExecute()
          Execute the query on the JIRA server.
 void setComponent(java.lang.String theseComponents)
          Sets the component(s) to apply to query JIRA.
 void setFilter(java.lang.String thisFilter)
          Sets the filter to apply to query to JIRA.
 void setJiraPassword(java.lang.String thisJiraPassword)
          Sets the password to log into a secured JIRA.
 void setJiraUser(java.lang.String thisJiraUser)
          Sets the username to log into a secured JIRA.
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 void setMavenProject(java.lang.Object thisProject)
          Sets the project.
 void setNbEntries(int nbEntries)
          Sets the maximum number of Issues to show.
 void setOutput(java.io.File thisOutput)
          Set the output file for the log.
 void setPriorityIds(java.lang.String thisPriorityIds)
          Sets the priorityIds.
 void setResolutionIds(java.lang.String thisResolutionIds)
          Sets the resolutionIds.
 void setSettings(org.apache.maven.settings.Settings settings)
           
 void setStatusIds(java.lang.String thisStatusIds)
          Sets the statusIds.
 void setWebPassword(java.lang.String thisWebPassword)
          Sets the password for authentication against the webserver.
 void setWebUser(java.lang.String thisWebUser)
          Sets the username for authentication against the webserver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraDownloader2

public JiraDownloader2()
Method Detail

doExecute

public void doExecute()
               throws java.lang.Exception
Execute the query on the JIRA server.

Throws:
java.lang.Exception - on error

setOutput

public void setOutput(java.io.File thisOutput)
Set the output file for the log.

Parameters:
thisOutput - the output file

setMavenProject

public void setMavenProject(java.lang.Object thisProject)
Sets the project.

Parameters:
thisProject - The project to set

setNbEntries

public void setNbEntries(int nbEntries)
Sets the maximum number of Issues to show.

Parameters:
nbEntries - The maximum number of Issues

setStatusIds

public void setStatusIds(java.lang.String thisStatusIds)
Sets the statusIds.

Parameters:
thisStatusIds - The id(s) of the status to show, as comma separated string

setPriorityIds

public void setPriorityIds(java.lang.String thisPriorityIds)
Sets the priorityIds.

Parameters:
thisPriorityIds - The id(s) of the priority to show, as comma separated string

setResolutionIds

public void setResolutionIds(java.lang.String thisResolutionIds)
Sets the resolutionIds.

Parameters:
thisResolutionIds - The id(s) of the resolution to show, as comma separated string

setWebPassword

public void setWebPassword(java.lang.String thisWebPassword)
Sets the password for authentication against the webserver.

Parameters:
thisWebPassword - The password of the webserver

setWebUser

public void setWebUser(java.lang.String thisWebUser)
Sets the username for authentication against the webserver.

Parameters:
thisWebUser - The username of the webserver

setJiraPassword

public void setJiraPassword(java.lang.String thisJiraPassword)
Sets the password to log into a secured JIRA.

Parameters:
thisJiraPassword - The password for JIRA

setJiraUser

public void setJiraUser(java.lang.String thisJiraUser)
Sets the username to log into a secured JIRA.

Parameters:
thisJiraUser - The username for JIRA

setFilter

public void setFilter(java.lang.String thisFilter)
Sets the filter to apply to query to JIRA.

Parameters:
thisFilter - The filter to query JIRA

setComponent

public void setComponent(java.lang.String theseComponents)
Sets the component(s) to apply to query JIRA.

Parameters:
theseComponents - The id(s) of components to show, as comma separated string

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

setSettings

public void setSettings(org.apache.maven.settings.Settings settings)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.