Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.job.JobAttemptDetailDTO
Packages that use JobAttemptDetailDTO
Package
Description
Contains controllers for handling
Jobs.Contains the job orchestrators.
Contains the service layer for
Jobs.-
Uses of JobAttemptDetailDTO in com.bluebell.greenhouse.planter.controllers.job
Methods in com.bluebell.greenhouse.planter.controllers.job that return types with arguments of type JobAttemptDetailDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JobAttemptDetailDTO> JobApiController.getJobAttempt(String jobId) Returns one durable attempt addressed by its stable public UUID. -
Uses of JobAttemptDetailDTO in com.bluebell.greenhouse.planter.orchestrators.job
Methods in com.bluebell.greenhouse.planter.orchestrators.job that return JobAttemptDetailDTOModifier and TypeMethodDescriptionJobOrchestrator.getAttempt(String jobId) Resolves durable attempt detail by public UUID. -
Uses of JobAttemptDetailDTO in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job that return JobAttemptDetailDTOModifier and TypeMethodDescriptionResolves complete bounded detail by stable public UUID.