Class PredefinedBuildParameters
java.lang.Object
hudson.model.AbstractDescribableImpl<AbstractBuildParameters>
hudson.plugins.parameterizedtrigger.AbstractBuildParameters
hudson.plugins.parameterizedtrigger.PredefinedBuildParameters
- All Implemented Interfaces:
ExtensionPoint
,Describable<AbstractBuildParameters>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters
AbstractBuildParameters.DontTriggerException
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionPredefinedBuildParameters
(String properties) PredefinedBuildParameters
(String properties, boolean textParamValueOnNewLine) -
Method Summary
Modifier and TypeMethodDescriptiongetAction
(AbstractBuild<?, ?> build, TaskListener listener) boolean
Methods inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters
getEnvironment
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
PredefinedBuildParameters
@DataBoundConstructor public PredefinedBuildParameters(String properties, boolean textParamValueOnNewLine) -
PredefinedBuildParameters
-
-
Method Details
-
getAction
public Action getAction(AbstractBuild<?, ?> build, TaskListener listener) throws IOException, InterruptedException- 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
-
getProperties
-
getTextParamValueOnNewLine
public boolean getTextParamValueOnNewLine()
-