Class AgentErrorCondition

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.flow.ErrorCondition>
org.jenkinsci.plugins.workflow.flow.ErrorCondition
org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.flow.ErrorCondition>, Serializable

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public final class AgentErrorCondition extends org.jenkinsci.plugins.workflow.flow.ErrorCondition
Determines whether a failure in ExecutorStep should be retried.
See Also:
  • Constructor Details

    • AgentErrorCondition

      @DataBoundConstructor public AgentErrorCondition()
  • Method Details