Uses of Class
step.common.managedoperations.Operation
-
Packages that use Operation Package Description step.common.managedoperations -
-
Uses of Operation in step.common.managedoperations
Methods in step.common.managedoperations that return Operation Modifier and Type Method Description OperationOperationDetails. getOperation()OperationOperationManager. getOperation(java.lang.Long threadId)Methods in step.common.managedoperations with parameters of type Operation Modifier and Type Method Description voidOperationDetails. setOperation(Operation operation)Constructors in step.common.managedoperations with parameters of type Operation Constructor Description OperationDetails(java.lang.String execId, java.lang.String planId, java.lang.String planName, java.lang.String testcase, Operation operation)
-