stagingProfiles element
Type: | stagingProfileListResponseDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<stagingProfiles>
<data>
<stagingProfile>
<targetGroups>...</targetGroups>
<targetGroups>...</targetGroups>
<!--...more "targetGroups" elements...-->
<repositoryTargetId>...</repositoryTargetId>
<dropNotifyCreator>...</dropNotifyCreator>
<repositoryTemplateId>...</repositoryTemplateId>
<properties>
<entry>
<key>...</key>
<value>...</value>
</entry>
<entry>
<key>
<!--(another 'string' type)-->
</key>
<value>
<!--(another 'string' type)-->
</value>
</entry>
<!--...more entries...-->
</properties>
<repositoriesSearchable>...</repositoriesSearchable>
<inProgress>...</inProgress>
<promotionNotifyRoles>...</promotionNotifyRoles>
<promotionNotifyRoles>...</promotionNotifyRoles>
<!--...more "promotionNotifyRoles" elements...-->
<finishNotifyRoles>...</finishNotifyRoles>
<finishNotifyRoles>...</finishNotifyRoles>
<!--...more "finishNotifyRoles" elements...-->
<id>...</id>
<autoStagingDisabled>...</autoStagingDisabled>
<order>...</order>
<promotionTargetRepository>...</promotionTargetRepository>
<promoteRuleSets>...</promoteRuleSets>
<promoteRuleSets>...</promoteRuleSets>
<!--...more "promoteRuleSets" elements...-->
<name>...</name>
<dropNotifyEmails>...</dropNotifyEmails>
<promotionNotifyEmails>...</promotionNotifyEmails>
<deployURI>...</deployURI>
<promotionNotifyCreator>...</promotionNotifyCreator>
<closeRuleSets>...</closeRuleSets>
<closeRuleSets>...</closeRuleSets>
<!--...more "closeRuleSets" elements...-->
<finishNotifyEmails>...</finishNotifyEmails>
<resourceURI>...</resourceURI>
<repositoryType>...</repositoryType>
<dropNotifyRoles>...</dropNotifyRoles>
<dropNotifyRoles>...</dropNotifyRoles>
<!--...more "dropNotifyRoles" elements...-->
<mode>...</mode>
<finishNotifyCreator>...</finishNotifyCreator>
</stagingProfile>
<stagingProfile>
<!--...-->
</stagingProfile>
<!--...more "stagingProfile" elements...-->
</data>
</stagingProfiles>