org.apache.maven.plugins.changes.model
Class Action

java.lang.Object
  extended by org.apache.maven.plugins.changes.model.Action
All Implemented Interfaces:
java.io.Serializable

public class Action
extends java.lang.Object
implements java.io.Serializable

A single action done on the project, during this release.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Action()
           
 
Method Summary
 void addDueTo(DueTo dueTo)
          Method addDueTo
 void addFixedIssue(FixedIssue fixedIssue)
          Method addFixedIssue
 java.lang.String getAction()
          Get A short description of the action taken.
 java.lang.String getDate()
          Get fix date
 java.lang.String getDev()
          Get
 java.lang.String getDueTo()
          Get Name of the person to be credited for this change.
 java.lang.String getDueToEmail()
          Get Email of the person to be credited for this change.
 java.util.List getDueTos()
          Method getDueTos
 java.util.List getFixedIssues()
          Method getFixedIssues
 java.lang.String getIssue()
          Get
 java.lang.String getModelEncoding()
           
 java.lang.String getSystem()
          Get
 java.lang.String getType()
          Get Supported action types are the following: add : added functionnality to the project. fix : bug fix for the project. update : updated some part of the project. remove : removed some functionnality from the project.
 void removeDueTo(DueTo dueTo)
          Method removeDueTo
 void removeFixedIssue(FixedIssue fixedIssue)
          Method removeFixedIssue
 void setAction(java.lang.String action)
          Set A short description of the action taken.
 void setDate(java.lang.String date)
          Set fix date
 void setDev(java.lang.String dev)
          Set
 void setDueTo(java.lang.String dueTo)
          Set Name of the person to be credited for this change.
 void setDueToEmail(java.lang.String dueToEmail)
          Set Email of the person to be credited for this change.
 void setDueTos(java.util.List dueTos)
          Set A list of contibutors for this issue.
 void setFixedIssues(java.util.List fixedIssues)
          Set A list of fix issues.
 void setIssue(java.lang.String issue)
          Set
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setSystem(java.lang.String system)
          Set
 void setType(java.lang.String type)
          Set Supported action types are the following: add : added functionnality to the project. fix : bug fix for the project. update : updated some part of the project. remove : removed some functionnality from the project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

addDueTo

public void addDueTo(DueTo dueTo)
Method addDueTo

Parameters:
dueTo -

addFixedIssue

public void addFixedIssue(FixedIssue fixedIssue)
Method addFixedIssue

Parameters:
fixedIssue -

getAction

public java.lang.String getAction()
Get A short description of the action taken.


getDate

public java.lang.String getDate()
Get fix date


getDev

public java.lang.String getDev()
Get

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.


getDueTo

public java.lang.String getDueTo()
Get Name of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.


getDueToEmail

public java.lang.String getDueToEmail()
Get Email of the person to be credited for this change.


getDueTos

public java.util.List getDueTos()
Method getDueTos


getFixedIssues

public java.util.List getFixedIssues()
Method getFixedIssues


getIssue

public java.lang.String getIssue()
Get

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.


getSystem

public java.lang.String getSystem()
Get

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.


getType

public java.lang.String getType()
Get Supported action types are the following:


removeDueTo

public void removeDueTo(DueTo dueTo)
Method removeDueTo

Parameters:
dueTo -

removeFixedIssue

public void removeFixedIssue(FixedIssue fixedIssue)
Method removeFixedIssue

Parameters:
fixedIssue -

setAction

public void setAction(java.lang.String action)
Set A short description of the action taken.

Parameters:
action -

setDate

public void setDate(java.lang.String date)
Set fix date

Parameters:
date -

setDev

public void setDev(java.lang.String dev)
Set

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.

Parameters:
dev -

setDueTo

public void setDueTo(java.lang.String dueTo)
Set Name of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.

Parameters:
dueTo -

setDueToEmail

public void setDueToEmail(java.lang.String dueToEmail)
Set Email of the person to be credited for this change.

Parameters:
dueToEmail -

setDueTos

public void setDueTos(java.util.List dueTos)
Set A list of contibutors for this issue.

Parameters:
dueTos -

setFixedIssues

public void setFixedIssues(java.util.List fixedIssues)
Set A list of fix issues.

Parameters:
fixedIssues -

setIssue

public void setIssue(java.lang.String issue)
Set

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.

Parameters:
issue -

setSystem

public void setSystem(java.lang.String system)
Set

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.

Parameters:
system -

setType

public void setType(java.lang.String type)
Set Supported action types are the following:

Parameters:
type -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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