| Package | Description |
|---|---|
| org.apache.maven.plugin.changes | |
| org.apache.maven.plugins.changes.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
IssueAdapter.createAction(Issue issue)
Create an
Action from an issue. |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Release.getActions()
Method getActions.
|
List<Action> |
Component.getActions()
Method getActions.
|
List<Action> |
Release.getActions(String type) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.