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 - hbuildReleaseWindowType

Description

When a release on this stream may go, as distinct from standstillPeriod which says how LONG it must wait. The two are orthogonal and compose: “at least 4 hours, and only during a window”. A window defers rather than cancels - a hold-off expiring outside one waits for the window to open. Absent means no restriction.

Properties

Name Type Occurrence Description
timezone xs:string Optional IANA zone name, e.g. “Europe/London”. If not specified the controller’s local zone is used, but it is worth stating: whoever reads the build file is usually not sitting where the controller runs. Deliberately NOT a fixed UTC offset - “+00:00” is an hour out for seven months of the year under British Summer Time, so “nothing after 16:00” would quietly become 17:00.
allow Array<hbuildReleaseWindowAllowType> Required One or more open periods. A window with no allow entries could never open.
In This Document