build
Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/rest/build |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
type (string) | 1/1 | |
url (string) | 1/1 | |
id (string) | 1/1 | |
number (int) | 1/1 | |
description (string) | 0/1 | |
projectName (string) | 1/1 | |
duration (long) | 0/1 | |
timeStamp (long) | 1/1 | |
result (buildResult) | 0/1 | |
state (buildState) | 0/1 | |
kept (boolean) | 1/1 | |
causes (cause) | 0/unbounded | |
participants (string) | 0/unbounded | |
culprits (string) | 0/unbounded | |
changesAvailable (boolean) | 1/1 | |
testsAvailable (boolean) | 1/1 |
JSON
property | type | description |
---|---|---|
type | type (string) | |
url | url (string) | |
id | id (string) | |
number | number (int) | |
description | description (string) | |
projectName | projectName (string) | |
duration | duration (long) | |
timeStamp | timeStamp (long) | |
result | result (buildResult) | |
state | state (buildState) | |
kept | kept (boolean) | |
causes | array of causes (cause) | |
participants | array of participants (string) | |
culprits | array of culprits (string) | |
changesAvailable | changesAvailable (boolean) | |
testsAvailable | testsAvailable (boolean) |