pipeline element

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

A class is used to describe the details of a Pipeline. Pipeline exist as a concept on the management platform.  It consists of a backlog of change sets, and a sequence of environments, namely runtime domains where the change sets get deployed. Change sets are deployed to environments in the order defined in the pipeline, meaning that intermediate environments cannot be skipped.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <pipeline> <csrfToken>...</csrfToken> <id>...</id> <name>...</name> <description>...</description> <serviceProviderId>...</serviceProviderId> </pipeline>