Package org.citrusframework.config.xml
Class SleepActionParser.SleepActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<SleepAction,SleepAction.Builder>
org.citrusframework.config.xml.SleepActionParser.SleepActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<SleepAction>
- Enclosing class:
- SleepActionParser
public static class SleepActionParser.SleepActionFactoryBean
extends AbstractTestActionFactoryBean<SleepAction,SleepAction.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<?>voidsetMilliseconds(String milliseconds) voidsetSeconds(String seconds) voidMethods 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
-
SleepActionFactoryBean
public SleepActionFactoryBean()
-
-
Method Details
-
setMilliseconds
-
setSeconds
-
setTime
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<SleepAction,SleepAction.Builder> - Returns:
- the builder implementation.
-