Documentation

This is taking longer than usual. If nothing appears, refresh the page.

Documentation

{{docApp.title}}

{{docApp.description}}

Connect an AI assistant

Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.

The catalog did not load. Refresh the page to try again.

Loading…

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown. Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
  • {{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}

    {{resultItem.url}}

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

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Complex Types - hbuildPublishTestInfoType

Description

Information about a published build test validation.

Properties

Name Type Occurrence Description
id xs:unsignedInt Required The pk_id of the test
testId xs:anyURI Required The id of the test
status hbuildAutoTestStatusType Required The current status of this test.
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
description xs:string Optional Textual description for the test, helps to identify the purpose of the test.
initializedOn xs:dateTime Required The date/time this was initialized
startedOn xs:dateTime Required The date/time this was last updated.
completedOn xs:dateTime Required The date/time this was last updated.
timedOutOn xs:dateTime Required The date/time this was last updated.
lastUpdate xs:dateTime Required The date/time this was last updated.
timeElapsed xs:unsignedInt Optional The amount of time elapsed in seconds.
required xs:boolean Required Indicates if this test is required to comeplete for success.
ignored xs:boolean Optional Indicates that this test’s failure has been ignored by an administrator, so it no longer blocks the release stream from progressing. The test keeps its real outcome - this is an override recorded alongside it, not a replacement status. Only ever set on a required test whose failure was blocking the stream.
ignoredReason xs:string Optional The justification given for ignoring this test’s failure. Mandatory when the failure is ignored.
ignoredBy xs:string Optional The user who ignored this test’s failure.
ignoredOn xs:dateTime Optional The date/time this test’s failure was ignored.
In This Document