public interface MavenProjectActionBuilder
MavenBuildProxy.registerAsProjectAction(MavenProjectActionBuilder)| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getProjectActions(MavenModule module)
Equivalent of
BuildStep.getProjectActions(AbstractProject). |
Collection<? extends hudson.model.Action> getProjectActions(MavenModule module)
BuildStep.getProjectActions(AbstractProject).
Registers a transient action to MavenModule when it's rendered.
This is useful if you'd like to display an action at the module level.
Since this contributes a transient action, the returned Action
will not be serialized.
For this method to be invoked, call
MavenBuildProxy.registerAsProjectAction(MavenProjectActionBuilder) during the build.
Copyright © 2016–2017. All rights reserved.