stagingProfiles element
Type: | stagingProfileListResponseDTO |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<stagingProfiles>
<data>
<stagingProfile>
<finishNotifyEmails>...</finishNotifyEmails>
<promotionNotifyEmails>...</promotionNotifyEmails>
<deployURI>...</deployURI>
<resourceURI>...</resourceURI>
<name>...</name>
<promotionTargetRepository>...</promotionTargetRepository>
<promoteRuleSets>...</promoteRuleSets>
<promoteRuleSets>...</promoteRuleSets>
<!--...more "promoteRuleSets" elements...-->
<order>...</order>
<dropNotifyCreator>...</dropNotifyCreator>
<dropNotifyEmails>...</dropNotifyEmails>
<stagingRepositoryIds>...</stagingRepositoryIds>
<stagingRepositoryIds>...</stagingRepositoryIds>
<!--...more "stagingRepositoryIds" elements...-->
<autoStagingDisabled>...</autoStagingDisabled>
<finishNotifyRoles>...</finishNotifyRoles>
<finishNotifyRoles>...</finishNotifyRoles>
<!--...more "finishNotifyRoles" elements...-->
<mode>...</mode>
<finishNotifyCreator>...</finishNotifyCreator>
<inProgress>...</inProgress>
<targetGroups>...</targetGroups>
<targetGroups>...</targetGroups>
<!--...more "targetGroups" elements...-->
<dropNotifyRoles>...</dropNotifyRoles>
<dropNotifyRoles>...</dropNotifyRoles>
<!--...more "dropNotifyRoles" elements...-->
<promotionNotifyCreator>...</promotionNotifyCreator>
<repositoriesSearchable>...</repositoriesSearchable>
<stagedRepositoryIds>...</stagedRepositoryIds>
<stagedRepositoryIds>...</stagedRepositoryIds>
<!--...more "stagedRepositoryIds" elements...-->
<promotionNotifyRoles>...</promotionNotifyRoles>
<promotionNotifyRoles>...</promotionNotifyRoles>
<!--...more "promotionNotifyRoles" elements...-->
<repositoryTemplateId>...</repositoryTemplateId>
<closeRuleSets>...</closeRuleSets>
<closeRuleSets>...</closeRuleSets>
<!--...more "closeRuleSets" elements...-->
<id>...</id>
<repositoryType>...</repositoryType>
<repositoryTargetId>...</repositoryTargetId>
</stagingProfile>
<stagingProfile>
<!--...-->
</stagingProfile>
<!--...more "stagingProfile" elements...-->
</data>
</stagingProfiles>
Example JSON
{
"data" : [ {
"finishNotifyEmails" : "...",
"promotionNotifyEmails" : "...",
"deployURI" : "...",
"resourceURI" : "...",
"name" : "...",
"promotionTargetRepository" : "...",
"promoteRuleSets" : [ "...", ... ],
"order" : ...,
"dropNotifyCreator" : false,
"dropNotifyEmails" : "...",
"stagingRepositoryIds" : [ "...", ... ],
"autoStagingDisabled" : false,
"finishNotifyRoles" : [ "...", ... ],
"mode" : "...",
"finishNotifyCreator" : false,
"inProgress" : false,
"targetGroups" : [ "...", ... ],
"dropNotifyRoles" : [ "...", ... ],
"promotionNotifyCreator" : false,
"repositoriesSearchable" : false,
"stagedRepositoryIds" : [ "...", ... ],
"promotionNotifyRoles" : [ "...", ... ],
"repositoryTemplateId" : "...",
"closeRuleSets" : [ "...", ... ],
"id" : "...",
"repositoryType" : "...",
"repositoryTargetId" : "..."
}, ... ]
}