Uses of Interface
com.chutneytesting.server.core.domain.execution.state.RunningScenarioState
Packages that use RunningScenarioState
-
Uses of RunningScenarioState in com.chutneytesting.server.core.domain.execution.state
Classes in com.chutneytesting.server.core.domain.execution.state that implement RunningScenarioStateMethods in com.chutneytesting.server.core.domain.execution.state that return RunningScenarioStateMethods in com.chutneytesting.server.core.domain.execution.state that return types with arguments of type RunningScenarioStateModifier and TypeMethodDescriptionExecutionStateRepository.runningScenarios()ExecutionStateRepository.runningState(String scenarioId) Methods in com.chutneytesting.server.core.domain.execution.state with parameters of type RunningScenarioStateModifier and TypeMethodDescriptionImmutableRunningScenarioState.copyOf(RunningScenarioState instance) Creates an immutable copy of aRunningScenarioStatevalue.ImmutableRunningScenarioState.Builder.from(RunningScenarioState instance) Fill a builder with attribute values from the providedRunningScenarioStateinstance.