pipelineEnvironments element

Type: pipelineEnvironments
Namespace: (default namespace)
XML Schema: ns0.xsd

A container for a list of Pipeline-Environments. It holds a sequence of environments in a pipeline.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <pipelineEnvironments> <pipeline> <csrfToken>...</csrfToken> <id>...</id> <name>...</name> <description>...</description> <serviceProviderId>...</serviceProviderId> </pipeline> <environment> <id>...</id> <environment> <csrfToken>...</csrfToken> <id>...</id> <name>...</name> <domain>...</domain> <description>...</description> <type>...</type> <serviceProviderId>...</serviceProviderId> </environment> <nextEnvironment> <csrfToken>...</csrfToken> <id>...</id> <name>...</name> <domain>...</domain> <description>...</description> <type>...</type> <serviceProviderId>...</serviceProviderId> </nextEnvironment> </environment> <environment> <!--...--> </environment> <!--...more "environment" elements...--> </pipelineEnvironments>