Package org.citrusframework.config.xml
Class RepeatOnErrorUntilTrueParser.RepeatOnErrorUntilTrueFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractTestContainerFactoryBean<T,B>
org.citrusframework.config.xml.AbstractIteratingTestContainerFactoryBean<RepeatOnErrorUntilTrue,RepeatOnErrorUntilTrue.Builder>
org.citrusframework.config.xml.RepeatOnErrorUntilTrueParser.RepeatOnErrorUntilTrueFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<RepeatOnErrorUntilTrue>
- Enclosing class:
- RepeatOnErrorUntilTrueParser
public static class RepeatOnErrorUntilTrueParser.RepeatOnErrorUntilTrueFactoryBean
extends AbstractIteratingTestContainerFactoryBean<RepeatOnErrorUntilTrue,RepeatOnErrorUntilTrue.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetAutoSleep(Long autoSleep) Setter for auto sleep time (in milliseconds).Methods inherited from class org.citrusframework.config.xml.AbstractIteratingTestContainerFactoryBean
setCondition, setConditionExpression, setIndexName, setStartMethods inherited from class org.citrusframework.config.xml.AbstractTestContainerFactoryBean
getObject, setActionsMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
RepeatOnErrorUntilTrueFactoryBean
public RepeatOnErrorUntilTrueFactoryBean()
-
-
Method Details
-
setAutoSleep
Setter for auto sleep time (in milliseconds).- Parameters:
autoSleep-
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<RepeatOnErrorUntilTrue,RepeatOnErrorUntilTrue.Builder> - Returns:
- the builder implementation.
-