BatchUpdateJobItem

The details of a job to update in a batch update operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the job to update.

Link copied to clipboard

The farm ID of the job to update.

Link copied to clipboard

The job ID of the job to update.

Link copied to clipboard

The status of a job in its lifecycle. When you change the status of the job to ARCHIVED, the job can't be scheduled or archived.

Link copied to clipboard

The number of task failures before the job stops running and is marked as FAILED.

Link copied to clipboard

The maximum number of retries per failed tasks.

Link copied to clipboard

The maximum number of worker hosts that can concurrently process a job.

Link copied to clipboard
val name: String?

The name of the job to update.

Link copied to clipboard

The job priority to update.

Link copied to clipboard

The queue ID of the job to update.

Link copied to clipboard

The task status to update the job's tasks to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String