public abstract class AbstractIssuesReport extends AbstractRedmineReport implements IssueCollectorConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected String |
group
The meta to group issues (or null if no grouping)
|
protected Issue[] |
issues
Issues to used for report
|
protected static Map<IssueCollectorConfiguration,Issue[]> |
issuesCache
cache of collected issues
|
anonymous, factory, i18n, issueLinkTemplate, localRepository, outputDirectory, resolver, siteRenderer, versionId, versionLinkTemplateprojectId, releaseProject, releaseUser, usersapiKey, dateFormat, encoding, initOk, password, project, REDMINE_SYSTEM, safe, service, serviceInit, session, url, username, verbose| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIssuesReport(String group) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeReport(Locale locale) |
String |
getCategoryIds() |
protected abstract String |
getColumnNames() |
String |
getDescription(Locale locale) |
protected abstract Map<String,String> |
getFilters() |
protected String |
getGroup() |
protected String |
getIssueLinkTemplate() |
String |
getName(Locale locale) |
String |
getOutputName() |
String |
getPriorityIds() |
String |
getStatusIds() |
String |
getTrackerIds() |
protected String |
getVersionLinkTemplate() |
String |
getVersionNames() |
void |
init() |
canGenerateReport, doAction, generate, getBundle, getCategoryName, getReportOutputDirectory, getSink, getSkinArtifactFile, getVersionId, isAnonymous, isExternalReport, setAnonymous, setReportOutputDirectory, setVersionId, skipReportcheckSkip, getProjectId, initReleaseProject, initReleaseUser, setProjectIdafterExecute, closeService, failIfSafe, getAuthConfiguration, getEncoding, getProject, getUrl, isVerbose, setApiKey, setAuthConfiguration, setEncoding, setPassword, setProject, setUrl, setUsername, setVerboseacceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, backupFile, checkEncoding, checkPackaging, checkResource, checkRunOnceDone, copyFile, createDirectoryIfNecessary, createNewFile, deleteFile, execute, getBackupFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getRootProject, getTemplate, hasClassPath, initClassLoader, isExecutionRoot, isFileNewerThanPomFile, needInvoke, needInvoke, rejectPackaging, removeCompileSourceRoots, removeTestCompileSourceRoots, renameFile, writeFilegetLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxEntries, getProjectId, getVersionId, isOnlyCurrentVersion, isVerbose, setVersionIdprotected final String group
protected static Map<IssueCollectorConfiguration,Issue[]> issuesCache
protected Issue[] issues
protected AbstractIssuesReport(String group)
protected abstract String getColumnNames()
public final String getOutputName()
getOutputName in interface org.apache.maven.reporting.MavenReportpublic final String getName(Locale locale)
getName in interface org.apache.maven.reporting.MavenReportgetName in class AbstractRedmineReportpublic final String getDescription(Locale locale)
getDescription in interface org.apache.maven.reporting.MavenReportgetDescription in class AbstractRedmineReportpublic String getCategoryIds()
getCategoryIds in interface IssueCollectorConfigurationpublic String getVersionNames()
getVersionNames in interface IssueCollectorConfigurationpublic String getPriorityIds()
getPriorityIds in interface IssueCollectorConfigurationpublic String getStatusIds()
getStatusIds in interface IssueCollectorConfigurationpublic String getTrackerIds()
getTrackerIds in interface IssueCollectorConfigurationpublic void init()
throws Exception
init in class AbstractRedmineMojoWithProjectExceptionpublic void executeReport(Locale locale) throws org.apache.maven.reporting.MavenReportException
executeReport in class AbstractRedmineReportorg.apache.maven.reporting.MavenReportExceptionprotected final String getGroup()
protected final String getIssueLinkTemplate()
protected final String getVersionLinkTemplate()
Copyright © 2009–2014 CodeLutin. All rights reserved.