A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractAnnouncementMojo - Class in org.apache.maven.plugin.announcement
Abstract superclass for announcement mojos.
AbstractAnnouncementMojo() - Constructor for class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
 
AbstractChangesMojo - Class in org.apache.maven.plugin.changes
Abstract superclass for announcement mojos.
AbstractChangesMojo() - Constructor for class org.apache.maven.plugin.changes.AbstractChangesMojo
 
AbstractChangesReport - Class in org.apache.maven.plugin.changes
Base class with the things that should be in AbstractMavenReport anyway.
AbstractChangesReport() - Constructor for class org.apache.maven.plugin.changes.AbstractChangesReport
 
AbstractIssueManagementSystem - Class in org.apache.maven.plugin.issues
Historically, this plugin started out working against an IMS-neutral XML file, and then added extensive support for JIRA with some small snippets of code for other issue management systems.
AbstractIssueManagementSystem() - Constructor for class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
AbstractIssuesReportGenerator - Class in org.apache.maven.plugin.issues
An abstract super class that helps when generating a report on issues.
AbstractIssuesReportGenerator() - Constructor for class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
AbstractJiraDownloader - Class in org.apache.maven.plugin.jira
Abstract API, more or less, to retrieving issue information from JIRA.
AbstractJiraDownloader() - Constructor for class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
Action - Class in org.apache.maven.plugins.changes.model
A single action done on the project, during this release.
Action() - Constructor for class org.apache.maven.plugins.changes.model.Action
 
AdaptiveJiraDownloader - Class in org.apache.maven.plugin.jira
Jira downloader that uses REST or RSS, depending.
AdaptiveJiraDownloader() - Constructor for class org.apache.maven.plugin.jira.AdaptiveJiraDownloader
 
