Class GraylogVersionConstraint
java.lang.Object
org.graylog2.contentpacks.model.constraints.GraylogVersionConstraint
- All Implemented Interfaces:
Constraint
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog2.contentpacks.model.constraints.Constraint
Constraint.ConstraintBuilder<SELF> -
Field Summary
FieldsFields inherited from interface org.graylog2.contentpacks.model.constraints.Constraint
FIELD_META_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static GraylogVersionConstraintstatic GraylogVersionConstraintabstract GraylogVersionConstraint.Builderabstract com.vdurmont.semver4j.Requirementversion()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.model.constraints.Constraint
type
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GraylogVersionConstraint
public GraylogVersionConstraint()
-
-
Method Details
-
version
public abstract com.vdurmont.semver4j.Requirement version() -
toBuilder
-
builder
-
of
-
currentGraylogVersion
-