Class SynchronousResumeNotSupportedErrorCondition
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.flow.ErrorCondition>
org.jenkinsci.plugins.workflow.flow.ErrorCondition
org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedErrorCondition
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.flow.ErrorCondition>
,Serializable
public final class SynchronousResumeNotSupportedErrorCondition
extends org.jenkinsci.plugins.workflow.flow.ErrorCondition
Checks for
SynchronousResumeNotSupportedException
.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.flow.ErrorCondition
org.jenkinsci.plugins.workflow.flow.ErrorCondition.ErrorConditionDescriptor
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.flow.ErrorCondition
getDescriptor
-
Constructor Details
-
SynchronousResumeNotSupportedErrorCondition
@DataBoundConstructor public SynchronousResumeNotSupportedErrorCondition()
-
-
Method Details
-
test
public boolean test(Throwable error, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException - Specified by:
test
in classorg.jenkinsci.plugins.workflow.flow.ErrorCondition
- Throws:
IOException
InterruptedException
-