| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckResult> |
ContentPackService.checkConstraints(ContentPack contentPack) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckResult> |
GraylogVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
Set<ConstraintCheckResult> |
ConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
Set<ConstraintCheckResult> |
PluginVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintCheckResult |
ConstraintCheckResult.create(Constraint constraint,
boolean fulfilled) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Integer,Set<ConstraintCheckResult>> |
ContentPackRevisions.constraints() |
abstract Set<ConstraintCheckResult> |
ContentPackResponse.constraints() |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackResponse |
ContentPackResponse.create(ContentPack contentPack,
Set<ConstraintCheckResult> constraints) |
static ContentPackRevisions |
ContentPackRevisions.create(Map<Integer,ContentPack> contentPackRevisions,
Map<Integer,Set<ConstraintCheckResult>> constraints) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.