Class BooleanParameters
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<AbstractBuildParameters>
-
- hudson.plugins.parameterizedtrigger.AbstractBuildParameters
-
- hudson.plugins.parameterizedtrigger.BooleanParameters
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<AbstractBuildParameters>
public class BooleanParameters extends AbstractBuildParameters
- Author:
- Chris Johnson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BooleanParameters.DescriptorImpl
-
Nested classes/interfaces inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters
AbstractBuildParameters.DontTriggerException
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BooleanParameters(List<BooleanParameterConfig> configs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
getAction(AbstractBuild<?,?> build, TaskListener listener)
List<BooleanParameterConfig>
getConfigs()
-
Methods inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters
getEnvironment
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
BooleanParameters
@DataBoundConstructor public BooleanParameters(List<BooleanParameterConfig> configs)
-
-
Method Detail
-
getAction
public Action getAction(AbstractBuild<?,?> build, TaskListener listener) throws IOException, InterruptedException, AbstractBuildParameters.DontTriggerException
- Specified by:
getAction
in classAbstractBuildParameters
- Parameters:
build
- The current in-progress build that's about to trigger other projects.listener
- Connected to the in-progress build of thebuild
parameter.- Throws:
IOException
InterruptedException
AbstractBuildParameters.DontTriggerException
-
getConfigs
public List<BooleanParameterConfig> getConfigs()
-
-