Element console

Type: console
Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/rest/build

Example XML

<?xml version="1.0" encoding="UTF-8"?> <console xmlns="http://hudson-ci.org/xsd/hudson/2.1.0/rest/build"> <exists xmlns="">...</exists> <length xmlns="">...</length> <lastModified xmlns="">...</lastModified> </console>

Example JSON

{ exists : false, length : ..., lastModified : ... }