org.apache.maven.changes
Class Action

java.lang.Object
  extended by org.apache.maven.changes.Action

public final class Action
extends Object

An action contained in a Release of a changes.xml file.

Version:
$Id: Action.java 1205 2006-01-04 14:24:23Z snicoll $
Author:
Stephane Nicoll

Constructor Summary
Action(String author, String issueId, ActionType type, String description, String dueTo, String dueToEmail)
           
 
Method Summary
 String getAuthor()
          Returns the author of the action.
 String getDescription()
          Returns the description.
 String getDueTo()
          Returns the contributor of the action.
 String getDueToEmail()
          Returns the email of the contributor.
 String getIssueId()
          Returns the issue id in the issue tracker system.
 ActionType getType()
          Returns the ActionType.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action(String author,
              String issueId,
              ActionType type,
              String description,
              String dueTo,
              String dueToEmail)
Method Detail

getAuthor

public String getAuthor()
Returns the author of the action.

Returns:
the author

getIssueId

public String getIssueId()
Returns the issue id in the issue tracker system. Returns null if no issue id has been specified.

Returns:
the issueId id

getType

public ActionType getType()
Returns the ActionType.

Returns:
the action type

getDescription

public String getDescription()
Returns the description.

Returns:
the description

getDueTo

public String getDueTo()
Returns the contributor of the action. Returns null if there is no contributor.

Returns:
the contributor or null

getDueToEmail

public String getDueToEmail()
Returns the email of the contributor. Returns null if there is no contributor or if the contributor's email is not specified

Returns:
the contributor's email or null

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Codehaus. All Rights Reserved.