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, usersdateFormat, encoding, initOk, password, project, REDMINE_SYSTEM, runOnceDone, safe, service, serviceInit, session, url, username, verbose| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIssuesReport(String group) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkRunOnceDone() |
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() |
protected boolean |
isGoalSkip() |
protected boolean |
isRunOnce() |
canGenerateReport, doAction, generate, getBundle, getCategoryName, getReportOutputDirectory, getSink, getSkinArtifactFile, getVersionId, isAnonymous, isExternalReport, setAnonymous, setReportOutputDirectory, setVersionId, skipReportcheckSkip, getProjectId, initReleaseProject, initReleaseUser, setProjectIdafterExecute, closeService, getApiKey, getEncoding, getProject, getRestPassword, getRestUrl, getRestUsername, isRunOnceDone, isSafe, isVerbose, setApiKey, setEncoding, setProject, setRestPassword, setRestUrl, setRestUsername, setSafe, 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, 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 AbstractRedmineReportprotected boolean isRunOnce()
isRunOnce in class AbstractRedmineMojoprotected boolean checkRunOnceDone()
checkRunOnceDone in class AbstractRedmineMojoprotected boolean isGoalSkip()
isGoalSkip in class AbstractRedmineMojopublic 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.MavenReportExceptionpublic 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 IssueCollectorConfigurationprotected final String getGroup()
protected final String getIssueLinkTemplate()
protected final String getVersionLinkTemplate()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.