Class BlockingBehaviour
java.lang.Object
hudson.model.AbstractDescribableImpl<BlockingBehaviour>
hudson.plugins.parameterizedtrigger.BlockingBehaviour
- All Implemented Interfaces:
- Describable<BlockingBehaviour>
Determines how to handle the status of the triggered builds in 
TriggerBuilder.- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBlockingBehaviour(Result buildStepFailureThreshold, Result unstableThreshold, Result failureThreshold) BlockingBehaviour(String buildStepFailureThreshold, String unstableThreshold, String failureThreshold) 
- 
Method SummaryModifier and TypeMethodDescriptionMaps the result of a triggered build to the result of the triggering build.booleanMaps the result of a triggered build to the result of the triggering build step.Methods inherited from class hudson.model.AbstractDescribableImplgetDescriptor
- 
Field Details- 
buildStepFailureThreshold
- 
unstableThreshold
- 
failureThreshold
 
- 
- 
Constructor Details- 
BlockingBehaviour
- 
BlockingBehaviour
 
- 
- 
Method Details- 
mapBuildStepResultMaps the result of a triggered build to the result of the triggering build step.- Parameters:
- r- the- Resultof the triggered build to map
- Returns:
- falseif the triggering build step has to fail,- trueotherwise
 
- 
mapBuildResultMaps the result of a triggered build to the result of the triggering build.- Parameters:
- r- the- Resultof the triggered build to map
- Returns:
- the result of the triggering build
 
 
-