Interface CamelKubernetesIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationVerifyActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelJBangActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelKubernetesIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationVerifyActionBuilder<T,B>>
extends CamelJBangActionBuilderBase<T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptiondelayBetweenAttempts(long delayBetweenAttempts) integration(String name) Identify Camel JBang process for this route.integration(Resource resource) Export given Camel integration resource.integrationName(String name) Sets the integration name.Sets the integration label.maxAttempts(int maxAttempts) Sets the namespace.printLogs(boolean printLogs) waitForLogMessage(String logMessage) Adds a command argument.Adds a command argument with name and value.Adds command arguments.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.camel.CamelJBangActionBuilderBase
camelVersion, kameletsVersionMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
integration
Export given Camel integration resource. -
integration
Identify Camel JBang process for this route. -
integrationName
Sets the integration name. -
label
Sets the integration label. -
namespace
Sets the namespace. -
printLogs
-
waitForLogMessage
-
maxAttempts
-
delayBetweenAttempts
-
withArg
Adds a command argument. -
withArg
Adds a command argument with name and value. -
withArgs
Adds command arguments.
-