Uses of Class
org.elasticsearch.Build.Type
-
Packages that use Build.Type Package Description org.elasticsearch -
-
Uses of Build.Type in org.elasticsearch
Methods in org.elasticsearch that return Build.Type Modifier and Type Method Description static Build.TypeBuild.Type. fromDisplayName(String displayName, boolean strict)Build.TypeBuild. type()static Build.TypeBuild.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Build.Type[]Build.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch with parameters of type Build.Type Constructor Description Build(Build.Flavor flavor, Build.Type type, String hash, String date, boolean isSnapshot, String version)
-