Class EphemeralContainerStepRule

java.lang.Object
hudson.model.AbstractDescribableImpl<EphemeralContainerStepRule>
io.jenkins.plugins.kubernetes.ephemeral.EphemeralContainerStepRule
All Implemented Interfaces:
ExtensionPoint, Describable<EphemeralContainerStepRule>
Direct Known Subclasses:
ContainerImageRule

public abstract class EphemeralContainerStepRule extends AbstractDescribableImpl<EphemeralContainerStepRule> implements ExtensionPoint
Ephemeral container step rule. Rules are evaluated before the step is executed and may cause the step to be aborted before the container is added to the Pod.
  • Constructor Details

    • EphemeralContainerStepRule

      public EphemeralContainerStepRule()
  • Method Details