addAction(Action) - Method in class org.apache.maven.plugins.changes.model.Component
Method addAction.
addAction(Action) - Method in class org.apache.maven.plugins.changes.model.Release
Method addAction.
addComment(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addComponent(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addComponent(String, Release) - Method in class org.apache.maven.plugins.changes.model.Release
 
addDueTo(DueTo) - Method in class org.apache.maven.plugins.changes.model.Action
Method addDueTo.
addFixedIssue(FixedIssue) - Method in class org.apache.maven.plugins.changes.model.Action
Method addFixedIssue.
addFixVersion(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addParameter(String, String) - Method in class org.apache.maven.plugin.jira.UrlBuilder
 
addParameter(String, int) - Method in class org.apache.maven.plugin.jira.UrlBuilder
 
addRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
Method addRelease.
AnnouncementMailMojo - Class in org.apache.maven.plugin.announcement
Goal which sends an announcement through email.
AnnouncementMailMojo() - Constructor for class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
AnnouncementMojo - Class in org.apache.maven.plugin.announcement
Goal which generate an announcement from the announcement template.
AnnouncementMojo() - Constructor for class org.apache.maven.plugin.announcement.AnnouncementMojo
 
applyConfiguration(Map<String, String>) - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
applyConfiguration(Map<String, String>) - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Configure this issue management system.
author - Variable in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
Author - Class in org.apache.maven.plugins.changes.model
A description of the author page.
Author() - Constructor for class org.apache.maven.plugins.changes.model.Author
 

B

basedir - Variable in class org.apache.maven.plugin.changes.AbstractChangesMojo
The current project base directory.
basedir - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
The current project base directory.
Body - Class in org.apache.maven.plugins.changes.model
Class Body.
Body() - Constructor for class org.apache.maven.plugins.changes.model.Body
 
build() - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
build() - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
build() - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
build() - Method in class org.apache.maven.plugin.jira.UrlBuilder
 

C

canGenerateIssueLinks(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
Checks whether links to the issues can be generated for the given system.
canGenerateReport() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
canGenerateReport() - Method in class org.apache.maven.plugin.github.GitHubMojo
 
canGenerateReport() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
canGenerateReport() - Method in class org.apache.maven.plugin.trac.TracMojo
 
CHANGES_SCHEMA_PATH - Static variable in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
ChangesCheckMojo - Class in org.apache.maven.plugin.changes
Goal which checks that the changes.xml file has the necessary data to generate an announcement or a report for the current release.
ChangesCheckMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesCheckMojo
 
ChangesDocument - Class in org.apache.maven.plugins.changes.model
Record every release with their subsequent changes.
ChangesDocument() - Constructor for class org.apache.maven.plugins.changes.model.ChangesDocument
 
ChangesMojo - Class in org.apache.maven.plugin.changes
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
ChangesMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesMojo
 
ChangesReportGenerator - Class in org.apache.maven.plugin.changes
Generates a changes report.
ChangesReportGenerator() - Constructor for class org.apache.maven.plugin.changes.ChangesReportGenerator
 
ChangesReportGenerator(List<Release>) - Constructor for class org.apache.maven.plugin.changes.ChangesReportGenerator
 
ChangesSchemaValidator - Interface in org.apache.maven.plugin.changes.schema
 
ChangesValidatorMojo - Class in org.apache.maven.plugin.changes
Goal which validate the changes.xml file.
ChangesValidatorMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesValidatorMojo
 
ChangesXML - Class in org.apache.maven.plugin.changes
A facade for a changes.xml file.
ChangesXML(File, Log) - Constructor for class org.apache.maven.plugin.changes.ChangesXML
Constructor that sets the changes.xml file and the logger.
ChangesXMLRuntimeException - Exception in org.apache.maven.plugin.changes
This is a runtime exception class that is thrown by the ChangesXML.ChangesXML(java.io.File, org.apache.maven.plugin.logging.Log) constructor if the given changes.xml file cannot be parsed, for example it is not well-formed or valid.
ChangesXMLRuntimeException(String) - Constructor for exception org.apache.maven.plugin.changes.ChangesXMLRuntimeException
Default constructor that sets the message.
ChangesXMLRuntimeException(String, Throwable) - Constructor for exception org.apache.maven.plugin.changes.ChangesXMLRuntimeException
Constructor that sets the message and the cause of the exception.
ChangesXpp3Reader - Class in org.apache.maven.plugins.changes.model.io.xpp3
Class ChangesXpp3Reader.
ChangesXpp3Reader() - Constructor for class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
ChangesXpp3Writer - Class in org.apache.maven.plugins.changes.model.io.xpp3
Class ChangesXpp3Writer.
ChangesXpp3Writer() - Constructor for class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Writer
 
characters(char[], int, int) - Method in class org.apache.maven.plugin.jira.JiraXML
 
ClassicJiraDownloader - Class in org.apache.maven.plugin.jira
Gets relevant issues for a JIRA report via HTTP/RSS.
ClassicJiraDownloader() - Constructor for class org.apache.maven.plugin.jira.ClassicJiraDownloader
 
COLUMN_ASSIGNEE - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_COMPONENT - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_CREATED - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_FIX_VERSION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_ID - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_KEY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_PRIORITY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_REPORTER - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_RESOLUTION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_STATUS - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_SUMMARY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_TYPE - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_UPDATED - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_VERSION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
component - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The component to show.
Component - Class in org.apache.maven.plugins.changes.model
A component as a part of current release.
Component() - Constructor for class org.apache.maven.plugins.changes.model.Component
 
components(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
components(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
components(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
components(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
components(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
components(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
configurationKey() - Method in enum org.apache.maven.plugin.changes.IssueType
 
configureAuthentication(String, Settings, Log) - Method in class org.apache.maven.plugin.github.GitHubDownloader
 
connectionTimeout - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
convertReleaseList(List<Release>) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Convert an untyped List of Release objects that comes from changes.xml into a typed List of Release objects.
createAction(Issue) - Method in class org.apache.maven.plugin.changes.IssueAdapter
Create an Action from an issue.
createIssue(Issue) - Method in class org.apache.maven.plugin.github.GitHubDownloader
 

D

DefaultChangesSchemaValidator - Class in org.apache.maven.plugin.changes.schema
 
DefaultChangesSchemaValidator() - Constructor for class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
doExecute() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Execute the query on the JIRA server.
doExecute() - Method in class org.apache.maven.plugin.jira.AdaptiveJiraDownloader
 
doExecute() - Method in class org.apache.maven.plugin.jira.ClassicJiraDownloader
Execute the query on the JIRA server.
doExecute() - Method in class org.apache.maven.plugin.jira.RestJiraDownloader
 
doGenerate(List<Release>) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Add the parameters to velocity context
doGenerate(List<Release>, Release) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
doGenerateEmptyReport(ResourceBundle, Sink, String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
doGenerateEmptyReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.issues.IssuesReportGenerator
 
doGenerateReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
doGenerateReport(ResourceBundle, Sink, List<Issue>) - Method in class org.apache.maven.plugin.issues.IssuesReportGenerator
 
DueTo - Class in org.apache.maven.plugins.changes.model
Name and email of the person to be credited for this change.
DueTo() - Constructor for class org.apache.maven.plugins.changes.model.DueTo
 

E

endElement(String, String, String) - Method in class org.apache.maven.plugin.jira.JiraXML
 
error(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
execute() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
execute() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Generate the template
execute() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
execute() - Method in class org.apache.maven.plugin.changes.ChangesCheckMojo
Check that the latest release contains a valid release date.
execute() - Method in class org.apache.maven.plugin.changes.ChangesValidatorMojo
 
execute() - Method in class org.apache.maven.plugin.changes.HelpMojo
executeReport(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
executeReport(Locale) - Method in class org.apache.maven.plugin.github.GitHubMojo
 
executeReport(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
executeReport(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 
export(List<Release>, String, Writer) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Extract a feed and export it to a Writer.

F

factory - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
 
fatalError(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
FeedGenerator - Class in org.apache.maven.plugin.changes
 
FeedGenerator(Locale) - Constructor for class org.apache.maven.plugin.changes.FeedGenerator
Initialize feedGenerator for a given locale.
filter - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The filter to apply to query to JIRA.
filter(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
filter(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
filter(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
filterIssuesWithVersionPrefix(List<Issue>, String) - Static method in class org.apache.maven.plugin.issues.IssueUtils
Find the issues that has a Fix Version that matches the supplied prefix.
FixedIssue - Class in org.apache.maven.plugins.changes.model
A fixed issue.
FixedIssue() - Constructor for class org.apache.maven.plugins.changes.model.FixedIssue
 
fixVersion(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
fixVersion(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
When both JqlQueryBuilder.fixVersion(String) and JqlQueryBuilder.fixVersionIds(String) are used then you will probably end up with a JQL query that is valid, but returns nothing.
fixVersion(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
This method has no effect in this implementation.
fixVersionIds - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Ids of fix versions to show, as comma separated string.
fixVersionIds(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
fixVersionIds(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
fixVersionIds(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
When both JqlQueryBuilder.fixVersion(String) and JqlQueryBuilder.fixVersionIds(String) are used then you will probably end up with a JQL query that is valid, but returns nothing.
fixVersionIds(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
Add a sequence of version IDs already in a list.
fixVersionIds(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
fixVersionIds(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 

G

getAction() - Method in class org.apache.maven.plugins.changes.model.Action
Get a short description of the action taken.
getActions() - Method in class org.apache.maven.plugins.changes.model.Component
Method getActions.
getActions() - Method in class org.apache.maven.plugins.changes.model.Release
Method getActions.
getActions(String) - Method in class org.apache.maven.plugins.changes.model.Release
 
getActualMailSender() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Returns the identify of the mail sender according to the plugin's configuration: if the mailSender parameter is set, it is returned if no fromDeveloperId is set, the first developer in the list is returned if a fromDeveloperId is set, the developer with that id is returned if the developers list is empty or if the specified id does not exist, an exception is thrown
getAddDefaultEntities() - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Returns the state of the "add default entities" flag.
getAnnouncementDirectory() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getAnnouncementDirectory() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getAnnouncementFile() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getArtifactId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getAssignee() - Method in class org.apache.maven.plugin.issues.Issue
 
getAuthor() - Method in class org.apache.maven.plugin.changes.ChangesXML
Returns the current value of the author attribute.
getAuthor() - Method in class org.apache.maven.plugin.changes.FeedGenerator
The author of the feed.
getAuthor() - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
getAuthor() - Method in class org.apache.maven.plugins.changes.model.Properties
Get the page author.
getAuthorEmail() - Method in class org.apache.maven.plugin.changes.ChangesXML
Returns the current value of the ChangesXML.authorEmail attribute.
getAuthorEmail() - Method in class org.apache.maven.plugins.changes.model.Author
Get the page author email.
getBaseUrl(String) - Static method in class org.apache.maven.plugin.jira.JiraHelper
 
getBccAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getBody() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Get contains the releases of this project with the actions taken for each of the releases.
getCcAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getChangesDocument() - Method in class org.apache.maven.plugin.changes.ChangesXML
Returns the current value of the ChangesXML.changesDocument attribute.
getColumnIds(String, Map<String, Integer>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Get a list of id:s for the columns that are to be included in the report.
getColumnIds(String, Map<String, Integer>, Map<String, Integer>, Log) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Get a list of id:s for the columns that are to be included in the report.
getComments() - Method in class org.apache.maven.plugin.issues.Issue
 
getComponents() - Method in class org.apache.maven.plugin.issues.Issue
 
getComponents() - Method in class org.apache.maven.plugins.changes.model.Release
 
getCreated() - Method in class org.apache.maven.plugin.issues.Issue
 
getDate() - Method in class org.apache.maven.plugins.changes.model.Action
Get fix date.
getDateFormat() - Method in class org.apache.maven.plugin.changes.FeedGenerator
The DateFormat.
getDateRelease() - Method in class org.apache.maven.plugins.changes.model.Release
Get the date of this release.
getDescription(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getDescription(Locale) - Method in class org.apache.maven.plugin.github.GitHubMojo
 
getDescription(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getDescription(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 
getDescription() - Method in class org.apache.maven.plugins.changes.model.Component
Get the component description.
getDescription() - Method in class org.apache.maven.plugins.changes.model.Release
Get a short description of this release.
getDev() - Method in class org.apache.maven.plugins.changes.model.Action
Get name of developer who committed the change.
getDevelopmentTeam() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getDueTo() - Method in class org.apache.maven.plugins.changes.model.Action
Get name of the person to be credited for this change.
getDueToEmail() - Method in class org.apache.maven.plugins.changes.model.Action
Get email of the person to be credited for this change.
getDueTos() - Method in class org.apache.maven.plugins.changes.model.Action
Method getDueTos.
getEmail() - Method in class org.apache.maven.plugin.announcement.MailSender
 
getEmail() - Method in class org.apache.maven.plugins.changes.model.DueTo
Get email of the person to be credited for this change.
getErrors() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getFatalErrors() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getFinalName() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getFixedIssues() - Method in class org.apache.maven.plugins.changes.model.Action
Method getFixedIssues.
getFixFor() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Override this method if you need to get issues for a specific Fix For.
getFixVersions() - Method in class org.apache.maven.plugin.issues.Issue
 
getFrom() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getFromDeveloperId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getGitHubReleases() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getGroupId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getId() - Method in class org.apache.maven.plugin.issues.Issue
 
getIntroduction() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getIssue() - Method in class org.apache.maven.plugins.changes.model.Action
Get id of the issue related to this change.
getIssue() - Method in class org.apache.maven.plugins.changes.model.FixedIssue
Get id of the issue related to this change.
getIssueLinksPerSystem() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getIssueList() - Method in class org.apache.maven.plugin.github.GitHubDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.jira.AdaptiveJiraDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.jira.ClassicJiraDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.jira.JiraXML
 
getIssueList() - Method in class org.apache.maven.plugin.jira.RestJiraDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.trac.TracDownloader
 
getIssuesForVersion(List<Issue>, String) - Static method in class org.apache.maven.plugin.issues.IssueUtils
Find the issues for only the supplied version, by matching the "Fix for" version in the supplied list of issues with the supplied version.
getIssueTypeMap() - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
getIssueTypeMap() - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Get a mapping of issue types used in this issue management system to the ones used in a changes.xml file.
getIssueTypes() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getJiraReleases() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getJiraUrlAndProjectName(String) - Static method in class org.apache.maven.plugin.jira.JiraHelper
Parse out the base URL for JIRA and the JIRA project name from the issue management URL.
getJiraVersion() - Method in class org.apache.maven.plugin.jira.JiraXML
 
getKey() - Method in class org.apache.maven.plugin.issues.Issue
 
getLastModified(Resource) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
getLatestRelease(List<Release>, String) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Get the latest release by matching the supplied releases with the version from the pom.
getLink() - Method in class org.apache.maven.plugin.changes.FeedGenerator
The main link of the feed.
getLink() - Method in class org.apache.maven.plugin.issues.Issue
 
getLog() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getLog() - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
getLog() - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
getLog() - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
getMailSender() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getMockDownloader() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getModelEncoding() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Method getModelEncoding.
getName() - Method in class org.apache.maven.plugin.announcement.MailSender
 
getName(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getName() - Method in class org.apache.maven.plugin.github.GitHubIssueManagementSystem
 
getName(Locale) - Method in class org.apache.maven.plugin.github.GitHubMojo
 
getName() - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
getName() - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Get the name of the issue management system.
getName() - Method in class org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
 
getName(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getName() - Method in class org.apache.maven.plugin.trac.TracIssueManagmentSystem
 
getName(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 
getName() - Method in class org.apache.maven.plugins.changes.model.Author
Get the page author name.
getName() - Method in class org.apache.maven.plugins.changes.model.Component
Get the component name.
getName() - Method in class org.apache.maven.plugins.changes.model.DueTo
Get name of the person to be credited for this change.
getOutput() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getOutputDirectory() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getOutputEncoding() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
Get the effective reporting output file encoding.
getOutputName() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getOutputName() - Method in class org.apache.maven.plugin.github.GitHubMojo
 
getOutputName() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getOutputName() - Method in class org.apache.maven.plugin.trac.TracMojo
 
getPackaging() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getPassword() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getPidFromJira(Log, String, HttpClient) - Static method in class org.apache.maven.plugin.jira.JiraHelper
Try to get a JIRA pid from the issue management URL.
getPriority() - Method in class org.apache.maven.plugin.issues.Issue
 
getProject() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getProject() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getProperties() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Get contains the properties of this document.
getProxyInfo(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getRelease(List<Release>, String) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Get a release with the specified version from the list of releases.
getReleaseList() - Method in class org.apache.maven.plugin.changes.ChangesXML
Returns the current value of the ChangesXML.releaseList attribute.
getReleases(List<Issue>) - Method in class org.apache.maven.plugin.changes.IssueAdapter
Adapt a List of Issues to a List of Releases.
getReleases() - Method in class org.apache.maven.plugins.changes.model.Body
Method getReleases.
getReporter() - Method in class org.apache.maven.plugin.issues.Issue
 
getResolution() - Method in class org.apache.maven.plugin.issues.Issue
 
getResourceStream(String) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getSchema(String) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
getSiteRenderer() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getSmtpHost() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getSmtpPort() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getStatus() - Method in class org.apache.maven.plugin.issues.Issue
 
getSubject() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getSummary() - Method in class org.apache.maven.plugin.issues.Issue
 
getSupportedFeedTypes() - Method in class org.apache.maven.plugin.changes.FeedGenerator
A List of supported feed types.
getSystem() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getSystem() - Method in class org.apache.maven.plugins.changes.model.Action
Get id of issue tracking system.
getTeamlist() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getTeamlist() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getTitle() - Method in class org.apache.maven.plugin.changes.ChangesXML
Returns the current value of the ChangesXML.title attribute.
getTitle() - Method in class org.apache.maven.plugin.changes.FeedGenerator
The title of the feed.
getTitle() - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
getTitle() - Method in class org.apache.maven.plugin.issues.Issue
 
getTitle() - Method in class org.apache.maven.plugins.changes.model.Properties
Get the page title.
getToAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getTracReleases() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getType() - Method in class org.apache.maven.plugin.issues.Issue
 
getType() - Method in class org.apache.maven.plugins.changes.model.Action
Get supported action types are the following: add: added functionnality to the project.
getUpdated() - Method in class org.apache.maven.plugin.issues.Issue
 
getUrl() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getUrl() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getUrlDownload() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getUsername() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getVelocity() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getVersion() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getVersion() - Method in class org.apache.maven.plugin.issues.Issue
 
getVersion() - Method in class org.apache.maven.plugins.changes.model.Release
Get the version number associated with this release.
getVersionPrefix() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getWarnings() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getXml() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getXmlPath() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
GitHubDownloader - Class in org.apache.maven.plugin.github
 
GitHubDownloader(MavenProject, String, int, boolean, boolean) - Constructor for class org.apache.maven.plugin.github.GitHubDownloader
 
GitHubIssueManagementSystem - Class in org.apache.maven.plugin.github
 
GitHubIssueManagementSystem() - Constructor for class org.apache.maven.plugin.github.GitHubIssueManagementSystem
 
GitHubMojo - Class in org.apache.maven.plugin.github
Goal which downloads issues from GitHub and generates a report.
GitHubMojo() - Constructor for class org.apache.maven.plugin.github.GitHubMojo
 

H

HelpMojo - Class in org.apache.maven.plugin.changes
Display help information on maven-changes-plugin.
HelpMojo() - Constructor for class org.apache.maven.plugin.changes.HelpMojo
 

I

i18n - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Internationalization.
init(ExtendedProperties) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
initialize() - Method in class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
isAddActionDate() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
isErrorParsing() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
isEscapeHTML() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
isForceClassic() - Method in class org.apache.maven.plugin.jira.AdaptiveJiraDownloader
 
isJiraAuthenticationConfigured() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Check to see if we think that JIRA authentication is needed.
isLinkToFeed() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
isOnlyCurrentVersion() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
isSourceModified(Resource) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
How to keep track of all the modified times across the paths.
isSslMode() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
isStartTls() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
Issue - Class in org.apache.maven.plugin.issues
An issue.
Issue() - Constructor for class org.apache.maven.plugin.issues.Issue
 
IssueAdapter - Class in org.apache.maven.plugin.changes
An adapter that can adapt data models from other issue management system to the data models used in the changes.xml file.
IssueAdapter(IssueManagementSystem) - Constructor for class org.apache.maven.plugin.changes.IssueAdapter
Create a new adapter.
IssueManagementSystem - Interface in org.apache.maven.plugin.issues
An interface for issue management systems.
IssuesReportGenerator - Class in org.apache.maven.plugin.issues
Generates a report on issues.
IssuesReportGenerator(int[]) - Constructor for class org.apache.maven.plugin.issues.IssuesReportGenerator
 
IssuesReportHelper - Class in org.apache.maven.plugin.issues
A helper class for generation of reports based on issues.
IssuesReportHelper() - Constructor for class org.apache.maven.plugin.issues.IssuesReportHelper
 
IssueType - Enum in org.apache.maven.plugin.changes
The types of issues that can be used in a changes.xml file.
issueTypeMap - Variable in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
IssueUtils - Class in org.apache.maven.plugin.issues
A utility class for working with issue objects.
IssueUtils() - Constructor for class org.apache.maven.plugin.issues.IssueUtils
 
isSupportedFeedType(String) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Determine if a given feed type is supported.
isThisTheExecutionRoot() - Method in class org.apache.maven.plugin.changes.AbstractChangesMojo
Returns true if the current project is located at the Execution Root Directory (where mvn was launched).
isThisTheExecutionRoot() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
Returns true if the current project is located at the Execution Root Directory (where mvn was launched).
isUseJql() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
isValidDate(String, String) - Static method in class org.apache.maven.plugin.changes.ChangesCheckMojo
Use the pattern to try to parse a Date from the given string.
isValidDate(String, String, String) - Static method in class org.apache.maven.plugin.changes.ChangesCheckMojo
Use the pattern to try to parse a Date from the given string using the given Locale.

J

jiraDatePattern - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The pattern used to parse dates from the JIRA xml file.
JiraHelper - Class in org.apache.maven.plugin.jira
A helper class with common JIRA related functionality.
JIRAIssueManagmentSystem - Class in org.apache.maven.plugin.jira
The JIRA issue management system.
JIRAIssueManagmentSystem() - Constructor for class org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
 
JiraMojo - Class in org.apache.maven.plugin.jira
Goal which downloads issues from the Issue Tracking System and generates a report.
JiraMojo() - Constructor for class org.apache.maven.plugin.jira.JiraMojo
 
jiraPassword - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The password to log into JIRA.
JiraQueryBuilder - Interface in org.apache.maven.plugin.jira
An interface for building a search query for JIRA.
jiraUser - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The username to log into JIRA.
JiraXML - Class in org.apache.maven.plugin.jira
XML parser that extracts Issues from JIRA.
JiraXML(Log, String) - Constructor for class org.apache.maven.plugin.jira.JiraXML
 
JqlQueryBuilder - Class in org.apache.maven.plugin.jira
Builder for a JIRA query using the JIRA query language.
JqlQueryBuilder(Log) - Constructor for class org.apache.maven.plugin.jira.JqlQueryBuilder
 

L

loadSchema(String) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
localRepository - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Local Repository.
log - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Log for debug output.
logRelease(Release) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
 
lookupByKey(String) - Static method in enum org.apache.maven.plugin.changes.IssueType
 

M

MailSender - Class in org.apache.maven.plugin.announcement
Defines the sender of the announcement if the list of developer is empty or if the sender is not a member of the development team.
MailSender() - Constructor for class org.apache.maven.plugin.announcement.MailSender
 
MailSender(String, String) - Constructor for class org.apache.maven.plugin.announcement.MailSender
 
mavenSession - Variable in class org.apache.maven.plugin.changes.AbstractChangesMojo
The Maven Session.
mavenSession - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
The Maven Session.
mergeReleases(List<Release>, List<Release>) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Merge releases from one issue tracker with releases from another issue tracker.
mergeReleases(List<Release>, String, List<Release>) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Merge releases from parent component with releases from child component.
modelRepresentation() - Method in enum org.apache.maven.plugin.changes.IssueType
 

N

nbEntriesMax - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The maximum number of entries to show.

O

onlyCurrentVersion - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Filter the JIRA query based on the current version
org.apache.maven.plugin.announcement - package org.apache.maven.plugin.announcement
 
org.apache.maven.plugin.announcement.mailsender - package org.apache.maven.plugin.announcement.mailsender
 
org.apache.maven.plugin.changes - package org.apache.maven.plugin.changes
 
org.apache.maven.plugin.changes.schema - package org.apache.maven.plugin.changes.schema
 
org.apache.maven.plugin.github - package org.apache.maven.plugin.github
 
org.apache.maven.plugin.issues - package org.apache.maven.plugin.issues
 
org.apache.maven.plugin.jira - package org.apache.maven.plugin.jira
 
org.apache.maven.plugin.resource.loader - package org.apache.maven.plugin.resource.loader
 
org.apache.maven.plugin.trac - package org.apache.maven.plugin.trac
 
org.apache.maven.plugins.changes.model - package org.apache.maven.plugins.changes.model
 
org.apache.maven.plugins.changes.model.io.xpp3 - package org.apache.maven.plugins.changes.model.io.xpp3
 
output - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Output file for xml document.

P

ParameterQueryBuilder - Class in org.apache.maven.plugin.jira
JIRA 3.x way of constructing a search query based on URL parameters.
ParameterQueryBuilder(Log) - Constructor for class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
parseXML(File) - Method in class org.apache.maven.plugin.jira.JiraXML
Parse the given xml file.
printValues(List<String>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Print a list of values separated by commas.
priorityIds - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Ids of priority to show, as comma separated string.
priorityIds(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
priorityIds(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
priorityIds(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
priorityIds(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
priorityIds(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
priorityIds(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
processTemplate(Context, File, String, String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Create the velocity template
project - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
The Maven Project.
project - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The maven project.
project(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
project(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
project(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
This method has no effect in this implementation.
ProjectJavamailMailSender - Class in org.apache.maven.plugin.announcement.mailsender
Helper class for sending email.
ProjectJavamailMailSender() - Constructor for class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
ProjectResourceLoader - Class in org.apache.maven.plugin.resource.loader
Resource Loader for external projects.
ProjectResourceLoader() - Constructor for class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
ProjectUtils - Class in org.apache.maven.plugin.changes
A utility class for working with Project objects.
Properties - Class in org.apache.maven.plugins.changes.model
Class Properties.
Properties() - Constructor for class org.apache.maven.plugins.changes.model.Properties
 
proxyHost - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
proxyPass - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
proxyPort - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
proxyUser - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 

R

read(Reader, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Method read.
readAnnouncement(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Read the content of the generated announcement file.
receiveTimout - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
Release - Class in org.apache.maven.plugins.changes.model
A single release of this project.
Release() - Constructor for class org.apache.maven.plugins.changes.model.Release
 
ReleaseUtils - Class in org.apache.maven.plugin.changes
A utility class for working with Release objects.
ReleaseUtils(Log) - Constructor for class org.apache.maven.plugin.changes.ReleaseUtils
 
removeAction(Action) - Method in class org.apache.maven.plugins.changes.model.Component
Method removeAction.
removeAction(Action) - Method in class org.apache.maven.plugins.changes.model.Release
Method removeAction.
removeDueTo(DueTo) - Method in class org.apache.maven.plugins.changes.model.Action
Method removeDueTo.
removeFixedIssue(FixedIssue) - Method in class org.apache.maven.plugins.changes.model.Action
Method removeFixedIssue.
removeRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
Method removeRelease.
resolutionIds - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Ids of resolution to show, as comma separated string.
resolutionIds(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
resolutionIds(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
resolutionIds(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
resolutionIds(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
resolutionIds(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
resolutionIds(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
resolver - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
 
RestJiraDownloader - Class in org.apache.maven.plugin.jira
Use the JIRA REST API to implement the download.
RestJiraDownloader() - Constructor for class org.apache.maven.plugin.jira.RestJiraDownloader
 
RestJiraDownloader.NoRest - Exception in org.apache.maven.plugin.jira
 
RestJiraDownloader.NoRest() - Constructor for exception org.apache.maven.plugin.jira.RestJiraDownloader.NoRest
 
RestJiraDownloader.NoRest(String) - Constructor for exception org.apache.maven.plugin.jira.RestJiraDownloader.NoRest
 
runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
This will cause the execution to be run only at the top of a given module tree.
runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugin.changes.AbstractChangesMojo
This will cause the execution to be run only at the top of a given module tree.
runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
This will cause the execution to be run only at the top of a given module tree.

S

SchemaValidatorException - Exception in org.apache.maven.plugin.changes.schema
 
SchemaValidatorException(String, Throwable) - Constructor for exception org.apache.maven.plugin.changes.schema.SchemaValidatorException
 
send(MailMessage) - Method in class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
sendMessage() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Send the email.
session - Variable in class org.apache.maven.plugin.changes.ChangesMojo
 
setAction(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set a short description of the action taken.
setActions(List<Action>) - Method in class org.apache.maven.plugins.changes.model.Component
Set the list of actions for this component.
setActions(List<Action>) - Method in class org.apache.maven.plugins.changes.model.Release
Set the list of actions taken for this release.
setAddActionDate(boolean) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Sets the state of the "add default entities" flag.
setAnnouncementDirectory(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setAnnouncementDirectory(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setAnnouncementFile(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setArtifactId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setAssignee(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setAuthor(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
Sets the ChangesXML.author attribute.
setAuthor(String) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Set the author of the feed.
setAuthor(String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
setAuthor(Author) - Method in class org.apache.maven.plugins.changes.model.Properties
Set the page author.
setAuthorEmail(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
Sets the ChangesXML.authorEmail attribute.
setAuthorEmail(String) - Method in class org.apache.maven.plugins.changes.model.Author
Set the page author email.
setBccAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setBody(Body) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set contains the releases of this project with the actions taken for each of the releases.
setCcAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setComponent(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the component(s) to apply to query JIRA.
setConnectionTimeout(int) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setCreated(Date) - Method in class org.apache.maven.plugin.issues.Issue
 
setDate(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set fix date.
setDateFormat(DateFormat) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Set the date format.
setDateRelease(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set the date of this release.
setDescription(String) - Method in class org.apache.maven.plugins.changes.model.Component
Set the component description.
setDescription(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set a short description of this release.
setDev(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set name of developer who committed the change.
setDevelopmentTeam(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setDueTo(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set name of the person to be credited for this change.
setDueToEmail(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set email of the person to be credited for this change.
setDueTos(List<DueTo>) - Method in class org.apache.maven.plugins.changes.model.Action
Set a list of contributors for this issue.
setEmail(String) - Method in class org.apache.maven.plugin.announcement.MailSender
 
setEmail(String) - Method in class org.apache.maven.plugins.changes.model.DueTo
Set email of the person to be credited for this change.
setErrorParsing(boolean) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setErrors(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setEscapeHTML(boolean) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setFatalErrors(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setFilter(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the filter to apply to query to JIRA.
setFinalName(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setFixedIssues(List<FixedIssue>) - Method in class org.apache.maven.plugins.changes.model.Action
Set a list of fix issues.
setFixVersionIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the fix version id(s) to apply to query JIRA.
setForceClassic(boolean) - Method in class org.apache.maven.plugin.jira.AdaptiveJiraDownloader
 
setFrom(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setFromDeveloperId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setGroupId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setId(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setIntroduction(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setIssue(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set id of the issue related to this change.
setIssue(String) - Method in class org.apache.maven.plugins.changes.model.FixedIssue
Set id of the issue related to this change.
setIssueLinksPerSystem(Map<String, String>) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setIssueTypes(Map<String, String>) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setJiraDatePattern(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setJiraPassword(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the password to log into a secured JIRA.
setJiraUser(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the username to log into a secured JIRA.
setKey(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setLink(String) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Set the main link of the feed.
setLink(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setLinkToFeed(boolean) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setLog(Log) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setMailSender(MailSender) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setMavenProject(Object) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the project.
setMockDownloader(AbstractJiraDownloader) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
setModelEncoding(String) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set an encoding used for reading/writing the model.
setName(String) - Method in class org.apache.maven.plugin.announcement.MailSender
 
setName(String) - Method in class org.apache.maven.plugins.changes.model.Author
Set the page author name.
setName(String) - Method in class org.apache.maven.plugins.changes.model.Component
Set the component name.
setName(String) - Method in class org.apache.maven.plugins.changes.model.DueTo
Set name of the person to be credited for this change.
setNbEntries(int) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the maximum number of Issues to show.
setOnlyCurrentVersion(boolean) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setOutput(File) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Set the output file for the log.
setPackaging(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setPassword(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setPriority(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setPriorityIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the priorityIds.
setProject(MavenProject) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setProject(MavenProject) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setProperties(Properties) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set contains the properties of this document.
setQuery(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setReceiveTimout(int) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setReleaseList(List<Release>) - Method in class org.apache.maven.plugin.changes.ChangesXML
Sets the ChangesXML.releaseList attribute.
setReleases(List<Release>) - Method in class org.apache.maven.plugins.changes.model.Body
Set the list of releases for this project.
setReporter(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setResolution(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setResolutionIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the resolutionIds.
setSettings(Settings) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setSmtpHost(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSmtpPort(int) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSortColumnNames(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the sort column names.
setSslMode(boolean) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setStartTls(boolean) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setStatus(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setStatusIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the statusIds.
setSubject(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSummary(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setSystem(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setSystem(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set id of issue tracking system.
setTeamlist(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
settings - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The maven settings.
setTitle(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
Sets the ChangesXML.title attribute.
setTitle(String) - Method in class org.apache.maven.plugin.changes.FeedGenerator
Set the title of the feed.
setTitle(String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
setTitle(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setTitle(String) - Method in class org.apache.maven.plugins.changes.model.Properties
Set the page title.
setToAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setTracPassword(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setTracUser(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setType(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setType(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set supported action types are the following: add: added functionnality to the project.
setTypeIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the typeIds.
setUpdated(Date) - Method in class org.apache.maven.plugin.issues.Issue
 
setUrl(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setUrl(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setUrlDownload(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setUseJql(boolean) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setUsername(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setVelocity(VelocityComponent) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setVersion(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setVersion(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setVersion(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set the version number associated with this release.
setVersionPrefix(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setWarnings(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setWebPassword(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the password for authentication against the webserver.
setWebUser(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the username for authentication against the webserver.
setXml(ChangesXML) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setXmlPath(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
sinkBeginReport(Sink, ResourceBundle) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkCell(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkCellLink(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkEndReport(Sink) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkFigure(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkHeader(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkLink(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkShowTypeIcon(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
siteRenderer - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Doxia Site Renderer.
SNAPSHOT_SUFFIX - Static variable in class org.apache.maven.plugin.issues.IssueUtils
 
sortColumnNames - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Column names to sort by, as comma separated string.
sortColumnNames(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
sortColumnNames(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
sortColumnNames(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.jira.JiraXML
 
statusIds - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Ids of status to show, as comma separated string.
statusIds(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
statusIds(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
statusIds(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
statusIds(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
statusIds(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
statusIds(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 

T

title - Variable in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
toIntArray(List<Integer>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Convert a List of Integers to an int array.
toString() - Method in class org.apache.maven.plugin.announcement.MailSender
 
toString(List<Release>) - Static method in class org.apache.maven.plugin.changes.ReleaseUtils
 
toString() - Method in class org.apache.maven.plugin.issues.Issue
 
toString(List<Issue>) - Static method in class org.apache.maven.plugin.issues.IssueUtils
 
TracDownloader - Class in org.apache.maven.plugin.trac
Get issues from a Trac installation.
TracDownloader() - Constructor for class org.apache.maven.plugin.trac.TracDownloader
 
TracIssueManagmentSystem - Class in org.apache.maven.plugin.trac
The Trac issue management system.
TracIssueManagmentSystem() - Constructor for class org.apache.maven.plugin.trac.TracIssueManagmentSystem
 
TracMojo - Class in org.apache.maven.plugin.trac
Goal which downloads issues from the Issue Tracking System and generates a report.
TracMojo() - Constructor for class org.apache.maven.plugin.trac.TracMojo
 
typeIds - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Ids of types to show, as comma separated string.
typeIds(String) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
typeIds(List<String>) - Method in interface org.apache.maven.plugin.jira.JiraQueryBuilder
 
typeIds(String) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
typeIds(List<String>) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
typeIds(String) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 
typeIds(List<String>) - Method in class org.apache.maven.plugin.jira.ParameterQueryBuilder
 

U

UrlBuilder - Class in org.apache.maven.plugin.jira
Builder for a URL which build up of host part, a context part and 0 or more parameters.
UrlBuilder(String, String) - Constructor for class org.apache.maven.plugin.jira.UrlBuilder
 
urlEncode(boolean) - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
urlEncode() - Method in class org.apache.maven.plugin.jira.JqlQueryBuilder
 
useJql - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Use JQL, JIRA query language, instead of URL parameter based queries.
UTF_8 - Static variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 

V

validateIssueManagement(MavenProject, String, String) - Static method in class org.apache.maven.plugin.changes.ProjectUtils
Check if the issue management system has been properly configured in the Maven project.
validateNonProxyHosts(ProxyInfo, String) - Static method in class org.apache.maven.plugin.jira.JiraHelper
Check if the specified host is in the list of non proxy hosts.
validateXmlWithSchema(File, String, boolean) - Method in interface org.apache.maven.plugin.changes.schema.ChangesSchemaValidator
 
validateXmlWithSchema(File, String, boolean) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
valueOf(String) - Static method in enum org.apache.maven.plugin.changes.IssueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.plugin.changes.IssueType
Returns an array containing the constants of this enum type, in the order they are declared.
versionPrefix - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The versionPrefix to apply to the POM version

W

W3C_XML_SCHEMA - Static variable in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
property schema
warning(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
webPassword - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The password to log into webserver.
webUser - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The username to log into webserver.
write(Writer, ChangesDocument) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Writer
Method write.

X

XmlValidationHandler - Class in org.apache.maven.plugin.changes.schema
 
XmlValidationHandler(boolean) - Constructor for class org.apache.maven.plugin.changes.schema.XmlValidationHandler
see name
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.