Uses of Class
fr.enedis.chutney.server.core.domain.execution.history.ImmutableExecutionHistory
Packages that use ImmutableExecutionHistory
-
Uses of ImmutableExecutionHistory in fr.enedis.chutney.server.core.domain.execution.history
Methods in fr.enedis.chutney.server.core.domain.execution.history that return ImmutableExecutionHistoryModifier and TypeMethodDescriptionImmutableExecutionHistory.Builder.build()Builds a newImmutableExecutionHistory.static ImmutableExecutionHistoryImmutableExecutionHistory.copyOf(ExecutionHistory instance) Creates an immutable copy of aExecutionHistoryvalue.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.ImmutableExecutionHistory.withHistory(ExecutionHistory.Execution... elements) Copy the current immutable object with elements that replace the content ofhistory.ImmutableExecutionHistory.withHistory(Iterable<? extends ExecutionHistory.Execution> elements) Copy the current immutable object with elements that replace the content ofhistory.ImmutableExecutionHistory.withScenarioId(String value) Copy the current immutable object by setting a value for thescenarioIdattribute.