public interface VersionInfoFluent<A extends VersionInfoFluent<A>> extends Fluent<A>
String getBuildDate()
Boolean hasBuildDate()
@Deprecated A withNewBuildDate(String original)
String getCompiler()
Boolean hasCompiler()
@Deprecated A withNewCompiler(String original)
String getGitCommit()
Boolean hasGitCommit()
@Deprecated A withNewGitCommit(String original)
String getGitTreeState()
Boolean hasGitTreeState()
@Deprecated A withNewGitTreeState(String original)
String getGitVersion()
Boolean hasGitVersion()
@Deprecated A withNewGitVersion(String original)
String getGoVersion()
Boolean hasGoVersion()
@Deprecated A withNewGoVersion(String original)
String getMajor()
Boolean hasMajor()
@Deprecated A withNewMajor(String original)
String getMinor()
Boolean hasMinor()
@Deprecated A withNewMinor(String original)
String getPlatform()
Boolean hasPlatform()
@Deprecated A withNewPlatform(String original)
Copyright © 2021. All rights reserved.