Class UnleashArgumentInterceptorAction
java.lang.Object
com.itemis.jenkins.plugins.unleash.UnleashArgumentInterceptorAction
- All Implemented Interfaces:
hudson.maven.MavenArgumentInterceptorAction
,Action
,ModelObject
public class UnleashArgumentInterceptorAction
extends Object
implements hudson.maven.MavenArgumentInterceptorAction
- Author:
- Stanley Hillner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGoalsAndOptions
(hudson.maven.MavenModuleSetBuild build) intercept
(ArgumentListBuilder mavenargs, hudson.maven.MavenModuleSetBuild build)
-
Constructor Details
-
UnleashArgumentInterceptorAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getGoalsAndOptions
- Specified by:
getGoalsAndOptions
in interfacehudson.maven.MavenArgumentInterceptorAction
-
intercept
public ArgumentListBuilder intercept(ArgumentListBuilder mavenargs, hudson.maven.MavenModuleSetBuild build) - Specified by:
intercept
in interfacehudson.maven.MavenArgumentInterceptorAction
-