public abstract class ContentPackRevisions extends Object
| Constructor and Description |
|---|
ContentPackRevisions() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Integer,Set<ConstraintCheckResult>> |
constraints() |
abstract Map<Integer,ContentPack> |
contentPackRevisions() |
static ContentPackRevisions |
create(Map<Integer,ContentPack> contentPackRevisions,
Map<Integer,Set<ConstraintCheckResult>> constraints) |
public abstract Map<Integer,ContentPack> contentPackRevisions()
public abstract Map<Integer,Set<ConstraintCheckResult>> constraints()
public static ContentPackRevisions create(Map<Integer,ContentPack> contentPackRevisions, Map<Integer,Set<ConstraintCheckResult>> constraints)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.