类 StepManagement<T>
- java.lang.Object
-
- tech.testnx.cah.support.AbstractBehaviorManagement<T>
-
- tech.testnx.cah.support.StepManagement<T>
-
- 所有已实现的接口:
ManageBehavior<T>
public class StepManagement<T> extends AbstractBehaviorManagement<T>
- 作者:
- Yun
-
-
字段概要
-
从类继承的字段 tech.testnx.cah.support.AbstractBehaviorManagement
ERRORS
-
-
构造器概要
构造器 构造器 说明 StepManagement()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TgetManagedInstance(Class<T> cls, T obj)Step annotation with retry value If step method is executed with exception then retry If step method return type is not void then return value is null then retry If step method return type is not void then return value is not null then do not retry.
-
-
-
方法详细资料
-
getManagedInstance
public T getManagedInstance(Class<T> cls, T obj)
Step annotation with retry value If step method is executed with exception then retry If step method return type is not void then return value is null then retry If step method return type is not void then return value is not null then do not retry.- 参数:
obj-- 返回:
-
-