Serialized Form


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

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


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

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

Serialized Fields

action

java.lang.String action
A short description of the action taken.


dev

java.lang.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

java.lang.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

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


issue

java.lang.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

java.lang.String type
Supported action types are the following:


system

java.lang.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

java.lang.String date
fix date.


fixedIssues

java.util.List fixedIssues
Field fixedIssues.


dueTos

java.util.List dueTos
Field dueTos.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

name

java.lang.String name
The page author name.


authorEmail

java.lang.String authorEmail
The page author email.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

releases

java.util.List releases
Field releases.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.plugins.changes.model.ChangesDocument extends java.lang.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

java.lang.String modelEncoding

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

Serialized Fields

name

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


email

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


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

issue

java.lang.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.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

title

java.lang.String title
Page Title.


author

Author author
Page Author.


modelEncoding

java.lang.String modelEncoding

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

Serialized Fields

version

java.lang.String version
The version number associated with this release.


dateRelease

java.lang.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

java.lang.String description
A short description of this release.


actions

java.util.List actions
Field actions.


modelEncoding

java.lang.String modelEncoding



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