- Schema
- ns0.xsd
- Available Since
- 1.4-M1
Properties
name |
data type |
type |
namespace |
min/max occurs |
description |
cronExpression
|
string
|
element
|
|
0/1
|
|
id
|
string
|
element
|
|
0/1
|
Get the id of the repository group.
|
mergedIndexPath
|
string
|
element
|
|
0/1
|
|
mergedIndexTtl
|
int
|
element
|
|
1/1
|
|
repositories
|
string
|
element
|
|
0/unbounded
|
Method getRepositories.
|
Example
<repositoryGroup>
<id>...</id>
<repositories>...</repositories>
<mergedIndexPath>...</mergedIndexPath>
<mergedIndexTtl>...</mergedIndexTtl>
<cronExpression>...</cronExpression>
</repositoryGroup>