Serialized Form


Package org.apache.maven.plugin.changes.schema

Class org.apache.maven.plugin.changes.schema.SchemaValidatorException extends Exception implements Serializable


Package org.apache.maven.plugins.changes.model

Class org.apache.maven.plugins.changes.model.Action extends Object implements Serializable

Serialized Fields

action

String action
A short description of the action taken.


dev

String dev

Name of developer who committed the change.

This MUST be the name of the developer as described in the developers section of the pom.xml file.


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.


dueToEmail

String dueToEmail
Email of the person to be credited for this change.


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.


type

String type
Supported action types are the following:


system

String system

Id of issue tracking system. If empty 'default' value will be use.

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.


date

String date
fix date.


fixedIssues

List<E> fixedIssues
Field fixedIssues.


dueTos

List<E> dueTos
Field dueTos.

Class org.apache.maven.plugins.changes.model.Author extends Object implements Serializable

Serialized Fields

name

String name
The page author name.


authorEmail

String authorEmail
The page author email.

Class org.apache.maven.plugins.changes.model.Body extends Object implements Serializable

Serialized Fields

releases

List<E> releases
Field releases.

Class org.apache.maven.plugins.changes.model.ChangesDocument extends Object implements Serializable

Serialized Fields

properties

Properties properties
Contains the properties of this document.


body

Body body
Contains the releases of this project with the actions taken for each of the releases.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.plugins.changes.model.DueTo extends Object implements Serializable

Serialized Fields

name

String name
Name of the person to be credited for this change.


email

String email
Email of the person to be credited for this change.

Class org.apache.maven.plugins.changes.model.FixedIssue extends Object implements Serializable

Serialized Fields

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.

Class org.apache.maven.plugins.changes.model.Properties extends Object implements Serializable

Serialized Fields

title

String title
Page Title.


author

Author author
Page Author.

Class org.apache.maven.plugins.changes.model.Release extends Object implements Serializable

Serialized Fields

version

String version
The version number associated with this release.


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.


description

String description
A short description of this release.


actions

List<E> actions
Field actions.



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.