Package step.plugins.executiontypes
Class TestSetExecutionType
- java.lang.Object
-
- step.core.execution.type.ExecutionType
-
- step.plugins.executiontypes.TestSetExecutionType
-
public class TestSetExecutionType extends ExecutionType
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from class step.core.execution.type.ExecutionType
name
-
-
Constructor Summary
Constructors Constructor Description TestSetExecutionType(GlobalContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getExecutionSummary(String executionId)
-
Methods inherited from class step.core.execution.type.ExecutionType
getName
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestSetExecutionType
public TestSetExecutionType(GlobalContext context)
-
-
Method Detail
-
getExecutionSummary
public Object getExecutionSummary(String executionId)
- Specified by:
getExecutionSummary
in classExecutionType
-
-