Interface CamelJBangActionBuilder<T extends TestAction,B extends CamelJBangActionBuilder<T,B>>
- All Superinterfaces:
ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelJBangActionBuilder<T extends TestAction,B extends CamelJBangActionBuilder<T,B>>
extends ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>
-
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 TypeMethodDescriptioncamelVersion(String camelVersion) cmd()Perform actions related to Camel JBang commands.kameletsVersion(String kameletsVersion) Perform actions related to Camel JBang Kubernetes plugin.plugin()Perform actions related to Camel JBang plugins.run()Runs Camel integration.Runs Camel integration from given source code.stop()Stop the Camel integration JBang process identified by th given integration name.verify()Verify that given Camel integration is running.Methods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
camelVersion
-
kameletsVersion
-
run
CamelIntegrationRunActionBuilder<?,?> run()Runs Camel integration. -
run
Runs Camel integration from given source code. -
verify
CamelIntegrationVerifyActionBuilder<?,?> verify()Verify that given Camel integration is running. -
stop
CamelIntegrationStopActionBuilder<?,?> stop()Stop the Camel integration JBang process identified by th given integration name. -
plugin
CamelJBangPluginActionBuilder<?,?> plugin()Perform actions related to Camel JBang plugins. -
kubernetes
CamelJBangKubernetesActionBuilder<?,?> kubernetes()Perform actions related to Camel JBang Kubernetes plugin. -
cmd
CamelJBangCmdActionBuilder<?,?> cmd()Perform actions related to Camel JBang commands.
-