Uses of Enum Class
io.jenkins.plugins.changeinvestigator.slack.transport.DeliveryResult.Outcome
Packages that use DeliveryResult.Outcome
-
Uses of DeliveryResult.Outcome in io.jenkins.plugins.changeinvestigator.slack.transport
Methods in io.jenkins.plugins.changeinvestigator.slack.transport that return DeliveryResult.OutcomeModifier and TypeMethodDescriptionDeliveryResult.outcome()Returns the value of theoutcomerecord component.static DeliveryResult.OutcomeReturns the enum constant of this class with the specified name.static DeliveryResult.Outcome[]DeliveryResult.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.changeinvestigator.slack.transport with parameters of type DeliveryResult.OutcomeModifierConstructorDescriptionDeliveryResult(DeliveryResult.Outcome outcome, String timestamp, long retryAfterSeconds, String safeMessage) Creates an instance of aDeliveryResultrecord class.