Class RetryCall
java.lang.Object
jp.co.moneyforward.autotest.framework.action.CallDecorator.Base<Call>
jp.co.moneyforward.autotest.framework.action.RetryCall
- All Implemented Interfaces:
Call
,CallDecorator<Call>
-
Nested Class Summary
Nested classes/interfaces inherited from interface jp.co.moneyforward.autotest.framework.action.CallDecorator
CallDecorator.Base<C extends Call>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
interval()
int
times()
com.github.dakusui.actionunit.core.Action
toAction
(ActionComposer actionComposer) Converts this call to action to an action object.Methods inherited from class jp.co.moneyforward.autotest.framework.action.CallDecorator.Base
targetCall
-
Constructor Details
-
RetryCall
-
-
Method Details
-
toAction
Description copied from interface:Call
Converts this call to action to an action object.
This is an
Node#accept
method in the Visitor pattern. Usually implementations of this method should call back byactionComposer#create(this)
to make a double dispatch happen.Each value in the
ongoingResolverBundle
is a function that resolves a value of a variable designated by a corresponding key.- Parameters:
actionComposer
- A visitor, which creates an action from this object.- Returns:
- An action created by
actionComposer
.
-
times
public int times() -
onException
-
interval
public long interval() -
intervalUnit
-