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

Description

Information about a release stream for a product.

Properties

Name Type Occurrence Description
cdnTarget xs:anyURI Optional The name of a CDN target this release stream should sync to.
description xs:string Required Textual description for the release stream, helps to identify the purpose of the stream
fileOperation Array<hbuildFileOperationType> Optional A list of file operations to perform
httpInvoke xs:string Optional An HTTP(S) URL that will be called using the GET method after the release has completed
id xs:anyURI Required Uniquely identifies the release stream, typically one of test, dev, beta or live
initialStatus hbuildPublishStatusType Required The status the stream is initially set to.
keepRevisions xs:unsignedInt Optional
Default=8
Specifies the number of revisions to keep on this release stream. If not specified the default is 8. If you wish to keep all revisions then you should specify zero (0)
packageFileName xs:string Optional The name of the package that is used in the catalog
packageManager Array<hbuildPackageManagerType> Optional A package manager publish operation. You can specify one or more package manager servers to deploy to
publishDependsOn Array<hbuildStreamDependancyType> Optional The dependency on one ore more previously published streams
pushForward hbuildStreamPushType Optional Define this if you want to push forward to the next stream based on status change.
scpCopyFile Array<hbuildScpCopyFileType> Optional One or more optional SCP copy operations to peform
sshRemoteExec Array<hbuildSshRemoteExecType> Optional An SSH command to execute on the remote CDN system.
sshRemoteExec2 Array<hbuildSshRemoteExec2Type> Optional Execute command(s) on a remote target
standstillPeriod xs:unsignedInt Optional
Default=48
Specifies the number of hours to keep the build on this release stream. If not specified then default is 48 hours. If you do not want to enforce the standstill period then you should specify zero (0)
validation hbuildValidationTestType Optional Information about an expected post build validation test
In This Document