Uses of Enum Class
fr.enedis.chutney.server.core.domain.execution.report.ServerReportStatus
Packages that use ServerReportStatus
Package
Description
-
Uses of ServerReportStatus in fr.enedis.chutney.server.core.domain.execution.history
Methods in fr.enedis.chutney.server.core.domain.execution.history that return ServerReportStatusModifier and TypeMethodDescriptionExecutionHistory.ExecutionProperties.status()ImmutableExecutionHistory.DetachedExecution.status()ImmutableExecutionHistory.Execution.status()ImmutableExecutionHistory.ExecutionSummary.status()Methods in fr.enedis.chutney.server.core.domain.execution.history with parameters of type ServerReportStatusModifier and TypeMethodDescriptionExecutionHistoryRepository.getExecutionsWithStatus(ServerReportStatus status) ImmutableExecutionHistory.DetachedExecution.Builder.status(ServerReportStatus status) Initializes the value for thestatusattribute.ImmutableExecutionHistory.Execution.Builder.status(ServerReportStatus status) Initializes the value for thestatusattribute.ImmutableExecutionHistory.ExecutionSummary.Builder.status(ServerReportStatus status) Initializes the value for thestatusattribute.ImmutableExecutionHistory.DetachedExecution.withStatus(ServerReportStatus value) Copy the current immutable object by setting a value for thestatusattribute.ImmutableExecutionHistory.Execution.withStatus(ServerReportStatus value) Copy the current immutable object by setting a value for thestatusattribute.ImmutableExecutionHistory.ExecutionSummary.withStatus(ServerReportStatus value) Copy the current immutable object by setting a value for thestatusattribute. -
Uses of ServerReportStatus in fr.enedis.chutney.server.core.domain.execution.report
Fields in fr.enedis.chutney.server.core.domain.execution.report declared as ServerReportStatusMethods in fr.enedis.chutney.server.core.domain.execution.report that return ServerReportStatusModifier and TypeMethodDescriptionServerReportStatus.HavingStatus.getStatus()StepExecutionReportCore.getStatus()static ServerReportStatusReturns the enum constant of this class with the specified name.static ServerReportStatus[]ServerReportStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.static ServerReportStatusServerReportStatus.worst(Iterable<ServerReportStatus> severalStatus) Methods in fr.enedis.chutney.server.core.domain.execution.report with parameters of type ServerReportStatusModifier and TypeMethodDescriptionStepExecutionReportCoreBuilder.setStatus(ServerReportStatus status) Method parameters in fr.enedis.chutney.server.core.domain.execution.report with type arguments of type ServerReportStatusModifier and TypeMethodDescriptionstatic ServerReportStatusServerReportStatus.worst(Iterable<ServerReportStatus> severalStatus) Constructors in fr.enedis.chutney.server.core.domain.execution.report with parameters of type ServerReportStatusModifierConstructorDescriptionStepExecutionReportCore(String name, Long duration, Instant startDate, ServerReportStatus status, List<String> information, List<String> errors, List<StepExecutionReportCore> steps, String type, String targetName, String targetUrl, String strategy) StepExecutionReportCore(String name, Long duration, Instant startDate, ServerReportStatus status, List<String> information, List<String> errors, List<StepExecutionReportCore> steps, String type, String targetName, String targetUrl, String strategy, Map<String, Object> evaluatedInputs, Map<String, Object> stepOutputs) -
Uses of ServerReportStatus in fr.enedis.chutney.server.core.domain.scenario.campaign
Methods in fr.enedis.chutney.server.core.domain.scenario.campaign that return ServerReportStatusMethods in fr.enedis.chutney.server.core.domain.scenario.campaign with parameters of type ServerReportStatusModifier and TypeMethodDescriptionCampaignExecutionReportBuilder.status(ServerReportStatus status)