Class KubernetesAgentErrorCondition

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.flow.ErrorCondition>, Serializable

    public class KubernetesAgentErrorCondition
    extends org.jenkinsci.plugins.workflow.flow.ErrorCondition
    Qualifies node blocks associated with KubernetesSlave to be retried if the node was deleted. A more specific version of AgentErrorCondition.
    See Also:
    Serialized Form
    • Constructor Detail

      • KubernetesAgentErrorCondition

        @DataBoundConstructor
        public KubernetesAgentErrorCondition()
    • Method Detail

      • isHandleNonKubernetes

        public boolean isHandleNonKubernetes()
      • setHandleNonKubernetes

        @DataBoundSetter
        public void setHandleNonKubernetes​(boolean handleNonKubernetes)