Class ErrorCondition

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

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public abstract class ErrorCondition extends AbstractDescribableImpl<ErrorCondition> implements ExtensionPoint, Serializable
User-configurable predicate for errors that may occur during a build. Implementations could check for agent-related outages, for example. Step callers could use a condition to decide whether to ignore or report an error, retry, etc.
See Also: