Uses of Class
org.apache.maven.plugins.changes.model.Action
-
Uses of Action in org.apache.maven.plugins.changes
Modifier and TypeMethodDescriptionIssueAdapter.createAction
(Issue issue) Create anAction
from an issue. -
Uses of Action in org.apache.maven.plugins.changes.model
Modifier and TypeMethodDescriptionAbstractRelease.getActions()
AbstractRelease.getActions
(String type) Retrieve action list by given typeComponent.getActions()
Method getActions.Release.getActions()
Method getActions.Modifier and TypeMethodDescriptionvoid
Method addAction.void
Method addAction.void
Component.removeAction
(Action action) Method removeAction.void
Release.removeAction
(Action action) Method removeAction.Modifier and TypeMethodDescriptionvoid
Component.setActions
(List<Action> actions) Set the list of actions for this component.void
Release.setActions
(List<Action> actions) Set the list of actions taken for this release.