Class CampaignExecutionReport
java.lang.Object
com.chutneytesting.server.core.domain.scenario.campaign.CampaignExecutionReport
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCampaignExecutionReport(Long executionId, Long campaignId, List<ScenarioExecutionReportCampaign> scenarioExecutionReports, String campaignName, boolean partialExecution, String executionEnvironment, String dataSetId, Integer dataSetVersion, String userId) CampaignExecutionReport(Long executionId, String campaignName, boolean partialExecution, String executionEnvironment, String dataSetId, Integer dataSetVersion, String userId) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendScenarioExecution(ScenarioExecutionReportCampaign scenarioExecutionReportCampaign) 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
-
CampaignExecutionReport
-
CampaignExecutionReport
-
-
Method Details
-
initExecution
-
startScenarioExecution
public void startScenarioExecution(TestCase testCase, String executionEnvironment, String userId) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-
endScenarioExecution
public void endScenarioExecution(ScenarioExecutionReportCampaign scenarioExecutionReportCampaign) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-
endCampaignExecution
public void endCampaignExecution() -
scenarioExecutionReports
-
status
-
getDuration
public long getDuration() -
toString
-
equals
-
hashCode
public int hashCode()
-