Uses of Interface
com.chutneytesting.server.core.domain.execution.state.RunningScenarioState
-
Packages that use RunningScenarioState Package Description com.chutneytesting.server.core.domain.execution.state -
-
Uses of RunningScenarioState in com.chutneytesting.server.core.domain.execution.state
Classes in com.chutneytesting.server.core.domain.execution.state that implement RunningScenarioState Modifier and Type Class Description classImmutableRunningScenarioStateImmutable implementation ofRunningScenarioState.Methods in com.chutneytesting.server.core.domain.execution.state that return RunningScenarioState Modifier and Type Method Description static RunningScenarioStateRunningScenarioState. of(String scenarioId)Methods in com.chutneytesting.server.core.domain.execution.state that return types with arguments of type RunningScenarioState Modifier and Type Method Description Set<RunningScenarioState>ExecutionStateRepository. runningScenarios()Optional<RunningScenarioState>ExecutionStateRepository. runningState(String scenarioId)Methods in com.chutneytesting.server.core.domain.execution.state with parameters of type RunningScenarioState Modifier and Type Method Description static ImmutableRunningScenarioStateImmutableRunningScenarioState. copyOf(RunningScenarioState instance)Creates an immutable copy of aRunningScenarioStatevalue.ImmutableRunningScenarioState.BuilderImmutableRunningScenarioState.Builder. from(RunningScenarioState instance)Fill a builder with attribute values from the providedRunningScenarioStateinstance.
-