Interface VersionInfoFluent<A extends VersionInfoFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Implementing Classes:
VersionInfoBuilder,VersionInfoFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetMajor()getMinor()hasMajor()hasMinor()withBuildDate(String buildDate) withCompiler(String compiler) withGitCommit(String gitCommit) withGitTreeState(String gitTreeState) withGitVersion(String gitVersion) withGoVersion(String goVersion) withPlatform(String platform)
-
Method Details
-
getBuildDate
String getBuildDate() -
withBuildDate
-
hasBuildDate
Boolean hasBuildDate() -
getCompiler
String getCompiler() -
withCompiler
-
hasCompiler
Boolean hasCompiler() -
getGitCommit
String getGitCommit() -
withGitCommit
-
hasGitCommit
Boolean hasGitCommit() -
getGitTreeState
String getGitTreeState() -
withGitTreeState
-
hasGitTreeState
Boolean hasGitTreeState() -
getGitVersion
String getGitVersion() -
withGitVersion
-
hasGitVersion
Boolean hasGitVersion() -
getGoVersion
String getGoVersion() -
withGoVersion
-
hasGoVersion
Boolean hasGoVersion() -
getMajor
String getMajor() -
withMajor
-
hasMajor
Boolean hasMajor() -
getMinor
String getMinor() -
withMinor
-
hasMinor
Boolean hasMinor() -
getPlatform
String getPlatform() -
withPlatform
-
hasPlatform
Boolean hasPlatform()
-