LimitSummary

Provides information about a specific limit.

Types

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

Properties

Link copied to clipboard

The value that you specify as the name in the amounts field of the hostRequirements in a step of a job template to declare the limit requirement.

Link copied to clipboard

The Unix timestamp of the date and time that the limit was created.

Link copied to clipboard

The user identifier of the person that created the limit.

Link copied to clipboard

The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.

Link copied to clipboard

The name of the limit used in lists to identify the limit.

Link copied to clipboard

The unique identifier of the farm that contains the limit.

Link copied to clipboard

The unique identifier of the limit.

Link copied to clipboard

The maximum number of resources constrained by this limit. When all of the resources are in use, steps that require the limit won't be scheduled until the resource is available.

Link copied to clipboard

The Unix timestamp of the date and time that the limit was last updated.

Link copied to clipboard

The user identifier of the person that last updated the limit.

Functions

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