| Modifier and Type | Method and Description |
|---|---|
IActionStep |
IExtension.getForkingStep()
Returns the forking step of the extension, i.e. the step at which the extension
use case starts.
|
IActionStep |
IExtension.getJoiningStep()
Returns the joining step of the extension, i.e. the step at which the extension
use case ends.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IActionStep> |
IScenario.getActionSteps()
Returns all action steps of the scenario.
|
java.util.List<? extends IActionStep> |
IUseCaseDataProvider.getActionStepsForUniqueElement(java.lang.String uniqueElementUID)
Returns all action steps that are linked to a unique element.
|
java.util.List<? extends IActionStep> |
IUseCaseDataProvider.getAllActionStepsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all action steps which have been modified the last time with the
commit identified by the history item.
|