org.apache.maven.jira
public final class JiraDownloader2 extends Object
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 | setLog(Log log) |
void | setMavenProject(Object thisProject)
Sets the project.
|
void | setNbEntries(int nbEntries)
Sets the maximum number of Issues to show.
|
void | setOutput(File thisOutput)
Set the output file for the log.
|
void | setPriorityIds(String thisPriorityIds)
Sets the priorityIds.
|
void | setResolutionIds(String thisResolutionIds)
Sets the resolutionIds.
|
void | setSettings(Settings settings) |
void | setStatusIds(String thisStatusIds)
Sets the statusIds.
|
void | setWebPassword(String thisWebPassword)
Sets the password for authentication against the webserver.
|
void | setWebUser(String thisWebUser)
Sets the username for authentication against the webserver.
|
Throws: Exception on error
Parameters: theseComponents The id(s) of components to show, as comma separated string
Parameters: thisFilter The filter to query JIRA
Parameters: thisJiraPassword The password for JIRA
Parameters: thisJiraUser The username for JIRA
Parameters: thisProject The project to set
Parameters: nbEntries The maximum number of Issues
Parameters: thisOutput the output file
Parameters: thisPriorityIds The id(s) of the priority to show, as comma separated string
Parameters: thisResolutionIds The id(s) of the resolution to show, as comma separated string
Parameters: thisStatusIds The id(s) of the status to show, as comma separated string
Parameters: thisWebPassword The password of the webserver
Parameters: thisWebUser The username of the webserver