Class ExecutionType

java.lang.Object
step.core.execution.type.ExecutionType
Direct Known Subclasses:
DefaultExecutionType, TestSetExecutionType

public abstract class ExecutionType extends Object
  • Field Details

    • name

      protected String name
  • Constructor Details

    • ExecutionType

      public ExecutionType(String name)
  • Method Details

    • getExecutionSummary

      public abstract Object getExecutionSummary(String executionId)
    • getName

      protected String getName()