artifactContentEntry element
| Type: | artifactContentEntry |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
| Available Since: | 1.4-M3 |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<artifactContentEntry>
<path>...</path>
<file>...</file>
<depth>...</depth>
<repositoryId>...</repositoryId>
</artifactContentEntry>
Example JSON
{
"path" : "...",
"file" : false,
"depth" : ...,
"repositoryId" : "..."
}