pipelineEnvironment element

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

A class is used to describe the details of Pipeline-Environment. It represents an environment in a pipeline. Note: the seems redundant nextEnvironment element is used for speeding up UI.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <pipelineEnvironment> <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> </pipelineEnvironment>