|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.changes.Action
public final class Action
An action contained in a Release
of a changes.xml file.
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 |
---|
public Action(String author, String issueId, ActionType type, String description, String dueTo, String dueToEmail)
Method Detail |
---|
public String getAuthor()
public String getIssueId()
public ActionType getType()
ActionType
.
public String getDescription()
public String getDueTo()
public String getDueToEmail()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |