BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.applicationId(String applicationId) |
The unique identifier of the application that hosts this batch job.
|
default BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier) |
The unique identifier of this batch job.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier) |
The unique identifier of this batch job.
|
static BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.builder() |
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.endTime(Instant endTime) |
The timestamp when this batch job execution ended.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.executionId(String executionId) |
The unique identifier of this execution of the batch job.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.jobId(String jobId) |
The unique identifier of a particular batch job.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.jobName(String jobName) |
The name of a particular batch job.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.jobType(String jobType) |
The type of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.jobType(BatchJobType jobType) |
The type of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.returnCode(String returnCode) |
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.startTime(Instant startTime) |
The timestamp when a particular batch job execution started.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.status(String status) |
The status of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.Builder.status(BatchJobExecutionStatus status) |
The status of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
BatchJobExecutionSummary.toBuilder() |
|