|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
String action
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.
String dueTo
String dueToEmail
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.
String type
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.
String date
List<E> fixedIssues
List<E> dueTos
Class org.apache.maven.plugins.changes.model.Author extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String authorEmail
Class org.apache.maven.plugins.changes.model.Body extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> releases
Class org.apache.maven.plugins.changes.model.ChangesDocument extends Object implements Serializable |
---|
Serialized Fields |
---|
Properties properties
Body body
String modelEncoding
Class org.apache.maven.plugins.changes.model.DueTo extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String email
Class org.apache.maven.plugins.changes.model.FixedIssue extends Object implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
String title
Author author
Class org.apache.maven.plugins.changes.model.Release extends Object implements Serializable |
---|
Serialized Fields |
---|
String version
String dateRelease
The date of this release.
This field can be any String, such as "in SVN" when the version isn't yet released.
String description
List<E> actions
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |