org.apache.maven.jira
Class JiraDownloader

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

public final class JiraDownloader
extends 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

Constructor Summary
JiraDownloader()
           
 
Method Summary
 void doExecute()
          Execute the query on the JIRA server.
 void setComponent(String theseComponents)
          Sets the component(s) to apply to query JIRA.
 void setFilter(String thisFilter)
          Sets the filter to apply to query to JIRA.
 void setJiraPassword(String thisJiraPassword)
          Sets the password to LOG into a secured JIRA.
 void setJiraUser(String thisJiraUser)
          Sets the username to LOG into a secured JIRA.
 void setNbEntries(int nbEntries)
          Sets the maximum number of Issues to show.
 void setOutput(File thisOutput)
          Set the output file for the LOG.
 void setPriority(String thisPriority)
          Sets the priority.
 void setProject(Object thisProject)
          Sets the project.
 void setProxyNtlmDomain(String thisProxyNtlmDomain)
          Sets the NTLM domain.
 void setProxyNtlmHost(String thisProxyNtlmHost)
          Sets the NTLM host.
 void setResolution(String thisResolution)
          Sets the resolution.
 void setRoadmap(boolean thisRoadmap)
          Sets the roadmap property.
 void setStatus(String thisStatus)
          Sets the status.
 void setWebPassword(String thisWebPassword)
          Sets the password for authentication against the webserver.
 void setWebUser(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

JiraDownloader

public JiraDownloader()
Method Detail

doExecute

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

Throws:
Exception - on error

setOutput

public void setOutput(File thisOutput)
Set the output file for the LOG.

Parameters:
thisOutput - the output file

setProject

public void setProject(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

setStatus

public void setStatus(String thisStatus)
Sets the status.

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

setPriority

public void setPriority(String thisPriority)
Sets the priority.

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

setResolution

public void setResolution(String thisResolution)
Sets the resolution.

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

setWebPassword

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

Parameters:
thisWebPassword - The password of the webserver

setWebUser

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

Parameters:
thisWebUser - The username of the webserver

setProxyNtlmHost

public void setProxyNtlmHost(String thisProxyNtlmHost)
Sets the NTLM host.

Parameters:
thisProxyNtlmHost - The NTLM host to set.

setProxyNtlmDomain

public void setProxyNtlmDomain(String thisProxyNtlmDomain)
Sets the NTLM domain.

Parameters:
thisProxyNtlmDomain - The NTLM domain to set.

setJiraPassword

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

Parameters:
thisJiraPassword - The password for JIRA

setJiraUser

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

Parameters:
thisJiraUser - The username for JIRA

setFilter

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

Parameters:
thisFilter - The filter to query JIRA

setComponent

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

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

setRoadmap

public void setRoadmap(boolean thisRoadmap)
Sets the roadmap property.

Parameters:
thisRoadmap - The roadmap.


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.