|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.nuiton.plugin.AbstractPlugin
org.nuiton.jredmine.plugin.AbstractRedmineMojo
org.nuiton.jredmine.plugin.report.AbstractRedmineReport
org.nuiton.jredmine.plugin.report.AbstractIssuesReport
org.nuiton.jredmine.plugin.report.IssuesReportByPriority
public class IssuesReportByPriority
Generates a report for issues from Redmine's server group by priority.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.nuiton.plugin.Plugin |
|---|
org.nuiton.plugin.Plugin.Packaging |
| Field Summary | |
|---|---|
protected java.lang.String |
columnNamesByPriority
Sets the column names that you want to show in the report. |
protected java.util.Map<java.lang.String,java.lang.String> |
filtersByPriority
Sets some filters on issues to include. |
protected int |
maxEntriesByPriority
Maximum number of entries to be fetched from redmine. |
protected boolean |
onlyCurrentVersionByPriority
If you only want to show issues for the current version in the report. |
| Fields inherited from class org.nuiton.jredmine.plugin.report.AbstractIssuesReport |
|---|
group |
| Fields inherited from class org.nuiton.jredmine.plugin.report.AbstractRedmineReport |
|---|
factory, i18n, issueLinkTemplate, localRepository, outputDirectory, resolver, siteRenderer, versionLinkTemplate |
| Fields inherited from class org.nuiton.jredmine.plugin.AbstractRedmineMojo |
|---|
dateFormat, encoding, password, project, projectId, REDMINE_SYSTEM, releaseProject, releaseUser, releaseVersion, runOnceDone, safe, service, session, url, username, users, verbose, versionId |
| Fields inherited from class org.nuiton.plugin.AbstractPlugin |
|---|
skipAfterInitMessage |
| Fields inherited from interface org.apache.maven.reporting.MavenReport |
|---|
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
| Constructor Summary | |
|---|---|
IssuesReportByPriority()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getColumnNames()
|
protected java.util.Map<java.lang.String,java.lang.String> |
getFilters()
|
int |
getMaxEntries()
|
boolean |
isOnlyCurrentVersion()
|
| Methods inherited from class org.nuiton.jredmine.plugin.report.AbstractIssuesReport |
|---|
checkRunOnceDone, executeReport, getCategoryIds, getDescription, getGroup, getIssueLinkTemplate, getName, getOutputName, getPriorityIds, getProjectId, getStatusIds, getTrackerIds, getVersionId, getVersionLinkTemplate, getVersionNames, init, isGoalSkip, isRunOnce, setVersionId |
| Methods inherited from class org.nuiton.jredmine.plugin.report.AbstractRedmineReport |
|---|
canGenerateReport, doAction, generate, getBundle, getCategoryName, getReportOutputDirectory, getSink, getSkinArtifactFile, isExternalReport, setReportOutputDirectory |
| Methods inherited from class org.nuiton.jredmine.plugin.AbstractRedmineMojo |
|---|
closeService, execute, getEncoding, getProject, getRestPassword, getRestUrl, getRestUsername, initReleaseProject, initReleaseUser, initReleaseVersion, isRunOnceDone, isSafe, isVerbose, setEncoding, setProject, setRestPassword, setRestUrl, setRestUsername, setSafe, setVerbose |
| Methods inherited from class org.nuiton.plugin.AbstractPlugin |
|---|
acceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, checkPackaging, checkResource, checkRunOnceDone, copyFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getTemplate, initClassLoader, isExecutionRoot, isFileNewerThanPomFile, rejectPackaging, removeCompileSourceRoots, removeTestCompileSourceRoots, writeFile |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.jredmine.plugin.IssueCollectorConfiguration |
|---|
isVerbose |
| Methods inherited from interface org.nuiton.plugin.Plugin |
|---|
getProject, isVerbose, setProject, setVerbose |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute, getLog, setLog |
| Methods inherited from interface org.nuiton.io.rest.RestClientConfiguration |
|---|
getEncoding, getRestPassword, getRestUrl, getRestUsername, isVerbose, setEncoding, setRestPassword, setRestUrl, setRestUsername, setVerbose |
| Field Detail |
|---|
protected int maxEntriesByPriority
protected boolean onlyCurrentVersionByPriority
${project.version} minus
any "-SNAPSHOT" suffix.
protected java.util.Map<java.lang.String,java.lang.String> filtersByPriority
mvn redmine:display-ids -Dtype=<entry key>
protected java.lang.String columnNamesByPriority
Valid columns are: Key, Summary,
Status, Assignee,
Reporter, Tracker, Priority,
Version, Category, Created and
Updated.
| Constructor Detail |
|---|
public IssuesReportByPriority()
| Method Detail |
|---|
public boolean isOnlyCurrentVersion()
public int getMaxEntries()
protected java.lang.String getColumnNames()
getColumnNames in class AbstractIssuesReportprotected java.util.Map<java.lang.String,java.lang.String> getFilters()
getFilters in class AbstractIssuesReport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||