Interface BuildExtension


public interface BuildExtension
Allows plugging in current build info.
  • 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.
    • currentBuildVersion

      BuildVersion currentBuildVersion()
      Returns the BuildVersion for the running Elasticsearch code.
    • fromVersionId

      BuildVersion fromVersionId(int versionId)
      Returns the BuildVersion for a given version identifier.