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

Description

Controller-derived delivery descriptor for a release stream: what KIND of destination the stream delivers to, and the public endpoint when one exists. Never carries credentials or account identifiers.

Properties

Name Type Occurrence Description
kind xs:string Required One of: webSite (deploy target with a public site, e.g. Cloudflare Pages), packageManager (Hornbill Package Manager), appStore (Hornbill App Store), cdn (CDN file delivery), custom (deploy target of a kind with no built-in meaning), none.
targetName xs:string Optional The deployment/CDN target or package server this stream delivers to (display label).
url xs:anyURI Optional Public URL of the delivered site, when the destination has one (from the deployment target’s informational URL).
In This Document