Interface VersionInfoFluent<A extends VersionInfoFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Implementing Classes:
VersionInfoBuilder, VersionInfoFluentImpl

public interface VersionInfoFluent<A extends VersionInfoFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getBuildDate

      String getBuildDate()
    • withBuildDate

      A withBuildDate(String buildDate)
    • hasBuildDate

      Boolean hasBuildDate()
    • getCompiler

      String getCompiler()
    • withCompiler

      A withCompiler(String compiler)
    • hasCompiler

      Boolean hasCompiler()
    • getGitCommit

      String getGitCommit()
    • withGitCommit

      A withGitCommit(String gitCommit)
    • hasGitCommit

      Boolean hasGitCommit()
    • getGitTreeState

      String getGitTreeState()
    • withGitTreeState

      A withGitTreeState(String gitTreeState)
    • hasGitTreeState

      Boolean hasGitTreeState()
    • getGitVersion

      String getGitVersion()
    • withGitVersion

      A withGitVersion(String gitVersion)
    • hasGitVersion

      Boolean hasGitVersion()
    • getGoVersion

      String getGoVersion()
    • withGoVersion

      A withGoVersion(String goVersion)
    • hasGoVersion

      Boolean hasGoVersion()
    • getMajor

      String getMajor()
    • withMajor

      A withMajor(String major)
    • hasMajor

      Boolean hasMajor()
    • getMinor

      String getMinor()
    • withMinor

      A withMinor(String minor)
    • hasMinor

      Boolean hasMinor()
    • getPlatform

      String getPlatform()
    • withPlatform

      A withPlatform(String platform)
    • hasPlatform

      Boolean hasPlatform()