|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.jira.JiraDownloader2
public final class JiraDownloader2
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 | |
|---|---|
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 |
|---|
public JiraDownloader2()
| Method Detail |
|---|
public void doExecute()
throws java.lang.Exception
java.lang.Exception - on errorpublic void setOutput(java.io.File thisOutput)
thisOutput - the output filepublic void setMavenProject(java.lang.Object thisProject)
thisProject - The project to setpublic void setNbEntries(int nbEntries)
nbEntries - The maximum number of Issuespublic void setStatusIds(java.lang.String thisStatusIds)
thisStatusIds - The id(s) of the status to show, as comma separated stringpublic void setPriorityIds(java.lang.String thisPriorityIds)
thisPriorityIds - The id(s) of the priority to show, as comma separated stringpublic void setResolutionIds(java.lang.String thisResolutionIds)
thisResolutionIds - The id(s) of the resolution to show, as comma separated stringpublic void setWebPassword(java.lang.String thisWebPassword)
thisWebPassword - The password of the webserverpublic void setWebUser(java.lang.String thisWebUser)
thisWebUser - The username of the webserverpublic void setJiraPassword(java.lang.String thisJiraPassword)
thisJiraPassword - The password for JIRApublic void setJiraUser(java.lang.String thisJiraUser)
thisJiraUser - The username for JIRApublic void setFilter(java.lang.String thisFilter)
thisFilter - The filter to query JIRApublic void setComponent(java.lang.String theseComponents)
theseComponents - The id(s) of components to show, as comma separated stringpublic void setLog(org.apache.maven.plugin.logging.Log log)
public void setSettings(org.apache.maven.settings.Settings settings)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||