Package org.citrusframework
Class AbstractTestActionBuilder<T extends TestAction,S extends TestActionBuilder<T>>
java.lang.Object
org.citrusframework.AbstractTestActionBuilder<T,S>
- All Implemented Interfaces:
TestActionBuilder<T>
- Direct Known Subclasses:
AbstractTestContainerBuilder,AntRunAction.Builder,ApplyTestBehaviorAction.Builder,CreateVariablesAction.Builder,DefaultTestActionBuilder,EchoAction.Builder,FailAction.Builder,InputAction.Builder,JavaAction.Builder,LoadPropertiesAction.Builder,MessageBuilderSupport.MessageActionBuilder,PurgeEndpointAction.Builder,ReceiveTimeoutAction.Builder,SleepAction.Builder,StartServerAction.Builder,StopServerAction.Builder,StopTimeAction.Builder,StopTimerAction.Builder,Template.AbstractTemplateBuilder,TraceVariablesAction.Builder,TransformAction.Builder,Wait.Builder
public abstract class AbstractTestActionBuilder<T extends TestAction,S extends TestActionBuilder<T>>
extends Object
implements TestActionBuilder<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
FieldsFields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the test actor for this action.description(String description) Sets the description.getActor()Obtains the actor.Obtains the description.getName()Obtains the name.Sets the test action name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Field Details
-
self
-
-
Constructor Details
-
AbstractTestActionBuilder
protected AbstractTestActionBuilder()
-
-
Method Details
-
name
Sets the test action name.- Parameters:
name- the test action name.- Returns:
-
description
Sets the description.- Parameters:
description-- Returns:
-
actor
Sets the test actor for this action.- Parameters:
actor- the actor.- Returns:
-
getName
Obtains the name.- Returns:
-
getDescription
Obtains the description.- Returns:
-
getActor
Obtains the actor.- Returns:
-