public class ScenarioExecution extends Object
Constructor and Description |
---|
ScenarioExecution()
Default constructor
|
ScenarioExecution(String scenarioExecutionId,
String workflowExecutionId,
String technology,
String phase,
String scenarioName)
Ctr
|
Modifier and Type | Method and Description |
---|---|
String |
getPhase() |
String |
getScenarioExecutionId() |
String |
getScenarioName() |
String |
getTechnology() |
String |
getWorkflowExecutionId() |
public ScenarioExecution()
public ScenarioExecution(@Param(value="scenarioExecutionId") String scenarioExecutionId, @Param(value="workflowExecutionId") String workflowExecutionId, @Param(value="technology") String technology, @Param(value="phase") String phase, @Param(value="scenarioName") String scenarioName)
scenarioExecutionId
- Execution ID of the scenarioworkflowExecutionId
- Workflow ID to which the scenario belongstechnology
- Technology parameter of the scenariophase
- phase of the scenarioscenarioName
- name of the scenariopublic String getScenarioExecutionId()
public String getTechnology()
public String getPhase()
public String getWorkflowExecutionId()
public String getScenarioName()
Copyright © 2020. All rights reserved.