org.apache.maven.jira

Class JiraDownloader2

public final class JiraDownloader2 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 jruiz@exist.com

Method Summary
voiddoExecute()
Execute the query on the JIRA server.
voidsetComponent(String theseComponents)
Sets the component(s) to apply to query JIRA.
voidsetFilter(String thisFilter)
Sets the filter to apply to query to JIRA.
voidsetJiraPassword(String thisJiraPassword)
Sets the password to log into a secured JIRA.
voidsetJiraUser(String thisJiraUser)
Sets the username to log into a secured JIRA.
voidsetLog(Log log)
voidsetMavenProject(Object thisProject)
Sets the project.
voidsetNbEntries(int nbEntries)
Sets the maximum number of Issues to show.
voidsetOutput(File thisOutput)
Set the output file for the log.
voidsetPriorityIds(String thisPriorityIds)
Sets the priorityIds.
voidsetResolutionIds(String thisResolutionIds)
Sets the resolutionIds.
voidsetSettings(Settings settings)
voidsetStatusIds(String thisStatusIds)
Sets the statusIds.
voidsetWebPassword(String thisWebPassword)
Sets the password for authentication against the webserver.
voidsetWebUser(String thisWebUser)
Sets the username for authentication against the webserver.

Method Detail

doExecute

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

Throws: Exception on error

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

setFilter

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

Parameters: thisFilter The filter to query JIRA

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

setLog

public void setLog(Log log)

setMavenProject

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

setOutput

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

Parameters: thisOutput the output file

setPriorityIds

public void setPriorityIds(String thisPriorityIds)
Sets the priorityIds.

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

setResolutionIds

public void setResolutionIds(String thisResolutionIds)
Sets the resolutionIds.

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

setSettings

public void setSettings(Settings settings)

setStatusIds

public void setStatusIds(String thisStatusIds)
Sets the statusIds.

Parameters: thisStatusIds The id(s) of the status 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

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