Uses of Class
org.apache.maven.plugins.changes.model.Action
Packages that use Action
-
Uses of Action in org.apache.maven.plugins.changes
Methods in org.apache.maven.plugins.changes that return ActionModifier and TypeMethodDescriptionIssueAdapter.createAction
(Issue issue) Create anAction
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 ActionModifier and TypeMethodDescriptionAbstractRelease.getActions()
AbstractRelease.getActions
(String type) Retrieve action list by given typeComponent.getActions()
Method getActions.Release.getActions()
Method getActions.Methods in org.apache.maven.plugins.changes.model with parameters of type ActionModifier and TypeMethodDescriptionvoid
Method addAction.void
Method addAction.void
Component.removeAction
(Action action) Method removeAction.void
Release.removeAction
(Action action) Method removeAction.Method parameters in org.apache.maven.plugins.changes.model with type arguments of type ActionModifier 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.