project

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/rest/project

XML

Elements

name (type) min/max
occurs
description
ref (projectReference) 1/1
type (string) 1/1
id (string) 1/1
url (string) 1/1
name (string) 1/1
title (string) 1/1
description (string) 0/1
enabled (boolean) 1/1
configurable (boolean) 1/1
concurrent (boolean) 1/1
queued (boolean) 1/1
lastBuild (build) 0/1
blocked (boolean) 0/1
blockedReason (string) 0/1
health (health) 0/1
parent (projectReference) 1/1
descendant (projectReference) 1/unbounded
upstream (projectReference) 1/unbounded
downstream (projectReference) 1/unbounded

JSON

property type description
ref ref (projectReference)
type type (string)
id id (string)
url url (string)
name name (string)
title title (string)
description description (string)
enabled enabled (boolean)
configurable configurable (boolean)
concurrent concurrent (boolean)
queued queued (boolean)
lastBuild lastBuild (build)
blocked blocked (boolean)
blockedReason blockedReason (string)
health health (health)
parent parent (projectReference)
descendant array of descendant (projectReference)
upstream array of upstream (projectReference)
downstream array of downstream (projectReference)