Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Build

API Objects

Hierarchy

  • Build

Index

Properties

Optional _class

_class: undefined | string

internal Jenkins model

Optional actions

actions: object[]

a list of build actions usually build actions and plugin actions

Optional artifacts

artifacts: Artifacts[]

list of artifacts saved for the build

Optional building

building: undefined | false | true

indicates if the build is in progress

Optional builtOn

builtOn: undefined | string

TODO (define) builtOn

Optional changeSets

changeSets: ChangeSet[]

a list of change sets for the build

Optional culprits

culprits: Culprit[]

a list of culprits for the build

Optional description

description: undefined | string

description of the build

Optional displayName

displayName: undefined | string

display name of the build

Optional duration

duration: undefined | number

duration of the build in milliseconds

Optional estimatedDuration

estimatedDuration: undefined | number

estimated duration in milliseconds

Optional executor

executor: ExecutorSummary

summary of the executor

Optional fullDisplayName

fullDisplayName: undefined | string

full display name of the build

Optional id

id: undefined | string

string id of the build

Optional keepLog

keepLog: undefined | false | true

indicates if the build log should be kept

Optional number

number: undefined | number

build number of the build

Optional queueId

queueId: undefined | number

global queue id of the build

Optional result

result: undefined | string

result of the build

Optional timestamp

timestamp: undefined | number

timestamp of when the build started

Optional url

url: undefined | string

url of the build

Generated using TypeDoc