public interface JobExecutionProjection extends AuditProjection, AgentHostnameProjection
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Long> |
getCheckDelay()
Get the amount of time (in milliseconds) to delay the check for the job status.
|
java.util.Optional<java.lang.Integer> |
getExitCode()
Get the exit code from the process that ran the job.
|
java.util.Optional<java.lang.Integer> |
getMemoryUsed()
Get the amount of memory (in MB) that this job is/was run with.
|
java.util.Optional<java.lang.Integer> |
getProcessId()
Get the process id of the job.
|
java.util.Optional<java.time.Instant> |
getTimeout()
Get the date this job will be killed due to exceeding its set timeout duration.
|
java.lang.String |
getUniqueId()
Get the unique identifier of this job execution.
|
getCreated, getUpdated
getId
getAgentHostname
java.lang.String getUniqueId()
java.util.Optional<java.lang.Integer> getProcessId()
java.util.Optional<java.lang.Long> getCheckDelay()
java.util.Optional<java.lang.Integer> getExitCode()
java.util.Optional<java.lang.Integer> getMemoryUsed()
java.util.Optional<java.time.Instant> getTimeout()