deployment element

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

A class is used to describe the details of a change set deployment, including its status like whether the change set deployment is active, or inactive, or retracted, information about conflicts this deployment has with other changes that are also based on its baseline change set, and etc.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <deployment> <csrfToken>...</csrfToken> <active>...</active> <scheduled>...</scheduled> <editable>...</editable> <productionEnvironment>...</productionEnvironment> <id>...</id> <creationDate>...</creationDate> <state>...</state> <scheduledDate>...</scheduledDate> <lastUpdated>...</lastUpdated> <baselineId>...</baselineId> <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> <environment>...</environment> <pipeline>...</pipeline> <conflictPotential> <branch>...</branch> <conflicts> <difference> <reasons>...</reasons> <reasons>...</reasons> <!--...more "reasons" elements...--> <type>...</type> <name>...</name> <resourceUrl>...</resourceUrl> <serviceResource> <resourceType>...</resourceType> <group>...</group> <name>...</name> <configuration>...</configuration> <key>...</key> </serviceResource> <validationIssues> <issueType>...</issueType> <activityPath>...</activityPath> <capabilityName>...</capabilityName> <exitNumber>...</exitNumber> <parameterNumber>...</parameterNumber> </validationIssues> <validationIssues> <!--...--> </validationIssues> <!--...more "validationIssues" elements...--> <revertible>...</revertible> </difference> <difference> <!--...--> </difference> <!--...more "difference" elements...--> </conflicts> </conflictPotential> </deployment>