Uses of Enum Class
com.bluebell.greenhouse.platform.enums.job.JobStatus
Packages that use JobStatus
Package
Description
Contains core enums used for
Jobs.Contains
Job-specific
non-entity models.Contains the data-access layer for
Jobs.Contains the service layer for
Jobs.Contains
Job-specific
entity specifications.-
Uses of JobStatus in com.bluebell.greenhouse.platform.enums.job
Subclasses with type arguments of type JobStatus in com.bluebell.greenhouse.platform.enums.jobClasses in com.bluebell.greenhouse.platform.enums.job that implement interfaces with type arguments of type JobStatusMethods in com.bluebell.greenhouse.platform.enums.job that return JobStatus -
Uses of JobStatus in com.bluebell.greenhouse.platform.models.core.nonentities.job
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.job that return JobStatusModifier and TypeMethodDescriptionJobFilter.status()Returns the value of thestatusrecord component.JobSubmission.status()Returns the value of thestatusrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.job with parameters of type JobStatusModifierConstructorDescriptionJobFilter(LocalDateTime start, LocalDateTime end, JobStatus status, JobType type, String query, String jobId, String rootJobId, String correlationId) Creates an instance of aJobFilterrecord class.JobSubmission(String jobId, String rootJobId, int attemptNumber, JobStatus status, LocalDateTime queuedAt, LocalDateTime notBefore, boolean deduplicated) Creates an instance of aJobSubmissionrecord class. -
Uses of JobStatus in com.bluebell.greenhouse.radicle.repositories.job
Methods in com.bluebell.greenhouse.radicle.repositories.job with parameters of type JobStatusModifier and TypeMethodDescriptionJobRepository.findLatestCompletionTime(JobStatus status, JobType jobType) Finds when a job of this type last reached the given status.Method parameters in com.bluebell.greenhouse.radicle.repositories.job with type arguments of type JobStatusModifier and TypeMethodDescriptionlongJobRepository.countByStatusIn(Collection<JobStatus> statuses) Counts jobs in the selected lifecycle states.booleanJobRepository.existsByConcurrencyKeyAndStatusIn(String concurrencyKey, Collection<JobStatus> statuses) Checks for active work using the same concurrency key.booleanJobRepository.existsByStatusInAndType(Collection<JobStatus> statuses, JobType jobType) Returns whether a job of this type currently occupies any of the given lifecycle states.JobRepository.findJobsByStatusInAndCompletionTimeBefore(Collection<JobStatus> statuses, LocalDateTime completionTimeBefore) Returns attempts in the given lifecycle states whose completion time is before the supplied date.JobRepository.findJobsByStatusInAndExecutionTimeBefore(Collection<JobStatus> statuses, LocalDateTime executionTimeBefore) Returns attempts in the given lifecycle states whose execution started before the supplied date.JobRepository.findOldestQueuedAt(Collection<JobStatus> statuses) Finds the oldest queued time among selected lifecycle states. -
Uses of JobStatus in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job that return JobStatusModifier and TypeMethodDescriptionRequests cancellation and returns the resulting lifecycle state.Methods in com.bluebell.greenhouse.radicle.services.job with parameters of type JobStatus -
Uses of JobStatus in com.bluebell.greenhouse.radicle.specifications.job
Methods in com.bluebell.greenhouse.radicle.specifications.job with parameters of type JobStatus