BatchGetStepItem

The details of a step returned in a batch get operation.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time the resource was created.

Link copied to clipboard

The user or system that created this resource.

Link copied to clipboard

The number of dependencies for the step.

Link copied to clipboard

The description of the step.

Link copied to clipboard
val endedAt: <Error class: unknown class>?

The date and time the resource ended running.

Link copied to clipboard

The farm ID of the step.

Link copied to clipboard

The job ID of the step.

Link copied to clipboard

The life cycle status of the step.

Link copied to clipboard

A message that communicates the status of the life cycle.

Link copied to clipboard

The name of the step.

Link copied to clipboard

The parameter space for the step.

Link copied to clipboard

The queue ID of the step.

Link copied to clipboard

The required capabilities for the step.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The date and time the resource started running.

Link copied to clipboard

The step ID.

Link copied to clipboard

The task status to start with on the step.

Link copied to clipboard

The number of times that tasks failed and were retried.

Link copied to clipboard

The task run status for the step.

Link copied to clipboard

The number of tasks for each run status for the step.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The date and time the resource was updated.

Link copied to clipboard

The user or system that updated this resource.

Functions

Link copied to clipboard
inline fun copy(block: BatchGetStepItem.Builder.() -> Unit = {}): BatchGetStepItem
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