|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.apache.maven.plugin.changes | |
| org.apache.maven.plugins.changes.model | |
| Uses of Action in org.apache.maven.plugin.changes |
|---|
| Methods in org.apache.maven.plugin.changes that return Action | |
|---|---|
Action |
IssueAdapter.createAction(Issue issue)
Create an Action from an issue. |
| Uses of Action in org.apache.maven.plugins.changes.model |
|---|
| Methods in org.apache.maven.plugins.changes.model that return types with arguments of type Action | |
|---|---|
List<Action> |
Release.getActions()
Method getActions. |
List<Action> |
Component.getActions()
Method getActions. |
| Methods in org.apache.maven.plugins.changes.model with parameters of type Action | |
|---|---|
void |
Release.addAction(Action action)
Method addAction. |
void |
Component.addAction(Action action)
Method addAction. |
void |
Release.removeAction(Action action)
Method removeAction. |
void |
Component.removeAction(Action action)
Method removeAction. |
| Method parameters in org.apache.maven.plugins.changes.model with type arguments of type Action | |
|---|---|
void |
Release.setActions(List<Action> actions)
Set the list of actions taken for this release. |
void |
Component.setActions(List<Action> actions)
Set the list of actions for this component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||