Interface CamelJBangPluginAddActionBuilder<T extends TestAction,B extends CamelJBangPluginAddActionBuilder<T,B>>

All Superinterfaces:
ActionBuilder<T,B>, CamelJBangActionBuilderBase<T,B>, ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>

public interface CamelJBangPluginAddActionBuilder<T extends TestAction,B extends CamelJBangPluginAddActionBuilder<T,B>> extends CamelJBangActionBuilderBase<T,B>
  • Method Details

    • pluginName

      B pluginName(String name)
      Sets the plugin name.
    • withArg

      B withArg(String arg)
      Adds a command argument.
    • withArg

      B withArg(String name, String value)
      Adds a command argument with name and value.
    • withArgs

      B withArgs(String... args)
      Adds command arguments.