Uses of Class
org.citrusframework.kubernetes.command.CommandResult
Packages that use CommandResult
-
Uses of CommandResult in org.citrusframework.kubernetes.command
Subclasses of CommandResult in org.citrusframework.kubernetes.commandModifier and TypeClassDescriptionclassWatchEventResult<R extends io.fabric8.kubernetes.api.model.KubernetesResource>Methods in org.citrusframework.kubernetes.command that return CommandResultModifier and TypeMethodDescriptionAbstractKubernetesCommand.getCommandResult()KubernetesCommand.getCommandResult()Provides access to this command result if any.Methods in org.citrusframework.kubernetes.command with parameters of type CommandResultModifier and TypeMethodDescriptionprotected voidAbstractKubernetesCommand.setCommandResult(CommandResult<R> commandResult) Sets the command result if any.voidCommandResultCallback.validateCommandResult(CommandResult<R> result, TestContext context) Callback method called with command result for validation.