Class CampaignExecution
java.lang.Object
com.chutneytesting.server.core.domain.scenario.campaign.CampaignExecution
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCampaignExecution(Long executionId, Long campaignId, List<ScenarioExecutionCampaign> scenarioExecutions, String campaignName, boolean partialExecution, String executionEnvironment, String dataSetId, Integer dataSetVersion, String userId) CampaignExecution(Long executionId, String campaignName, boolean partialExecution, String executionEnvironment, String dataSetId, Integer dataSetVersion, String userId) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendScenarioExecution(ScenarioExecutionCampaign scenarioExecutionCampaign) booleanlonginthashCode()voidinitExecution(List<TestCase> testCases, String executionEnvironment, String userId) voidstartScenarioExecution(TestCase testCase, String executionEnvironment, String userId) status()toString()
-
Field Details
-
executionId
-
campaignName
-
partialExecution
public final boolean partialExecution -
executionEnvironment
-
dataSetId
-
dataSetVersion
-
userId
-
startDate
-
campaignId
-
-
Constructor Details
-
CampaignExecution
-
CampaignExecution
-
-
Method Details
-
initExecution
-
startScenarioExecution
public void startScenarioExecution(TestCase testCase, String executionEnvironment, String userId) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-
endScenarioExecution
public void endScenarioExecution(ScenarioExecutionCampaign scenarioExecutionCampaign) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-
endCampaignExecution
public void endCampaignExecution() -
getStatus
-
scenarioExecutionReports
-
status
-
getDuration
public long getDuration() -
withoutRetries
-
toString
-
equals
-
hashCode
public int hashCode()
-