org.apache.maven.plugin.jira
Class ClassicJiraDownloader
java.lang.Object
  
org.apache.maven.plugin.jira.AbstractJiraDownloader
      
org.apache.maven.plugin.jira.ClassicJiraDownloader
public final class ClassicJiraDownloader
- extends AbstractJiraDownloader
 
Gets relevant issues for a JIRA report via HTTP/RSS.
- Version:
 
  - $Id: ClassicJiraDownloader.java 1428311 2013-01-03 12:16:29Z dennisl $
 
- Author:
 
  - mfranken@xebia.com, jruiz@exist.com
 
 
| Fields inherited from class org.apache.maven.plugin.jira.AbstractJiraDownloader | 
component, filter, fixVersionIds, jiraDatePattern, jiraPassword, jiraUser, log, nbEntriesMax, onlyCurrentVersion, output, priorityIds, project, proxyHost, proxyPass, proxyPort, proxyUser, resolutionIds, settings, sortColumnNames, statusIds, typeIds, useJql, UTF_8, versionPrefix, webPassword, webUser | 
 
 
 
| Methods inherited from class org.apache.maven.plugin.jira.AbstractJiraDownloader | 
getFixFor, getLog, getOutput, getProxyInfo, getVersionPrefix, isJiraAuthenticationConfigured, isOnlyCurrentVersion, isUseJql, setComponent, setFilter, setFixVersionIds, setJiraDatePattern, setJiraPassword, setJiraUser, setLog, setMavenProject, setNbEntries, setOnlyCurrentVersion, setOutput, setPriorityIds, setResolutionIds, setSettings, setSortColumnNames, setStatusIds, setTypeIds, setUseJql, setVersionPrefix, setWebPassword, setWebUser | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassicJiraDownloader
public ClassicJiraDownloader()
doExecute
public void doExecute()
               throws Exception
- Execute the query on the JIRA server.
- Specified by:
 doExecute in class AbstractJiraDownloader
 
- Throws:
 Exception - on error
 
 
getIssueList
public List<Issue> getIssueList()
                         throws MojoExecutionException
- Specified by:
 getIssueList in class AbstractJiraDownloader
 
- Throws:
 MojoExecutionException
 
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.