Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.job.JobArtifactDTO
Packages that use JobArtifactDTO
Package
Description
Contains API DTOs for actions, action executions, and action events.
-
Uses of JobArtifactDTO in com.bluebell.greenhouse.platform.models.api.dto.action
Methods in com.bluebell.greenhouse.platform.models.api.dto.action that return types with arguments of type JobArtifactDTOModifier and TypeMethodDescriptionJobActionExecutionDTO.artifacts()Returns the value of theartifactsrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.action with type arguments of type JobArtifactDTOModifierConstructorDescriptionJobActionExecutionDTO(String actionId, String executionId, int sequence, String name, String displayName, int handlerVersion, String inputJson, EnumDisplay status, LocalDateTime startedAt, LocalDateTime completedAt, Long progressCurrent, Long progressTotal, String progressUnit, String progressMessage, String outputType, Integer outputVersion, String outputSummary, String outputJson, String failureKind, String failureCode, String failureMessage, boolean retryable, boolean hasEvents, List<JobArtifactDTO> artifacts) Creates an instance of aJobActionExecutionDTOrecord class.