Class BlockingBehaviour
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BlockingBehaviour>
-
- hudson.plugins.parameterizedtrigger.BlockingBehaviour
-
- All Implemented Interfaces:
Describable<BlockingBehaviour>
public class BlockingBehaviour extends AbstractDescribableImpl<BlockingBehaviour>
Determines how to handle the status of the triggered builds inTriggerBuilder
.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockingBehaviour.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description Result
buildStepFailureThreshold
Result
failureThreshold
Result
unstableThreshold
-
Constructor Summary
Constructors Constructor Description BlockingBehaviour(Result buildStepFailureThreshold, Result unstableThreshold, Result failureThreshold)
BlockingBehaviour(String buildStepFailureThreshold, String unstableThreshold, String failureThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result
mapBuildResult(Result r)
Maps the result of a triggered build to the result of the triggering build.boolean
mapBuildStepResult(Result r)
Maps the result of a triggered build to the result of the triggering build step.-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-