|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ActionType in org.apache.maven.changes |
|---|
| Fields in org.apache.maven.changes declared as ActionType | |
|---|---|
static ActionType |
ActionType.ADD
An action representing a new feature. |
static ActionType |
ActionType.FIX
An action representing a fix. |
static ActionType |
ActionType.REMOVE
An action representing a removal. |
static ActionType |
ActionType.UPDATE
An action representing an improvement. |
| Methods in org.apache.maven.changes that return ActionType | |
|---|---|
static ActionType |
ActionType.getActionType(java.lang.String name)
Returns the ActionType based on its name. |
ActionType |
Action.getType()
Returns the ActionType. |
| Constructors in org.apache.maven.changes with parameters of type ActionType | |
|---|---|
Action(java.lang.String author,
java.lang.String issueId,
ActionType type,
java.lang.String description,
java.lang.String dueTo,
java.lang.String dueToEmail)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||