-
autoUpdate
java.lang.String autoUpdate
Specifies whether the user should be prompted to update
plugins.
-
checkLatest
java.lang.String checkLatest
Whether to resolve plugin versions using LATEST metadata.
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
plugins
java.util.List<E extends java.lang.Object> plugins
Field plugins.
-
pluginsByKey
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> pluginsByKey
-
runtimeInfo
RuntimeInfo runtimeInfo
-
updateInterval
java.lang.String updateInterval
Specifies how often to check for plugin updates.
Valid values are: never, always, interval:XXX.
For the interval specification, XXX denotes a
terse interval specification, such as 4h.
Where h=hours, m=minutes, d=days, w=weeks. The
interval period should be specified in descending
order of granularity, like this: '[n]w [n]d [n]h
[n]m'. Any omitted level of granularity will be
assumed to be a zero value.