changeSet element

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

This class contains the details of a change set which is a set of changes to a session or service that is grouped as a single deployable bundle in the OCECAS change management system. A change set can consist of both control flow and configuration changes.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <changeSet> <csrfToken>...</csrfToken> <id>...</id> <serviceProviderId>...</serviceProviderId> <name>...</name> <description>...</description> <pipelineId>...</pipelineId> <erroredObjects>...</erroredObjects> <erroredObjects>...</erroredObjects> <!--...more "erroredObjects" elements...--> <creationDate>...</creationDate> <baselineId>...</baselineId> <username>...</username> <deleted>...</deleted> <editable>...</editable> <active>...</active> <scheduled>...</scheduled> <retracted>...</retracted> <inactive>...</inactive> <open>...</open> <lastUpdated>...</lastUpdated> </changeSet>