|
|||||||||
| 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(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 |
|---|
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 |
|---|
public java.lang.String getAuthor()
public java.lang.String getIssueId()
public ActionType getType()
ActionType.
public java.lang.String getDescription()
public java.lang.String getDueTo()
public java.lang.String getDueToEmail()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||