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:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getGoalsAndOptions
- Specified by:
getGoalsAndOptionsin interfacehudson.maven.MavenArgumentInterceptorAction
-
intercept
public ArgumentListBuilder intercept(ArgumentListBuilder mavenargs, hudson.maven.MavenModuleSetBuild build) - Specified by:
interceptin interfacehudson.maven.MavenArgumentInterceptorAction
-