Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesCommandResultCallback
Packages that use KubernetesCommandResultCallback
-
Uses of KubernetesCommandResultCallback in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command that return KubernetesCommandResultCallbackModifier and TypeMethodDescriptionKubernetesCommand.getResultCallback()Gets the command result callback.Methods in org.citrusframework.actions.kubernetes.command with parameters of type KubernetesCommandResultCallbackModifier and TypeMethodDescriptionKubernetesCommand.validate(KubernetesCommandResultCallback<R> callback) Adds validation callback with command result.KubernetesCommandActionBuilder.validate(KubernetesCommandResultCallback<O> callback) Adds command result callback.