Interface InfoFluent<A extends InfoFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.InfoNested<N>,WatchEventFluent.InfoObjectNested<N>
- All Known Implementing Classes:
InfoBuilder,InfoFluentImpl,KubeSchemaFluentImpl.InfoNestedImpl,WatchEventFluentImpl.InfoObjectNestedImpl
public interface InfoFluent<A extends InfoFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getBuildDate
String getBuildDate()
-
hasBuildDate
Boolean hasBuildDate()
-
withNewBuildDate
A withNewBuildDate(StringBuilder arg1)
-
withNewBuildDate
A withNewBuildDate(StringBuffer arg1)
-
getCompiler
String getCompiler()
-
hasCompiler
Boolean hasCompiler()
-
withNewCompiler
A withNewCompiler(StringBuilder arg1)
-
withNewCompiler
A withNewCompiler(StringBuffer arg1)
-
getGitCommit
String getGitCommit()
-
hasGitCommit
Boolean hasGitCommit()
-
withNewGitCommit
A withNewGitCommit(StringBuilder arg1)
-
withNewGitCommit
A withNewGitCommit(StringBuffer arg1)
-
getGitTreeState
String getGitTreeState()
-
hasGitTreeState
Boolean hasGitTreeState()
-
withNewGitTreeState
A withNewGitTreeState(StringBuilder arg1)
-
withNewGitTreeState
A withNewGitTreeState(StringBuffer arg1)
-
getGitVersion
String getGitVersion()
-
hasGitVersion
Boolean hasGitVersion()
-
withNewGitVersion
A withNewGitVersion(StringBuilder arg1)
-
withNewGitVersion
A withNewGitVersion(StringBuffer arg1)
-
getGoVersion
String getGoVersion()
-
hasGoVersion
Boolean hasGoVersion()
-
withNewGoVersion
A withNewGoVersion(StringBuilder arg1)
-
withNewGoVersion
A withNewGoVersion(StringBuffer arg1)
-
getMajor
String getMajor()
-
hasMajor
Boolean hasMajor()
-
withNewMajor
A withNewMajor(StringBuilder arg1)
-
withNewMajor
A withNewMajor(StringBuffer arg1)
-
getMinor
String getMinor()
-
hasMinor
Boolean hasMinor()
-
withNewMinor
A withNewMinor(StringBuilder arg1)
-
withNewMinor
A withNewMinor(StringBuffer arg1)
-
getPlatform
String getPlatform()
-
hasPlatform
Boolean hasPlatform()
-
withNewPlatform
A withNewPlatform(StringBuilder arg1)
-
withNewPlatform
A withNewPlatform(StringBuffer arg1)
-
-