repository element
Type: | repositoryDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Copyright 2013 WANdisco.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<repository>
<type>...</type>
<name>...</name>
<location>...</location>
<repositoryTemplate>...</repositoryTemplate>
<removed>...</removed>
<id>...</id>
<dateCreated>...</dateCreated>
<dateLastModified>...</dateLastModified>
</repository>
Example JSON
{
"type" : "SVN",
"name" : "...",
"location" : "...",
"repositoryTemplate" : "...",
"removed" : false,
"id" : "...",
"dateCreated" : ...,
"dateLastModified" : ...
}