Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAction - Class in org.apache.maven.plugins.changes.model
-
Abstract class with helper methods for
Action
. - AbstractAction() - Constructor for class org.apache.maven.plugins.changes.model.AbstractAction
- AbstractAnnouncementMojo - Class in org.apache.maven.plugins.changes.announcement
-
Abstract superclass for announcement mojos.
- AbstractAnnouncementMojo() - Constructor for class org.apache.maven.plugins.changes.announcement.AbstractAnnouncementMojo
- AbstractChangesMojo - Class in org.apache.maven.plugins.changes
-
Abstract superclass for announcement mojos.
- AbstractChangesMojo() - Constructor for class org.apache.maven.plugins.changes.AbstractChangesMojo
- AbstractChangesReport - Class in org.apache.maven.plugins.changes
-
Base class with the things that should be in AbstractMavenReport anyway.
- AbstractChangesReport() - Constructor for class org.apache.maven.plugins.changes.AbstractChangesReport
- AbstractIssueManagementSystem - Class in org.apache.maven.plugins.changes.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.plugins.changes.issues.AbstractIssueManagementSystem
- AbstractIssuesReportRenderer - Class in org.apache.maven.plugins.changes.issues
-
An abstract super class that helps when generating a report on issues.
- AbstractIssuesReportRenderer(Sink, ResourceBundle) - Constructor for class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- AbstractRelease - Class in org.apache.maven.plugins.changes.model
-
Abstract calls with helper methods for
Release
- AbstractRelease() - Constructor for class org.apache.maven.plugins.changes.model.AbstractRelease
- 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
- ADD - Enum constant in enum org.apache.maven.plugins.changes.IssueType
- 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.
- addComponent(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- addComponent(String, Release) - Method in class org.apache.maven.plugins.changes.model.AbstractRelease
- addFixVersion(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- addParameter(String, int) - Method in class org.apache.maven.plugins.changes.jira.UrlBuilder
- addParameter(String, String) - Method in class org.apache.maven.plugins.changes.jira.UrlBuilder
- addRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
-
Method addRelease.
- AnnouncementMailMojo - Class in org.apache.maven.plugins.changes.announcement
-
Goal which sends an announcement through email.
- AnnouncementMailMojo() - Constructor for class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- AnnouncementMojo - Class in org.apache.maven.plugins.changes.announcement
-
Goal which generates an announcement from the announcement template.
- AnnouncementMojo(VelocityComponent, SettingsDecrypter) - Constructor for class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- applyConfiguration(Map<String, String>) - Method in class org.apache.maven.plugins.changes.issues.AbstractIssueManagementSystem
- applyConfiguration(Map<String, String>) - Method in interface org.apache.maven.plugins.changes.issues.IssueManagementSystem
-
Configure this issue management system.
- 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.plugins.changes.AbstractChangesMojo
-
The current project base directory.
- basedir - Variable in class org.apache.maven.plugins.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 class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- build() - Method in class org.apache.maven.plugins.changes.jira.UrlBuilder
- bundle - Variable in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
C
- canGenerateReport() - Method in class org.apache.maven.plugins.changes.ChangesReport
- canGenerateReport() - Method in class org.apache.maven.plugins.changes.github.GitHubChangesReport
- canGenerateReport() - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
- canGenerateReport() - Method in class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- CHANGES_SCHEMA_PATH - Static variable in class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
- ChangesCheckMojo - Class in org.apache.maven.plugins.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.plugins.changes.ChangesCheckMojo
- ChangesDeprecatedReport - Class in org.apache.maven.plugins.changes
-
Deprecated.
- ChangesDeprecatedReport(MavenFileFilter) - Constructor for class org.apache.maven.plugins.changes.ChangesDeprecatedReport
-
Deprecated.
- 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
- ChangesReport - Class in org.apache.maven.plugins.changes
-
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
- ChangesReport(MavenFileFilter) - Constructor for class org.apache.maven.plugins.changes.ChangesReport
- ChangesReportRenderer - Class in org.apache.maven.plugins.changes
-
Generates a changes report.
- ChangesReportRenderer(Sink, ResourceBundle, ChangesXML) - Constructor for class org.apache.maven.plugins.changes.ChangesReportRenderer
- ChangesSchemaValidator - Interface in org.apache.maven.plugins.changes.schema
- ChangesValidatorMojo - Class in org.apache.maven.plugins.changes
-
Goal which validate the
changes.xml
file. - ChangesValidatorMojo(ChangesSchemaValidator) - Constructor for class org.apache.maven.plugins.changes.ChangesValidatorMojo
- ChangesXML - Class in org.apache.maven.plugins.changes
-
A facade for a changes.xml file.
- ChangesXML(File, Log) - Constructor for class org.apache.maven.plugins.changes.ChangesXML
-
Constructor that sets the changes.xml file and the logger.
- ChangesXMLRuntimeException - Exception Class in org.apache.maven.plugins.changes
-
This is a runtime exception class that is thrown by the
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 class org.apache.maven.plugins.changes.ChangesXMLRuntimeException
-
Default constructor that sets the message.
- ChangesXMLRuntimeException(String, Throwable) - Constructor for exception class org.apache.maven.plugins.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
- ChangesXpp3Reader(ChangesXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
- ChangesXpp3Reader.ContentTransformer - Interface in org.apache.maven.plugins.changes.model.io.xpp3
- COLUMN_ASSIGNEE - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_COMPONENT - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_CREATED - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_FIX_VERSION - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_ID - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_KEY - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_PRIORITY - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_REPORTER - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_RESOLUTION - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_STATUS - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_SUMMARY - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_TYPE - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_UPDATED - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- COLUMN_VERSION - Static variable in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- component - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
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 class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- components(List<String>) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- configurationKey() - Method in enum org.apache.maven.plugins.changes.IssueType
- configureAuthentication(SettingsDecrypter, String, Settings, Log) - Method in class org.apache.maven.plugins.changes.github.GitHubDownloader
- connectionTimeout - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- contentTransformer - Variable in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
-
Field contentTransformer.
- createAction(Issue) - Method in class org.apache.maven.plugins.changes.IssueAdapter
-
Create an
Action
from an issue. - createIssue(GHIssue) - Method in class org.apache.maven.plugins.changes.github.GitHubDownloader
D
- DefaultChangesSchemaValidator - Class in org.apache.maven.plugins.changes.schema
- DefaultChangesSchemaValidator() - Constructor for class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
- doExecute() - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- doGenerate(List<Release>) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
-
Add the parameters to velocity context
- doGenerate(List<Release>, Release) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- 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
- error(SAXParseException) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- execute() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- execute() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
-
Generate the template
- execute() - Method in class org.apache.maven.plugins.changes.ChangesCheckMojo
-
Check that the latest release contains a valid release date.
- execute() - Method in class org.apache.maven.plugins.changes.ChangesValidatorMojo
- execute() - Method in class org.apache.maven.plugins.maven_changes_plugin.HelpMojo
- executeReport(Locale) - Method in class org.apache.maven.plugins.changes.ChangesReport
- executeReport(Locale) - Method in class org.apache.maven.plugins.changes.github.GitHubChangesReport
- executeReport(Locale) - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
- executeReport(Locale) - Method in class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- export(List<Release>, String, Writer) - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
Extract a feed and export it to a Writer.
F
- fatalError(SAXParseException) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- FeedGenerator - Class in org.apache.maven.plugins.changes
- FeedGenerator(Locale) - Constructor for class org.apache.maven.plugins.changes.FeedGenerator
-
Initialize feedGenerator for a given locale.
- filter - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
The filter to apply to query to JIRA.
- filter(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- filterIssuesWithVersionPrefix(List<Issue>, String) - Static method in class org.apache.maven.plugins.changes.issues.IssueUtils
-
Find the issues that has a Fix Version that matches the supplied prefix.
- FIX - Enum constant in enum org.apache.maven.plugins.changes.IssueType
- fixVersion(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
-
When both
#fixVersion(String)
andJqlQueryBuilder.fixVersionIds(String)
are used, then you will probably end up with a JQL query that is valid, but returns nothing. - fixVersionIds - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Ids of fix versions to show, as comma separated string.
- fixVersionIds(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
-
When both
JqlQueryBuilder.fixVersion(String)
andJqlQueryBuilder.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.plugins.changes.jira.JqlQueryBuilder
-
Add a sequence of version IDs already in a list.
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.AbstractRelease
- 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.AbstractRelease
-
Retrieve action list by given type
- getActualMailSender() - Method in class org.apache.maven.plugins.changes.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 nofromDeveloperId
is set, the first developer in the list is returned if afromDeveloperId
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.plugins.changes.announcement.AnnouncementMailMojo
- getAnnouncementDirectory() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getAnnouncementFile() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getArtifactId() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getAssignee() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getAuthor() - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Returns the current value of the author attribute.
- getAuthor() - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
The author of the feed.
- getAuthor() - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- getAuthor() - Method in class org.apache.maven.plugins.changes.model.Properties
-
Get the page author.
- getAuthorEmail() - Method in class org.apache.maven.plugins.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.plugins.changes.jira.JiraHelper
- getBccAddresses() - Method in class org.apache.maven.plugins.changes.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.plugins.changes.announcement.AnnouncementMailMojo
- getChangesDocument() - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Returns the current value of the
ChangesXML.changesDocument
attribute. - getColumnIds(String, Map<String, Integer>) - Static method in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
-
Get a list of id:s for the columns that are to be included in the report.
- getComponents() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getComponents() - Method in class org.apache.maven.plugins.changes.model.AbstractRelease
- getCreated() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getDate() - Method in class org.apache.maven.plugins.changes.model.Action
-
Get fix date.
- getDateFormat() - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
The DateFormat.
- getDateRelease() - Method in class org.apache.maven.plugins.changes.model.Release
-
Get the date of this release.
- 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.
- getDescription(Locale) - Method in class org.apache.maven.plugins.changes.ChangesReport
- getDescription(Locale) - Method in class org.apache.maven.plugins.changes.github.GitHubChangesReport
- getDescription(Locale) - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
- getDescription(Locale) - Method in class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- 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.plugins.changes.announcement.AnnouncementMojo
- getDueTo() - Method in class org.apache.maven.plugins.changes.model.AbstractAction
- 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.AbstractAction
- 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.AbstractAction
-
Parse due-to and due-to-email attributes.
- getEmail() - Method in class org.apache.maven.plugins.changes.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.plugins.changes.schema.XmlValidationHandler
- getFatalErrors() - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- getFinalName() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getFixedIssues() - Method in class org.apache.maven.plugins.changes.model.AbstractAction
-
Parse getFixedIssues attribute.
- getFixedIssuesString() - Method in class org.apache.maven.plugins.changes.model.AbstractAction
- getFixedIssuesString() - Method in class org.apache.maven.plugins.changes.model.Action
-
Get a comma separated list of fixed issues.
- getFixFor() - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Override this method if you need to get issues for a specific Fix For.
- getFixVersions() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getFrom() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getFromDeveloperId() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getGitHubReleases() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getGroupId() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getId() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getIntroduction() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getIssue() - Method in class org.apache.maven.plugins.changes.model.Action
-
Get id of the issue related to this change.
- getIssueList() - Method in class org.apache.maven.plugins.changes.github.GitHubDownloader
- getIssueList() - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- getIssueList() - Method in class org.apache.maven.plugins.changes.trac.TracDownloader
- getIssuesForVersion(List<Issue>, String) - Static method in class org.apache.maven.plugins.changes.issues.IssueUtils
-
Find the issues for 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.plugins.changes.issues.AbstractIssueManagementSystem
- getIssueTypeMap() - Method in interface org.apache.maven.plugins.changes.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.plugins.changes.announcement.AnnouncementMojo
- getJiraReleases() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getJiraUrlAndProjectName(String) - Static method in class org.apache.maven.plugins.changes.jira.JiraHelper
-
Parse out the base URL for JIRA and the JIRA project name from the issue management URL.
- getKey() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getLatestRelease(List<Release>, String) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
-
Get the latest release by matching the supplied releases with the version from the pom.
- getLink() - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
The main link of the feed.
- getLink() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getLog() - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- getLog() - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- getMailSender() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getModelEncoding() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
-
Get the modelEncoding field.
- getName() - Method in class org.apache.maven.plugins.changes.announcement.MailSender
- getName() - Method in class org.apache.maven.plugins.changes.github.GitHubIssueManagementSystem
- getName() - Method in class org.apache.maven.plugins.changes.issues.AbstractIssueManagementSystem
- getName() - Method in interface org.apache.maven.plugins.changes.issues.IssueManagementSystem
-
Get the name of the issue management system.
- getName() - Method in class org.apache.maven.plugins.changes.jira.JIRAIssueManagmentSystem
- 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.
- getName() - Method in class org.apache.maven.plugins.changes.trac.TracIssueManagmentSystem
- getName(Locale) - Method in class org.apache.maven.plugins.changes.ChangesReport
- getName(Locale) - Method in class org.apache.maven.plugins.changes.github.GitHubChangesReport
- getName(Locale) - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
- getName(Locale) - Method in class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- getOutputName() - Method in class org.apache.maven.plugins.changes.ChangesReport
-
Deprecated.
- getOutputName() - Method in class org.apache.maven.plugins.changes.github.GitHubChangesReport
-
Deprecated.
- getOutputName() - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
-
Deprecated.
- getOutputName() - Method in class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- getPackaging() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getPassword() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getPidFromJira(Log, String, HttpClient) - Static method in class org.apache.maven.plugins.changes.jira.JiraHelper
-
Try to get a JIRA pid from the issue management URL.
- getPriority() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getProject() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getProperties() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
-
Get contains the properties of this document.
- getRelease(List<Release>, String) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
-
Get a release with the specified version from the list of releases.
- getReleaseList() - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Returns the current value of the
ChangesXML.releaseList
attribute. - getReleases() - Method in class org.apache.maven.plugins.changes.model.Body
-
Method getReleases.
- getReleases(List<Issue>) - Method in class org.apache.maven.plugins.changes.IssueAdapter
-
Adapt a
List
ofIssue
s to aList
ofRelease
s. - getReporter() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getResolution() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getSchema(String) - Method in class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
- getSmtpHost() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getSmtpPort() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getStatus() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getSubject() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getSummary() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getSupportedFeedTypes() - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
A List of supported feed types.
- getSystem() - Method in class org.apache.maven.plugins.changes.model.Action
-
Get id of issue tracking system.
- getTitle() - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- getTitle() - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Returns the current value of the
ChangesXML.title
attribute. - getTitle() - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
The title of the feed.
- getTitle() - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- getTitle() - Method in class org.apache.maven.plugins.changes.model.Properties
-
Get the page title.
- getToAddresses() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getTracReleases() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getType() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getType() - Method in class org.apache.maven.plugins.changes.model.Action
-
Get supported action types are the following: add: added functionality to the project. fix: bug fix for the project. update: updated some part of the project. remove: removed some functionality from the project.
- getUpdated() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getUrl() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getUrlDownload() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getUsername() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- getVersion() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getVersion() - Method in class org.apache.maven.plugins.changes.issues.Issue
- getVersion() - Method in class org.apache.maven.plugins.changes.model.Release
-
Get the version number associated with this release.
- getWarnings() - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- getXml() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- getXmlPath() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- GitHubChangesReport - Class in org.apache.maven.plugins.changes.github
-
Goal which downloads issues from GitHub and generates a report.
- GitHubChangesReport(SettingsDecrypter) - Constructor for class org.apache.maven.plugins.changes.github.GitHubChangesReport
- GitHubDeprecatedReport - Class in org.apache.maven.plugins.changes.github
-
Deprecated.use
github-changes
goal - GitHubDeprecatedReport(SettingsDecrypter) - Constructor for class org.apache.maven.plugins.changes.github.GitHubDeprecatedReport
-
Deprecated.
- GitHubDownloader - Class in org.apache.maven.plugins.changes.github
- GitHubDownloader(MavenProject, boolean, boolean) - Constructor for class org.apache.maven.plugins.changes.github.GitHubDownloader
- GitHubIssueManagementSystem - Class in org.apache.maven.plugins.changes.github
- GitHubIssueManagementSystem() - Constructor for class org.apache.maven.plugins.changes.github.GitHubIssueManagementSystem
H
- HelpMojo - Class in org.apache.maven.plugins.maven_changes_plugin
-
Display help information on maven-changes-plugin.
Callmvn changes:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_changes_plugin.HelpMojo
I
- initialize() - Method in class org.apache.maven.plugins.changes.announcement.mailsender.ProjectJavamailMailSender
- isErrorParsing() - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- isSslMode() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- isStartTls() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- Issue - Class in org.apache.maven.plugins.changes.issues
-
An issue.
- Issue() - Constructor for class org.apache.maven.plugins.changes.issues.Issue
- IssueAdapter - Class in org.apache.maven.plugins.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.plugins.changes.IssueAdapter
-
Create a new adapter.
- IssueManagementSystem - Interface in org.apache.maven.plugins.changes.issues
-
An interface for issue management systems.
- IssuesReportHelper - Class in org.apache.maven.plugins.changes.issues
-
A helper class for generation of reports based on issues.
- IssuesReportHelper() - Constructor for class org.apache.maven.plugins.changes.issues.IssuesReportHelper
- IssuesReportRenderer - Class in org.apache.maven.plugins.changes.issues
-
Generates a report on issues.
- IssuesReportRenderer(Sink, ResourceBundle, List<Integer>, List<Issue>) - Constructor for class org.apache.maven.plugins.changes.issues.IssuesReportRenderer
- IssueType - Enum in org.apache.maven.plugins.changes
-
The types of issues that can be used in a
changes.xml
file. - issueTypeMap - Variable in class org.apache.maven.plugins.changes.issues.AbstractIssueManagementSystem
- IssueUtils - Class in org.apache.maven.plugins.changes.issues
-
A utility class for working with issue objects.
- IssueUtils() - Constructor for class org.apache.maven.plugins.changes.issues.IssueUtils
- isSupportedFeedType(String) - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
Determine if a given feed type is supported.
- isThisTheExecutionRoot() - Method in class org.apache.maven.plugins.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.plugins.changes.AbstractChangesReport
-
Returns
true
if the current project is located at the Execution Root Directory (where mvn was launched). - isValidDate(String, String) - Static method in class org.apache.maven.plugins.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.plugins.changes.ChangesCheckMojo
-
Use the pattern to try to parse a Date from the given string using the given Locale.
J
- JiraChangesReport - Class in org.apache.maven.plugins.changes.jira
-
Goal which downloads issues from the Issue Tracking System and generates a report.
- JiraChangesReport(SettingsDecrypter) - Constructor for class org.apache.maven.plugins.changes.jira.JiraChangesReport
- jiraDatePattern - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
The pattern used to parse dates from the JIRA xml file.
- JiraDeprecatedReport - Class in org.apache.maven.plugins.changes.jira
-
Deprecated.use
jira-changes
goal - JiraDeprecatedReport(SettingsDecrypter) - Constructor for class org.apache.maven.plugins.changes.jira.JiraDeprecatedReport
-
Deprecated.
- JiraHelper - Class in org.apache.maven.plugins.changes.jira
-
A helper class with common JIRA related functionality.
- JIRAIssueManagmentSystem - Class in org.apache.maven.plugins.changes.jira
-
The JIRA issue management system.
- JIRAIssueManagmentSystem() - Constructor for class org.apache.maven.plugins.changes.jira.JIRAIssueManagmentSystem
- jiraPassword - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
The password to log into JIRA.
- jiraUser - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
The username to log into JIRA.
- JqlQueryBuilder - Class in org.apache.maven.plugins.changes.jira
-
Builder for a JIRA query using the JIRA query language.
- JqlQueryBuilder(Log) - Constructor for class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
L
- loadSchema(String) - Method in class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
- logRelease(Release) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
- lookupByKey(String) - Static method in enum org.apache.maven.plugins.changes.IssueType
M
- MailSender - Class in org.apache.maven.plugins.changes.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.plugins.changes.announcement.MailSender
- MailSender(String, String) - Constructor for class org.apache.maven.plugins.changes.announcement.MailSender
- mavenSession - Variable in class org.apache.maven.plugins.changes.AbstractChangesMojo
-
The Maven Session.
- mavenSession - Variable in class org.apache.maven.plugins.changes.AbstractChangesReport
-
The Maven Session.
- mergeReleases(List<Release>, String, List<Release>) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
-
Merge releases from parent component with releases from child component.
- mergeReleases(List<Release>, List<Release>) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
-
Merge releases from one issue tracker with releases from another issue tracker.
- modelRepresentation() - Method in enum org.apache.maven.plugins.changes.IssueType
N
- nbEntriesMax - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
The maximum number of entries to show.
- NoRest() - Constructor for exception class org.apache.maven.plugins.changes.jira.RestJiraDownloader.NoRest
- NoRest(String) - Constructor for exception class org.apache.maven.plugins.changes.jira.RestJiraDownloader.NoRest
O
- org.apache.maven.plugins.changes - package org.apache.maven.plugins.changes
- org.apache.maven.plugins.changes.announcement - package org.apache.maven.plugins.changes.announcement
- org.apache.maven.plugins.changes.announcement.mailsender - package org.apache.maven.plugins.changes.announcement.mailsender
- org.apache.maven.plugins.changes.github - package org.apache.maven.plugins.changes.github
- org.apache.maven.plugins.changes.issues - package org.apache.maven.plugins.changes.issues
- org.apache.maven.plugins.changes.jira - package org.apache.maven.plugins.changes.jira
- 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
- org.apache.maven.plugins.changes.schema - package org.apache.maven.plugins.changes.schema
- org.apache.maven.plugins.changes.trac - package org.apache.maven.plugins.changes.trac
- org.apache.maven.plugins.maven_changes_plugin - package org.apache.maven.plugins.maven_changes_plugin
P
- printValues(List<String>) - Static method in class org.apache.maven.plugins.changes.issues.IssuesReportHelper
-
Print a list of values separated by commas.
- priorityIds - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Ids of priority to show, as comma separated string.
- priorityIds(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- priorityIds(List<String>) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- processTemplate(Context, File, String, String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
-
Create the velocity template.
- project(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- ProjectJavamailMailSender - Class in org.apache.maven.plugins.changes.announcement.mailsender
-
Helper class for sending email.
- ProjectJavamailMailSender() - Constructor for class org.apache.maven.plugins.changes.announcement.mailsender.ProjectJavamailMailSender
- ProjectUtils - Class in org.apache.maven.plugins.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
R
- read(InputStream) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
-
Method read.
- read(InputStream, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
-
Method read.
- read(Reader) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
- read(Reader, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
- read(XmlPullParser, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
-
Method read.
- readAnnouncement(File) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
-
Read the content of the generated announcement file.
- receiveTimout - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- 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.plugins.changes
-
A utility class for working with Release objects.
- REMOVE - Enum constant in enum org.apache.maven.plugins.changes.IssueType
- 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.
- removeRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
-
Method removeRelease.
- render() - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- renderBody() - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- renderBody() - Method in class org.apache.maven.plugins.changes.issues.IssuesReportRenderer
- resolutionIds - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Ids of resolution to show, as comma separated string.
- resolutionIds(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- resolutionIds(List<String>) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- RestJiraDownloader - Class in org.apache.maven.plugins.changes.jira
-
Use the JIRA REST API to download issues.
- RestJiraDownloader() - Constructor for class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- RestJiraDownloader.NoRest - Exception Class in org.apache.maven.plugins.changes.jira
- runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugins.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.plugins.changes.AbstractChangesReport
-
This will cause the execution to be run only at the top of a given module tree.
- runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugins.changes.announcement.AbstractAnnouncementMojo
-
This will cause the execution to be run only at the top of a given module tree.
S
- SchemaValidatorException - Exception Class in org.apache.maven.plugins.changes.schema
- SchemaValidatorException(String, Throwable) - Constructor for exception class org.apache.maven.plugins.changes.schema.SchemaValidatorException
- send(MailMessage) - Method in class org.apache.maven.plugins.changes.announcement.mailsender.ProjectJavamailMailSender
- sendMessage() - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
-
Send the email.
- 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.plugins.changes.ChangesReportRenderer
- 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.plugins.changes.announcement.AnnouncementMailMojo
- setAnnouncementDirectory(File) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setAnnouncementFile(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setArtifactId(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setAssignee(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setAuthor(String) - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Sets the
ChangesXML.author
attribute. - setAuthor(String) - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
Set the author of the feed.
- setAuthor(Author) - Method in class org.apache.maven.plugins.changes.model.Properties
-
Set the page author.
- setAuthorEmail(String) - Method in class org.apache.maven.plugins.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<Object>) - Method in class org.apache.maven.plugins.changes.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<Object>) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setComponent(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the component(s) to apply to query JIRA.
- setConnectionTimeout(int) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setCreated(Date) - Method in class org.apache.maven.plugins.changes.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.plugins.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.plugins.changes.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.
- setEmail(String) - Method in class org.apache.maven.plugins.changes.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.plugins.changes.schema.XmlValidationHandler
- setErrors(List<SAXParseException>) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- setFatalErrors(List<SAXParseException>) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- setFilter(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the filter to apply to query to JIRA.
- setFinalName(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setFixedIssuesString(String) - Method in class org.apache.maven.plugins.changes.model.Action
-
Set a comma separated list of fixed issues.
- setFixVersionIds(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the fix version id(s) to apply to query JIRA.
- setFrom(List<Developer>) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setFromDeveloperId(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setGroupId(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setId(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setIntroduction(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setIssue(String) - Method in class org.apache.maven.plugins.changes.model.Action
-
Set id of the issue related to this change.
- setIssueLinksPerSystem(Map<String, String>) - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- setIssueTypes(Map<String, String>) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setJiraDatePattern(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setJiraPassword(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the password to log into a secured JIRA.
- setJiraServerId(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setJiraUser(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the username to log into a secured JIRA.
- setKey(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setLink(String) - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
Set the main link of the feed.
- setLink(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setLinkToFeed(boolean) - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- setLog(Log) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setMailSender(MailSender) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setMavenProject(MavenProject) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the project.
- setMockDownloader(RestJiraDownloader) - Method in class org.apache.maven.plugins.changes.jira.JiraChangesReport
- setModelEncoding(String) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
-
Set the modelEncoding field.
- setName(String) - Method in class org.apache.maven.plugins.changes.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.plugins.changes.jira.RestJiraDownloader
-
Sets the maximum number of Issues to show.
- setOnlyCurrentVersion(boolean) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setPackaging(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setPassword(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setPriority(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setPriorityIds(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the priorityIds.
- setProject(MavenProject) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setProject(MavenProject) - Method in class org.apache.maven.plugins.changes.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.plugins.changes.trac.TracDownloader
- setReceiveTimout(int) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setReleaseList(List<Release>) - Method in class org.apache.maven.plugins.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.plugins.changes.issues.Issue
- setResolution(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setResolutionIds(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the resolutionIds.
- setSettings(Settings) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setSettingsDecrypter(SettingsDecrypter) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
- setSmtpHost(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setSmtpPort(int) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setSortColumnNames(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the sort column names.
- setSslMode(boolean) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setStartTls(boolean) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setStatus(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setStatusIds(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the statusIds.
- setSubject(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setSummary(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setSystem(String) - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- setSystem(String) - Method in class org.apache.maven.plugins.changes.model.Action
-
Set id of issue tracking system.
- setTeam(String) - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- setTitle(String) - Method in class org.apache.maven.plugins.changes.ChangesXML
-
Sets the
ChangesXML.title
attribute. - setTitle(String) - Method in class org.apache.maven.plugins.changes.FeedGenerator
-
Set the title of the feed.
- setTitle(String) - Method in class org.apache.maven.plugins.changes.model.Properties
-
Set the page title.
- setToAddresses(List<Object>) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setTracPassword(String) - Method in class org.apache.maven.plugins.changes.trac.TracDownloader
- setTracUser(String) - Method in class org.apache.maven.plugins.changes.trac.TracDownloader
- setType(String) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setType(String) - Method in class org.apache.maven.plugins.changes.model.Action
-
Set supported action types are the following: add: added functionality to the project. fix: bug fix for the project. update: updated some part of the project. remove: removed some functionality from the project.
- setTypeIds(String) - Method in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Sets the typeIds.
- setUpdated(Date) - Method in class org.apache.maven.plugins.changes.issues.Issue
- setUrl(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setUrl(String) - Method in class org.apache.maven.plugins.changes.ChangesReportRenderer
- setUrlDownload(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setUsername(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMailMojo
- setVersion(String) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setVersion(String) - Method in class org.apache.maven.plugins.changes.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.plugins.changes.jira.RestJiraDownloader
- setWarnings(List<SAXParseException>) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- setXml(ChangesXML) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- setXmlPath(File) - Method in class org.apache.maven.plugins.changes.announcement.AnnouncementMojo
- sinkCell(String) - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- sinkCellLink(String, String) - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- sinkFigure(String, String) - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- sinkShowTypeIcon(String) - Method in class org.apache.maven.plugins.changes.issues.AbstractIssuesReportRenderer
- SNAPSHOT_SUFFIX - Static variable in class org.apache.maven.plugins.changes.issues.IssueUtils
- sortColumnNames - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Column names to sort by, as comma separated string.
- sortColumnNames(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
- statusIds - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Ids of status to show, as comma separated string.
- statusIds(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- statusIds(List<String>) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
T
- toString() - Method in class org.apache.maven.plugins.changes.announcement.MailSender
- toString() - Method in class org.apache.maven.plugins.changes.issues.Issue
- toString(List<Issue>) - Static method in class org.apache.maven.plugins.changes.issues.IssueUtils
- toString(List<Release>) - Static method in class org.apache.maven.plugins.changes.ReleaseUtils
- TracChangesReport - Class in org.apache.maven.plugins.changes.trac
-
Deprecated.prepared for removal in next major version due to lack of maintainers
- TracChangesReport() - Constructor for class org.apache.maven.plugins.changes.trac.TracChangesReport
-
Deprecated.
- TracDeprecatedReport - Class in org.apache.maven.plugins.changes.trac
-
Deprecated.use
track-changes
goal - TracDeprecatedReport() - Constructor for class org.apache.maven.plugins.changes.trac.TracDeprecatedReport
-
Deprecated.
- TracDownloader - Class in org.apache.maven.plugins.changes.trac
-
Get issues from a Trac installation.
- TracDownloader() - Constructor for class org.apache.maven.plugins.changes.trac.TracDownloader
- TracIssueManagmentSystem - Class in org.apache.maven.plugins.changes.trac
-
The Trac issue management system.
- TracIssueManagmentSystem() - Constructor for class org.apache.maven.plugins.changes.trac.TracIssueManagmentSystem
- transform(String, String) - Method in interface org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader.ContentTransformer
-
Interpolate the value read from the xpp3 document
- typeIds - Variable in class org.apache.maven.plugins.changes.jira.RestJiraDownloader
-
Ids of types to show, as comma separated string.
- typeIds(String) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- typeIds(List<String>) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
U
- UPDATE - Enum constant in enum org.apache.maven.plugins.changes.IssueType
- UrlBuilder - Class in org.apache.maven.plugins.changes.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.plugins.changes.jira.UrlBuilder
- urlEncode() - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
- urlEncode(boolean) - Method in class org.apache.maven.plugins.changes.jira.JqlQueryBuilder
V
- validateIssueManagement(MavenProject, String, String) - Static method in class org.apache.maven.plugins.changes.ProjectUtils
-
Check if the issue management system has been properly configured in the Maven project.
- validateXmlWithSchema(File, String, boolean) - Method in interface org.apache.maven.plugins.changes.schema.ChangesSchemaValidator
- validateXmlWithSchema(File, String, boolean) - Method in class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
- valueOf(String) - Static method in enum org.apache.maven.plugins.changes.IssueType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.maven.plugins.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.plugins.changes.jira.RestJiraDownloader
-
The versionPrefix to apply to the POM version
W
- W3C_XML_SCHEMA - Static variable in class org.apache.maven.plugins.changes.schema.DefaultChangesSchemaValidator
-
property schema
- warning(SAXParseException) - Method in class org.apache.maven.plugins.changes.schema.XmlValidationHandler
X
- XmlValidationHandler - Class in org.apache.maven.plugins.changes.schema
- XmlValidationHandler(boolean) - Constructor for class org.apache.maven.plugins.changes.schema.XmlValidationHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
change
goal