interface BuildController {
    _links?: any;
    createdDate?: Date;
    description?: string;
    enabled?: boolean;
    id?: number;
    name?: string;
    status?: ControllerStatus;
    updatedDate?: Date;
    uri?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
createdDate?: Date

The date the controller was created.

description?: string

The description of the controller.

enabled?: boolean

Indicates whether the controller is enabled.

id?: number

Id of the resource

name?: string

Name of the linked resource (definition name, controller name, etc.)

The status of the controller.

updatedDate?: Date

The date the controller was last updated.

uri?: string

The controller's URI.

url?: string

Full http link to the resource