changeSet
| Extends: | baseModel |
|---|---|
| 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.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (integer) | 0/1 | The change set database id. |
| serviceProviderId (integer) | 0/1 | |
| name (string) | 0/1 | The change set name. |
| description (string) | 0/1 | The change set description. |
| pipelineId (integer) | 0/1 | The associated pipeline ID for this change set. |
| erroredObjects (integer) | 0/unbounded | The list of flows or other compiled objects requiring compilation within this change set (an indicator of overall health). |
| creationDate (dateTime) | 0/1 | The creation date of the change set. |
| baselineId (integer) | 0/1 | What change set this change set is based on. |
| username (string) | 0/1 | The name of the user that created the change set. |
| deleted (boolean) | 1/1 | whether the change set is deleted. |
| editable (boolean) | 1/1 | whether the change set is editable. |
| active (boolean) | 1/1 | whether the change set is active. |
| scheduled (boolean) | 1/1 | whether the change set is scheduled. |
| retracted (boolean) | 1/1 | whether the change set is retracted. |
| inactive (boolean) | 1/1 | Whether the change set is inactive. |
| open (boolean) | 1/1 | whether the change set is open (not associated with any deployment). |
| lastUpdated (dateTime) | 0/1 | The last modified date/time of the change set. |