Uses of Class
com.chutneytesting.server.core.domain.execution.history.ImmutableExecutionHistory.Execution
Packages that use ImmutableExecutionHistory.Execution
-
Uses of ImmutableExecutionHistory.Execution in com.chutneytesting.server.core.domain.execution.history
Methods in com.chutneytesting.server.core.domain.execution.history that return ImmutableExecutionHistory.ExecutionModifier and TypeMethodDescriptionImmutableExecutionHistory.Execution.Builder.build()Builds a newExecution.ImmutableExecutionHistory.Execution.copyOf(ExecutionHistory.Execution instance) Creates an immutable copy of aExecutionHistory.Executionvalue.ImmutableExecutionHistory.Execution.withCampaignReport(CampaignExecution value) Copy the current immutable object by setting a present value for the optionalcampaignReportattribute.ImmutableExecutionHistory.Execution.withCampaignReport(Optional<? extends CampaignExecution> optional) Copy the current immutable object by setting an optional value for thecampaignReportattribute.ImmutableExecutionHistory.Execution.withDatasetId(String value) Copy the current immutable object by setting a present value for the optionaldatasetIdattribute.ImmutableExecutionHistory.Execution.withDatasetId(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatasetIdattribute.ImmutableExecutionHistory.Execution.withDatasetVersion(int value) Copy the current immutable object by setting a present value for the optionaldatasetVersionattribute.ImmutableExecutionHistory.Execution.withDatasetVersion(Optional<Integer> optional) Copy the current immutable object by setting an optional value for thedatasetVersionattribute.ImmutableExecutionHistory.Execution.withDuration(long value) Copy the current immutable object by setting a value for thedurationattribute.ImmutableExecutionHistory.Execution.withEnvironment(String value) Copy the current immutable object by setting a value for theenvironmentattribute.Copy the current immutable object by setting a present value for the optionalerrorattribute.Copy the current immutable object by setting an optional value for theerrorattribute.ImmutableExecutionHistory.Execution.withExecutionId(Long value) Copy the current immutable object by setting a value for theexecutionIdattribute.Copy the current immutable object by setting a present value for the optionalinfoattribute.Copy the current immutable object by setting an optional value for theinfoattribute.ImmutableExecutionHistory.Execution.withReport(String value) Copy the current immutable object by setting a value for thereportattribute.ImmutableExecutionHistory.Execution.withScenarioId(String value) Copy the current immutable object by setting a value for thescenarioIdattribute.ImmutableExecutionHistory.Execution.withStatus(ServerReportStatus value) Copy the current immutable object by setting a value for thestatusattribute.ImmutableExecutionHistory.Execution.withTestCaseTitle(String value) Copy the current immutable object by setting a value for thetestCaseTitleattribute.ImmutableExecutionHistory.Execution.withTime(LocalDateTime value) Copy the current immutable object by setting a value for thetimeattribute.Copy the current immutable object by setting a value for theuserattribute.