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 Details

    • UnleashArgumentInterceptorAction

      public UnleashArgumentInterceptorAction(String goalsAndOptions)
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getGoalsAndOptions

      public String getGoalsAndOptions(hudson.maven.MavenModuleSetBuild build)
      Specified by:
      getGoalsAndOptions in interface hudson.maven.MavenArgumentInterceptorAction
    • intercept

      public ArgumentListBuilder intercept(ArgumentListBuilder mavenargs, hudson.maven.MavenModuleSetBuild build)
      Specified by:
      intercept in interface hudson.maven.MavenArgumentInterceptorAction