org.apache.maven.plugin.jira
Class RestJiraDownloader

java.lang.Object
  extended by org.apache.maven.plugin.jira.AbstractJiraDownloader
      extended by org.apache.maven.plugin.jira.RestJiraDownloader

public class RestJiraDownloader
extends AbstractJiraDownloader

Use the JIRA REST API to implement the download. This class assumes that the URL points to a copy of JIRA that implements the REST API. A static function may be forthcoming in here to probe and see if a given URL supports it.


Nested Class Summary
static class RestJiraDownloader.NoRest
           
 
Field Summary
 
Fields inherited from class org.apache.maven.plugin.jira.AbstractJiraDownloader
component, connectionTimeout, filter, fixVersionIds, jiraDatePattern, jiraPassword, jiraUser, log, nbEntriesMax, onlyCurrentVersion, output, priorityIds, project, proxyHost, proxyPass, proxyPort, proxyUser, receiveTimout, resolutionIds, settings, sortColumnNames, statusIds, typeIds, useJql, UTF_8, versionPrefix, webPassword, webUser
 
Constructor Summary
RestJiraDownloader()
           
 
Method Summary
 void doExecute()
          Execute the query on the JIRA server.
 List<Issue> getIssueList()
           
 
Methods inherited from class org.apache.maven.plugin.jira.AbstractJiraDownloader
getFixFor, getLog, getOutput, getProxyInfo, getVersionPrefix, isJiraAuthenticationConfigured, isOnlyCurrentVersion, isUseJql, setComponent, setConnectionTimeout, setFilter, setFixVersionIds, setJiraDatePattern, setJiraPassword, setJiraUser, setLog, setMavenProject, setNbEntries, setOnlyCurrentVersion, setOutput, setPriorityIds, setReceiveTimout, 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
 

Constructor Detail

RestJiraDownloader

public RestJiraDownloader()
Method Detail

doExecute

public void doExecute()
               throws Exception
Description copied from class: AbstractJiraDownloader
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–2014 The Apache Software Foundation. All rights reserved.