Uses of Class
org.elasticsearch.Build.Flavor
-
Packages that use Build.Flavor Package Description org.elasticsearch -
-
Uses of Build.Flavor in org.elasticsearch
Methods in org.elasticsearch that return Build.Flavor Modifier and Type Method Description Build.FlavorBuild. flavor()static Build.FlavorBuild.Flavor. fromDisplayName(String displayName, boolean strict)static Build.FlavorBuild.Flavor. valueOf(String name)Returns the enum constant of this type with the specified name.static Build.Flavor[]Build.Flavor. 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.Flavor Constructor Description Build(Build.Flavor flavor, Build.Type type, String hash, String date, boolean isSnapshot, String version)
-