Uses of Enum Class
com.bluebell.greenhouse.platform.enums.job.JobConcurrencyPolicy
Packages that use JobConcurrencyPolicy
-
Uses of JobConcurrencyPolicy in com.bluebell.greenhouse.platform.enums.job
Subclasses with type arguments of type JobConcurrencyPolicy in com.bluebell.greenhouse.platform.enums.jobModifier and TypeClassDescriptionenumDefines how submitted jobs sharing a concurrency key interact.Classes in com.bluebell.greenhouse.platform.enums.job that implement interfaces with type arguments of type JobConcurrencyPolicyModifier and TypeClassDescriptionenumDefines how submitted jobs sharing a concurrency key interact.Methods in com.bluebell.greenhouse.platform.enums.job that return JobConcurrencyPolicyModifier and TypeMethodDescriptionstatic JobConcurrencyPolicyReturns the enum constant of this class with the specified name.static JobConcurrencyPolicy[]JobConcurrencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JobConcurrencyPolicy in com.bluebell.greenhouse.platform.models.core.nonentities.job
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.job that return JobConcurrencyPolicyModifier and TypeMethodDescriptionJobDefinition.concurrencyPolicy()Returns the value of theconcurrencyPolicyrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.job with parameters of type JobConcurrencyPolicyModifierConstructorDescriptionJobDefinition(JobDefinitionKey<T> key, String displayName, int version, int maximumAttempts, Duration initialBackoff, Duration maximumBackoff, double jitter, int timeoutSeconds, Duration minimumRerunInterval, JobConcurrencyPolicy concurrencyPolicy, JobIdempotencyPolicy idempotencyPolicy, Set<String> retryableFailureKinds, Function<T, List<JobActionPlan>> actionFactory) Creates an instance of aJobDefinitionrecord class.