RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
Whether to allow to use resource template from header or not (default
false).
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.argumentFiles(String argumentFiles)
A text String to read more arguments from.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuilder.basic()
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.combinedTagStats(String combinedTagStats)
Creates combined statistics based on tags.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.criticalTags(String criticalTags)
Tests that have the given tags are considered critical.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.debugFile(String debugFile)
A debug String that is written during execution.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.delay(long delay)
Milliseconds before the next poll.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.delay(String delay)
Milliseconds before the next poll.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.document(String document)
Sets the documentation of the top-level tests suites.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.dryrun(boolean dryrun)
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.dryrun(String dryrun)
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.excludes(String excludes)
Selects the tests cases by tags.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.exitOnFailure(boolean exitOnFailure)
Sets robot to stop execution immediately if a critical test fails.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.exitOnFailure(String exitOnFailure)
Sets robot to stop execution immediately if a critical test fails.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.includes(String includes)
Selects the tests cases by tags.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll starts.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.initialDelay(String initialDelay)
Milliseconds before the first poll starts.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.listener(String listener)
Sets a single listener for monitoring tests execution.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.listeners(String listeners)
Sets multiple listeners for monitoring tests execution.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.log(String log)
Sets the path to the generated log String.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.logLevel(String logLevel)
Sets the threshold level for logging.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.logTitle(String logTitle)
Sets a title for the generated tests log.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.metadata(String metadata)
Sets free metadata for the top level tests suites.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.monitorColors(String monitorColors)
Using ANSI colors in console.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.monitorWidth(String monitorWidth)
Width of the monitor output.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.name(String name)
Sets the name of the top-level tests suites.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.nonCriticalTags(String nonCriticalTags)
Tests that have the given tags are not critical.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.noStatusReturnCode(boolean noStatusReturnCode)
If true, sets the return code to zero regardless of failures in test
cases.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.noStatusReturnCode(String noStatusReturnCode)
If true, sets the return code to zero regardless of failures in test
cases.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.output(String output)
Sets the path to the generated output String.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.outputDirectory(String outputDirectory)
Configures where generated reports are to be placed.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.randomize(String randomize)
Sets the test execution order to be randomized.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.report(String report)
Sets the path to the generated report String.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.reportBackground(String reportBackground)
Sets background colors for the generated report and summary.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.reportTitle(String reportTitle)
Sets a title for the generated tests report.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runEmptySuite(boolean runEmptySuite)
Executes tests also if the top level test suite is empty.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runEmptySuite(String runEmptySuite)
Executes tests also if the top level test suite is empty.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runFailed(String runFailed)
Re-run failed tests, based on output.xml String.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.runMode(String runMode)
Sets the execution mode for this tests run.
Allows for configuring a custom/shared thread pool to use for the
consumer.
Allows for configuring a custom/shared thread pool to use for the
consumer.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.skipTeardownOnExit(boolean skipTeardownOnExit)
Sets whether the teardowns are skipped if the test execution is
prematurely stopped.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.skipTeardownOnExit(String skipTeardownOnExit)
Sets whether the teardowns are skipped if the test execution is
prematurely stopped.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.splitOutputs(String splitOutputs)
Splits output and log files.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.startScheduler(String startScheduler)
Whether the scheduler should be auto started.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.suites(String suites)
Selects the tests suites by name.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.suiteStatLevel(String suiteStatLevel)
Defines how many levels to show in the Statistics by Suite table in
outputs.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.summaryTitle(String summaryTitle)
Sets a title for the generated summary report.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tagDocs(String tagDocs)
Adds documentation to the specified tags.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tags(String tags)
Sets the tags(s) to all executed tests cases.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tagStatExcludes(String tagStatExcludes)
Excludes these tags from the Statistics by Tag and Test Details by
Tag tables in outputs.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tagStatIncludes(String tagStatIncludes)
Includes only these tags in the Statistics by Tag and Test Details by
Tag tables in outputs.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tagStatLinks(String tagStatLinks)
Adds external links to the Statistics by Tag table in outputs.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.tests(String tests)
Selects the tests cases by name.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.timestampOutputs(boolean timestampOutputs)
Adds a timestamp to all output files.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.timestampOutputs(String timestampOutputs)
Adds a timestamp to all output files.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.variableFiles(String variableFiles)
Sets variables using variables files.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.variables(String variables)
Sets individual variables.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.warnOnSkippedFiles(boolean warnOnSkippedFiles)
Show a warning when an invalid String is skipped.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.warnOnSkippedFiles(String warnOnSkippedFiles)
Show a warning when an invalid String is skipped.
RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder.xunitFile(String xunitFile)
Sets the path to the generated XUnit compatible result String,
relative to outputDirectory.