Interface CamelIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelIntegrationVerifyActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelJBangActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelIntegrationVerifyActionBuilder<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 sourceCode) Identify Camel JBang process for this route.integrationName(String name) Sets the integration name.maxAttempts(int maxAttempts) printLogs(boolean printLogs) stopOnErrorStatus(boolean stopOnErrorStatus) waitForLogMessage(String logMessage) 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