Package io.jenkins.plugins.kobiton
Class VariableInjectorAction
- java.lang.Object
-
- io.jenkins.plugins.kobiton.VariableInjectorAction
-
- All Implemented Interfaces:
Action,EnvironmentContributingAction,ModelObject
public class VariableInjectorAction extends Object implements EnvironmentContributingAction
-
-
Constructor Summary
Constructors Constructor Description VariableInjectorAction(Map<String,String> envVars)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildEnvironment(Run<?,?> run, EnvVars env)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvVars
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
buildEnvironment
public void buildEnvironment(@NonNull Run<?,?> run, @NonNull EnvVars env)- Specified by:
buildEnvironmentin interfaceEnvironmentContributingAction
-
-