@Mojo(name="issues-report",
requiresOnline=true,
requiresProject=true,
requiresReports=true)
public class IssuesReport
extends AbstractIssuesReport
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnNames
Sets the column names that you want to show in the report.
|
protected Map<String,String> |
filters
Sets some filters on issues to include.
|
protected int |
maxEntries
Maximum number of entries to be fetched from redmine.
|
protected boolean |
onlyCurrentVersion
If you only want to show issues for the current version in the report.
|
protected boolean |
skipIssueReport
A flag to skip the report.
|
group, issues, issuesCachei18n, issueLinkTemplate, localRepository, outputDirectory, repositorySystem, siteRenderer, versionId, versionLinkTemplateprojectId, releaseProject, releaseUser, usersapiKey, dateFormat, encoding, initOk, password, project, REDMINE_SYSTEM, safe, service, serviceInit, session, url, username, verbose| Constructor and Description |
|---|
IssuesReport() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getColumnNames() |
protected Map<String,String> |
getFilters() |
int |
getMaxEntries() |
boolean |
isOnlyCurrentVersion() |
protected boolean |
skipReport() |
executeReport, getCategoryIds, getDescription, getGroup, getIssueLinkTemplate, getName, getOutputName, getPriorityIds, getStatusIds, getTrackerIds, getVersionLinkTemplate, getVersionNames, initcanGenerateReport, doAction, generate, getBundle, getCategoryName, getReportOutputDirectory, getSink, getSkinArtifactFile, getVersionId, isExternalReport, setReportOutputDirectory, setVersionIdcheckSkip, 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, waitgetProjectId, getVersionId, isVerbose, setVersionId@Parameter(property="redmine.maxEntries",
defaultValue="100")
protected int maxEntries
@Parameter(property="redmine.onlyCurrentVersion",
defaultValue="false")
protected boolean onlyCurrentVersion
${project.version} minus
any "-SNAPSHOT" suffix.@Parameter protected Map<String,String> filters
mvn redmine:display-ids -Dtype=<entry key>
@Parameter(property="redmine.columnNames",
defaultValue="Tracker,Category,Key,Summary,Status,Assignee,Version")
protected String columnNames
Valid columns are: Key, Summary,
Status, Assignee,
Reporter, Tracker, Priority,
Version, Category, Created and
Updated.
@Parameter(property="redmine.skipIssueReport",
defaultValue="false")
protected boolean skipIssueReport
public boolean isOnlyCurrentVersion()
public int getMaxEntries()
protected String getColumnNames()
getColumnNames in class AbstractIssuesReportprotected Map<String,String> getFilters()
getFilters in class AbstractIssuesReportprotected boolean skipReport()
skipReport in class AbstractRedmineReporttrue if report should be skipCopyright © 2009–2016 CodeLutin. All rights reserved.