Uses of Interface
com.chutneytesting.server.core.domain.execution.history.ExecutionHistory.Execution
-
Packages that use ExecutionHistory.Execution Package Description com.chutneytesting.server.core.domain.execution.history com.chutneytesting.server.core.domain.instrument -
-
Uses of ExecutionHistory.Execution in com.chutneytesting.server.core.domain.execution.history
Classes in com.chutneytesting.server.core.domain.execution.history that implement ExecutionHistory.Execution Modifier and Type Class Description static classImmutableExecutionHistory.ExecutionImmutable implementation ofExecutionHistory.Execution.Methods in com.chutneytesting.server.core.domain.execution.history that return ExecutionHistory.Execution Modifier and Type Method Description default ExecutionHistory.ExecutionExecutionHistory.DetachedExecution. attach(long executionId)ExecutionHistory.ExecutionExecutionHistoryRepository. getExecution(String scenarioId, Long reportId)ExecutionHistory.ExecutionExecutionHistoryRepository. store(String scenarioId, ExecutionHistory.DetachedExecution executionProperties)Add a report for a given scenario.Methods in com.chutneytesting.server.core.domain.execution.history that return types with arguments of type ExecutionHistory.Execution Modifier and Type Method Description List<ExecutionHistory.Execution>ExecutionHistory. history()com.google.common.collect.ImmutableList<ExecutionHistory.Execution>ImmutableExecutionHistory. history()Methods in com.chutneytesting.server.core.domain.execution.history with parameters of type ExecutionHistory.Execution Modifier and Type Method Description ImmutableExecutionHistory.BuilderImmutableExecutionHistory.Builder. addHistory(ExecutionHistory.Execution element)Adds one element tohistorylist.ImmutableExecutionHistory.BuilderImmutableExecutionHistory.Builder. addHistory(ExecutionHistory.Execution... elements)Adds elements tohistorylist.static ImmutableExecutionHistory.ExecutionImmutableExecutionHistory.Execution. copyOf(ExecutionHistory.Execution instance)Creates an immutable copy of aExecutionHistory.Executionvalue.ImmutableExecutionHistory.Execution.BuilderImmutableExecutionHistory.Execution.Builder. from(ExecutionHistory.Execution instance)Fill a builder with attribute values from the providedcom.chutneytesting.server.core.domain.execution.history.ExecutionHistory.Executioninstance.voidExecutionHistoryRepository. update(String scenarioId, ExecutionHistory.Execution updatedExecution)Override a previously storedExecutionHistory.Execution.ImmutableExecutionHistoryImmutableExecutionHistory. withHistory(ExecutionHistory.Execution... elements)Copy the current immutable object with elements that replace the content ofhistory.Method parameters in com.chutneytesting.server.core.domain.execution.history with type arguments of type ExecutionHistory.Execution Modifier and Type Method Description ImmutableExecutionHistory.BuilderImmutableExecutionHistory.Builder. addAllHistory(Iterable<? extends ExecutionHistory.Execution> elements)Adds elements tohistorylist.ImmutableExecutionHistory.BuilderImmutableExecutionHistory.Builder. history(Iterable<? extends ExecutionHistory.Execution> elements)Sets or replaces all elements forhistorylist.static ImmutableExecutionHistoryImmutableExecutionHistory. of(String scenarioId, Iterable<? extends ExecutionHistory.Execution> history)Construct a new immutableExecutionHistoryinstance.static ImmutableExecutionHistoryImmutableExecutionHistory. of(String scenarioId, List<ExecutionHistory.Execution> history)Construct a new immutableExecutionHistoryinstance.ImmutableExecutionHistoryImmutableExecutionHistory. withHistory(Iterable<? extends ExecutionHistory.Execution> elements)Copy the current immutable object with elements that replace the content ofhistory. -
Uses of ExecutionHistory.Execution in com.chutneytesting.server.core.domain.instrument
Methods in com.chutneytesting.server.core.domain.instrument with parameters of type ExecutionHistory.Execution Modifier and Type Method Description voidChutneyMetrics. onScenarioExecutionEnded(TestCase testCase, ExecutionHistory.Execution execution)
-