Serialized Form
-
Package org.apache.maven.plugins.changes
-
Exception Class org.apache.maven.plugins.changes.ChangesXMLRuntimeException
class ChangesXMLRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -8059557047280992301L
-
-
Package org.apache.maven.plugins.changes.jira
-
Exception Class org.apache.maven.plugins.changes.jira.RestJiraDownloader.NoRest
class NoRest extends Exception implements Serializable- serialVersionUID:
- 6970088805270319624L
-
-
Package org.apache.maven.plugins.changes.model
-
Class org.apache.maven.plugins.changes.model.Action
class Action extends AbstractAction implements Serializable-
Serialized Fields
-
action
String action
A short description of the action taken. -
date
String date
fix date. -
dev
String dev
Name of developer who committed the change.This can be either the id of the developer, as specified in the developers section of the pom.xml file, or the name of the developer. If you generate a changes report and specify the id of the developer, a link is created to that developer in the team.html page.
-
dueTo
String dueTo
Name of the person to be credited for this change. This can be used when a patch is submitted by a non-committer. Can be a comma separated list. -
dueToEmail
String dueToEmail
Email of the person to be credited for this change. Can be a comma separated list. -
fixedIssuesString
String fixedIssuesString
A comma separated list of fixed issues. -
issue
String issue
Id of the issue related to this change. This is the id in your issue tracking system.The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.
See the changes-report mojo for more details.
-
system
String system
Id of issue tracking system. If empty 'default' value will be used.The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplatePerSystem parameter.
See the changes-report mojo for more details.
-
type
String type
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.
-
-
-
Class org.apache.maven.plugins.changes.model.Author
class Author extends Object implements Serializable -
Class org.apache.maven.plugins.changes.model.Body
class Body extends Object implements Serializable -
Class org.apache.maven.plugins.changes.model.ChangesDocument
class ChangesDocument extends Object implements Serializable-
Serialized Fields
-
body
Body body
Contains the releases of this project with the actions taken for each of the releases. -
modelEncoding
String modelEncoding
Field modelEncoding. -
properties
Properties properties
Contains the properties of this document.
-
-
-
Class org.apache.maven.plugins.changes.model.Component
class Component extends Object implements Serializable -
Class org.apache.maven.plugins.changes.model.DueTo
class DueTo extends Object implements Serializable -
Class org.apache.maven.plugins.changes.model.Properties
class Properties extends Object implements Serializable -
Class org.apache.maven.plugins.changes.model.Release
class Release extends AbstractRelease implements Serializable-
Serialized Fields
-
actions
List<Action> actions
Field actions. -
dateRelease
String dateRelease
The date of this release.This field can be any string, such as "in SVN" when the version isn't yet released but the ISO 8601 date format is recommended.
-
description
String description
A short description of this release. -
version
String version
The version number associated with this release.
-
-
-
-
Package org.apache.maven.plugins.changes.schema
-
Exception Class org.apache.maven.plugins.changes.schema.SchemaValidatorException
class SchemaValidatorException extends Exception implements Serializable- serialVersionUID:
- -8265574906534248274L
-