Class RobotFrameworkComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.robotframework.springboot.RobotFrameworkComponentConfiguration
@ConfigurationProperties(prefix="camel.component.robotframework")
public class RobotFrameworkComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Pass camel exchanges to acceptence test written in Robot DSL.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.robotframework.RobotFrameworkCamelConfigurationgetLog()getName()getTags()getTests()voidsetAllowContextMapAll(Boolean allowContextMapAll) voidsetAllowTemplateFromHeader(Boolean allowTemplateFromHeader) voidsetArgumentFile(File argumentFile) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetCombinedTagStats(String combinedTagStats) voidsetConfiguration(org.apache.camel.component.robotframework.RobotFrameworkCamelConfiguration configuration) voidsetCriticalTags(String criticalTags) voidsetDebugFile(File debugFile) voidsetDocument(String document) voidvoidsetExcludes(String excludes) voidsetExitOnFailure(Boolean exitOnFailure) voidsetIncludes(String includes) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetListener(String listener) voidsetListeners(String listeners) voidvoidsetLogLevel(String logLevel) voidsetLogTitle(String logTitle) voidsetMetadata(String metadata) voidsetMonitorColors(String monitorColors) voidsetMonitorWidth(String monitorWidth) voidvoidsetNonCriticalTags(String nonCriticalTags) voidsetNoStatusReturnCode(Boolean noStatusReturnCode) voidvoidsetOutputDirectory(File outputDirectory) voidsetRandomize(String randomize) voidvoidsetReportBackground(String reportBackground) voidsetReportTitle(String reportTitle) voidsetRunEmptySuite(Boolean runEmptySuite) voidsetRunFailed(File runFailed) voidsetRunMode(String runMode) voidsetSkipTeardownOnExit(Boolean skipTeardownOnExit) voidsetSplitOutputs(String splitOutputs) voidvoidsetSuiteStatLevel(String suiteStatLevel) voidsetSummaryTitle(String summaryTitle) voidsetTagDocs(String tagDocs) voidvoidsetTagStatExcludes(String tagStatExcludes) voidsetTagStatIncludes(String tagStatIncludes) voidsetTagStatLinks(String tagStatLinks) voidvoidsetTimestampOutputs(Boolean timestampOutputs) voidsetVariableFiles(String variableFiles) voidsetVariables(String variables) voidsetWarnOnSkippedFiles(Boolean warnOnSkippedFiles) voidsetXunitFile(File xunitFile) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
RobotFrameworkComponentConfiguration
public RobotFrameworkComponentConfiguration()
-
-
Method Details
-
getAllowContextMapAll
-
setAllowContextMapAll
-
getAllowTemplateFromHeader
-
setAllowTemplateFromHeader
-
getArgumentFile
-
setArgumentFile
-
getCombinedTagStats
-
setCombinedTagStats
-
getCriticalTags
-
setCriticalTags
-
getDebugFile
-
setDebugFile
-
getDocument
-
setDocument
-
getDryrun
-
setDryrun
-
getExcludes
-
setExcludes
-
getExitOnFailure
-
setExitOnFailure
-
getIncludes
-
setIncludes
-
getListener
-
setListener
-
getListeners
-
setListeners
-
getLog
-
setLog
-
getLogLevel
-
setLogLevel
-
getLogTitle
-
setLogTitle
-
getMetadata
-
setMetadata
-
getMonitorColors
-
setMonitorColors
-
getMonitorWidth
-
setMonitorWidth
-
getName
-
setName
-
getNonCriticalTags
-
setNonCriticalTags
-
getNoStatusReturnCode
-
setNoStatusReturnCode
-
getOutput
-
setOutput
-
getOutputDirectory
-
setOutputDirectory
-
getRandomize
-
setRandomize
-
getReport
-
setReport
-
getReportBackground
-
setReportBackground
-
getReportTitle
-
setReportTitle
-
getRunEmptySuite
-
setRunEmptySuite
-
getRunFailed
-
setRunFailed
-
getRunMode
-
setRunMode
-
getSkipTeardownOnExit
-
setSkipTeardownOnExit
-
getSplitOutputs
-
setSplitOutputs
-
getSuites
-
setSuites
-
getSuiteStatLevel
-
setSuiteStatLevel
-
getSummaryTitle
-
setSummaryTitle
-
getTagDocs
-
setTagDocs
-
getTags
-
setTags
-
getTagStatExcludes
-
setTagStatExcludes
-
getTagStatIncludes
-
setTagStatIncludes
-
getTagStatLinks
-
setTagStatLinks
-
getTests
-
setTests
-
getTimestampOutputs
-
setTimestampOutputs
-
getVariableFiles
-
setVariableFiles
-
getVariables
-
setVariables
-
getWarnOnSkippedFiles
-
setWarnOnSkippedFiles
-
getXunitFile
-
setXunitFile
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getConfiguration
public org.apache.camel.component.robotframework.RobotFrameworkCamelConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.robotframework.RobotFrameworkCamelConfiguration configuration)
-