Interface BuildExtension


public interface BuildExtension
Allows plugging in current build info.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Build that represents the running Elasticsearch code.
    default boolean
    true if this build uses release versions.
  • Method Details

    • getCurrentBuild

      Build getCurrentBuild()
      Returns the Build that represents the running Elasticsearch code.
    • hasReleaseVersioning

      default boolean hasReleaseVersioning()
      true if this build uses release versions.