RepositoryGroup Data Type

Available Since
1.4-M1
Properties
name data type description
cronExpression string
id string Get the id of the repository group.
mergedIndexPath string
mergedIndexTtl number
repositories array of string Method getRepositories.

Example

{
  "id" : "...",
  "repositories" : [ "...", "..." ],
  "mergedIndexPath" : "...",
  "mergedIndexTtl" : 12345.0,
  "cronExpression" : "..."
}