|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.jira.JiraDownloader
Gets relevant issues in RSS from a given JIRA installation. Based on version 1.1.2 and patch by Dr. Spock (MPJIRA-8)
| 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 |
public JiraDownloader()
| Method Detail |
public void doExecute()
throws Exception
Exception - on errorpublic void setOutput(File thisOutput)
thisOutput - the output filepublic void setProject(Object thisProject)
thisProject - The project to setpublic void setNbEntries(int nbEntries)
nbEntries - The maximum number of Issuespublic void setStatus(String thisStatus)
thisStatus - The id(s) of the status to show, as comma separated stringpublic void setPriority(String thisPriority)
thisPriority - The id(s) of the priority to show, as comma separated stringpublic void setResolution(String thisResolution)
thisResolution - The id(s) of the resolution to show, as comma separated stringpublic void setWebPassword(String thisWebPassword)
thisWebPassword - The password of the webserverpublic void setWebUser(String thisWebUser)
thisWebUser - The username of the webserverpublic void setProxyNtlmHost(String thisProxyNtlmHost)
thisProxyNtlmHost - The NTLM host to set.public void setProxyNtlmDomain(String thisProxyNtlmDomain)
thisProxyNtlmDomain - The NTLM domain to set.public void setJiraPassword(String thisJiraPassword)
thisJiraPassword - The password for JIRApublic void setJiraUser(String thisJiraUser)
thisJiraUser - The username for JIRApublic void setFilter(String thisFilter)
thisFilter - The filter to query JIRApublic void setComponent(String theseComponents)
theseComponents - The id(s) of components to show, as comma separated stringpublic void setRoadmap(boolean thisRoadmap)
thisRoadmap - The roadmap.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||