bulkConsistencyCheckTask element
Type: | bulkConsistencyCheckTaskDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<bulkConsistencyCheckTask>
<repoIds>...</repoIds>
<repoIds>...</repoIds>
<!--...more "repoIds" elements...-->
<incompleteRepos>...</incompleteRepos>
<incompleteRepos>...</incompleteRepos>
<!--...more "incompleteRepos" elements...-->
<inconsistentRepos>...</inconsistentRepos>
<inconsistentRepos>...</inconsistentRepos>
<!--...more "inconsistentRepos" elements...-->
<numberOfRevisions>...</numberOfRevisions>
<taskId>...</taskId>
<timeCreated>...</timeCreated>
<creatorNodeId>...</creatorNodeId>
<timeUpdated>...</timeUpdated>
<isDone>...</isDone>
<aborted>...</aborted>
<properties>
<entry>
<key>...</key>
<value>...</value>
</entry>
<entry>
<key>
<!--(another 'string' type)-->
</key>
<value>
<!--(another 'string' type)-->
</value>
</entry>
<!--...more entries...-->
</properties>
<previousTask>...</previousTask>
<nextTasks>...</nextTasks>
<nextTasks>...</nextTasks>
<!--...more "nextTasks" elements...-->
</bulkConsistencyCheckTask>