| Package | Description |
|---|---|
| org.graylog2.rest.models.system.plugins.responses |
| Modifier and Type | Method and Description |
|---|---|
static PluginMetaDataValue |
PluginMetaDataValue.create(String uniqueId,
String name,
String author,
URI url,
String version,
String description,
String requiredVersion,
Set<String> requiredCapabilities) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PluginMetaDataValue> |
PluginList.plugins() |
| Modifier and Type | Method and Description |
|---|---|
static PluginList |
PluginList.create(List<PluginMetaDataValue> plugins) |
static PluginList |
PluginList.create(List<PluginMetaDataValue> plugins,
int total) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.