org.apache.maven.changes
Class Action

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

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

Constructor Detail

Action

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

getAuthor

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

Returns:
the author

getIssueId

public java.lang.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 java.lang.String getDescription()
Returns the description.

Returns:
the description

getDueTo

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

Returns:
the contributor or null

getDueToEmail

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.