highestCommonRevisionTask element

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

DTO for highest common revision task.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <highestCommonRevisionTask> <repoId>...</repoId> <highestCommonRev>...</highestCommonRev> <highestRevisions> <nodeId>...</nodeId> <highestRev>...</highestRev> </highestRevisions> <highestRevisions> <!--...--> </highestRevisions> <!--...more "highestRevisions" elements...--> <remainingNodes> <node> <nodeIdentity>...</nodeIdentity> <locationIdentity>...</locationIdentity> <isLocal>...</isLocal> <isUp>...</isUp> <isStopped>...</isStopped> <lastStatusChange>...</lastStatusChange> <attributes> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </attributes> </node> <node> <!--...--> </node> <!--...more "node" elements...--> </remainingNodes> <message>...</message> <taskId>...</taskId> <creatorNodeId>...</creatorNodeId> <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...--> </highestCommonRevisionTask>