Uses of Interface
org.citrusframework.kubernetes.command.CommandResultCallback
Packages that use CommandResultCallback
-
Uses of CommandResultCallback in org.citrusframework.kubernetes.actions
Methods in org.citrusframework.kubernetes.actions with parameters of type CommandResultCallbackModifier and TypeMethodDescriptionKubernetesExecuteAction.Builder.BaseActionBuilder.validate(CommandResultCallback<R> callback) Adds command result callback. -
Uses of CommandResultCallback in org.citrusframework.kubernetes.command
Methods in org.citrusframework.kubernetes.command that return CommandResultCallbackModifier and TypeMethodDescriptionAbstractKubernetesCommand.getResultCallback()KubernetesCommand.getResultCallback()Gets the command result callback.Methods in org.citrusframework.kubernetes.command with parameters of type CommandResultCallbackModifier and TypeMethodDescriptionAbstractKubernetesCommand.validate(CommandResultCallback<R> callback) KubernetesCommand.validate(CommandResultCallback<R> callback) Adds validation callback with command result.