|
|||||||||
| 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(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(String author,
String issueId,
ActionType type,
String description,
String dueTo,
String dueToEmail)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||