Package com.jamasoftware.velocity.api
Interface StepItem
-
- All Superinterfaces:
DomainObjectBase
- All Known Subinterfaces:
TestCaseStep
,TestRunStep
,TestStepItem
public interface StepItem extends DomainObjectBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAction()
java.lang.Integer
getStepIndex()
java.lang.String
getStepType()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
-