Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - hbuildPublishTestInfoType

Description

Information about a published build test validation.

Properties

Name Type Occurrence Description
completedOn xs:dateTime Required The date/time this was last updated.
description xs:string Optional Textual description for the test, helps to identify the purpose of the test.
id xs:unsignedInt Required The pk_id of the test
initializedOn xs:dateTime Required The date/time this was initialized
lastUpdate xs:dateTime Required The date/time this was last updated.
message xs:string Required The last status update message.
progress xs:string Required The current test progress. This string will contain one character per sequence, the character will be one of ?=not tested x=skipped 0=failed 1=passed
required xs:boolean Required Indicates if this test is required to comeplete for success.
startedOn xs:dateTime Required The date/time this was last updated.
status hbuildAutoTestStatusType Required The current status of this test.
testId xs:anyURI Required The id of the test
timedOutOn xs:dateTime Required The date/time this was last updated.
timeElapsed xs:unsignedInt Optional The amount of time elapsed in seconds.
In This Document