static JobExecution.Builder |
JobExecution.builder() |
Create a new builder.
|
JobExecution.Builder |
JobExecution.Builder.copy(JobExecution model) |
|
JobExecution.Builder |
JobExecution.Builder.createdById(String createdById) |
OCID of the user who created the job execution.
|
JobExecution.Builder |
JobExecution.Builder.dataEntityKey(String dataEntityKey) |
The key of the associated data entity resource.
|
JobExecution.Builder |
JobExecution.Builder.errorCode(String errorCode) |
Error code returned from the job execution or null if job is still running or didn’t
return an error.
|
JobExecution.Builder |
JobExecution.Builder.errorMessage(String errorMessage) |
Error message returned from the job execution or null if job is still running or didn’t
return an error.
|
JobExecution.Builder |
JobExecution.Builder.eventKey(String eventKey) |
An identifier used for log message correlation.
|
JobExecution.Builder |
JobExecution.Builder.externalUrl(String externalUrl) |
If the job is an external process, then a URL of the job for accessing this resource and
its status.
|
JobExecution.Builder |
JobExecution.Builder.jobKey(String jobKey) |
The unique key of the parent job.
|
JobExecution.Builder |
JobExecution.Builder.jobType(JobType jobType) |
Type of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.key(String key) |
Unique key of the job execution resource.
|
JobExecution.Builder |
JobExecution.Builder.lifecycleState(JobExecutionState lifecycleState) |
Status of the job execution, such as running, paused, or completed.
|
JobExecution.Builder |
JobExecution.Builder.parentKey(String parentKey) |
The unique key of the parent execution or null if this job execution has no parent.
|
JobExecution.Builder |
JobExecution.Builder.processKey(String processKey) |
Process identifier related to the job execution if the job is an external job.
|
JobExecution.Builder |
JobExecution.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the execution context properties which are specific to a job
execution.
|
JobExecution.Builder |
JobExecution.Builder.scheduleInstanceKey(String scheduleInstanceKey) |
The unique key of the triggering external scheduler resource or null if this job
execution is not externally triggered.
|
JobExecution.Builder |
JobExecution.Builder.subType(String subType) |
Sub-type of this job execution.
|
JobExecution.Builder |
JobExecution.Builder.timeCreated(Date timeCreated) |
The date and time the job execution was created, in the format defined by
RFC3339.
|
JobExecution.Builder |
JobExecution.Builder.timeEnded(Date timeEnded) |
Time that the job execution ended or null if it hasn’t yet completed.
|
JobExecution.Builder |
JobExecution.Builder.timeStarted(Date timeStarted) |
Time that job execution started.
|
JobExecution.Builder |
JobExecution.toBuilder() |
|
JobExecution.Builder |
JobExecution.Builder.updatedBy(String updatedBy) |
OCID of the user who updated the job execution.
|
JobExecution.Builder |
JobExecution.Builder.uri(String uri) |
URI to the job execution instance in the API.
|