Uses of Enum Class
io.jenkins.plugins.kubernetes.ephemeral.EphemeralContainerStepRule.Action
Packages that use EphemeralContainerStepRule.Action
Package
Description
-
Uses of EphemeralContainerStepRule.Action in io.jenkins.plugins.kubernetes.ephemeral
Methods in io.jenkins.plugins.kubernetes.ephemeral that return EphemeralContainerStepRule.ActionModifier and TypeMethodDescriptionEphemeralContainerStepRule.Result.getAction()
Rule requested action.Returns the enum constant of this class with the specified name.static EphemeralContainerStepRule.Action[]
EphemeralContainerStepRule.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.kubernetes.ephemeral with parameters of type EphemeralContainerStepRule.ActionModifierConstructorDescriptionCreate result action without a reason.Result
(EphemeralContainerStepRule.Action action, String reason) Create result with action and reason. -
Uses of EphemeralContainerStepRule.Action in io.jenkins.plugins.kubernetes.ephemeral.rules
Methods in io.jenkins.plugins.kubernetes.ephemeral.rules that return EphemeralContainerStepRule.ActionModifier and TypeMethodDescriptionContainerImageRule.getAction()
Action to perform when image pattern matches.Constructors in io.jenkins.plugins.kubernetes.ephemeral.rules with parameters of type EphemeralContainerStepRule.ActionModifierConstructorDescriptionContainerImageRule
(String names, EphemeralContainerStepRule.Action action) Create new rules with image name patterns and action to perform if one of the patterns match.