public abstract class GraylogVersionConstraint extends Object implements Constraint
| Modifier and Type | Class and Description |
|---|---|
static class |
GraylogVersionConstraint.Builder |
Constraint.ConstraintBuilder<SELF>| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_NAME |
FIELD_META_TYPE| Constructor and Description |
|---|
GraylogVersionConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static GraylogVersionConstraint.Builder |
builder() |
static GraylogVersionConstraint |
currentGraylogVersion() |
static GraylogVersionConstraint |
of(Version version) |
abstract GraylogVersionConstraint.Builder |
toBuilder() |
abstract com.vdurmont.semver4j.Requirement |
version() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittypepublic static final String TYPE_NAME
public abstract com.vdurmont.semver4j.Requirement version()
public abstract GraylogVersionConstraint.Builder toBuilder()
public static GraylogVersionConstraint.Builder builder()
public static GraylogVersionConstraint of(Version version)
public static GraylogVersionConstraint currentGraylogVersion()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.