Package io.fabric8.openshift.api.model
Interface SourceRevisionFluent<A extends SourceRevisionFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BitbucketWebHookCauseFluent.RevisionNested<N>,BuildConfigSpecFluent.RevisionNested<N>,BuildRequestFluent.RevisionNested<N>,BuildSpecFluent.RevisionNested<N>,GenericWebHookCauseFluent.RevisionNested<N>,GitHubWebHookCauseFluent.RevisionNested<N>,GitLabWebHookCauseFluent.RevisionNested<N>
- All Known Implementing Classes:
BitbucketWebHookCauseFluentImpl.RevisionNestedImpl,BuildConfigSpecFluentImpl.RevisionNestedImpl,BuildRequestFluentImpl.RevisionNestedImpl,BuildSpecFluentImpl.RevisionNestedImpl,DoneableSourceRevision,GenericWebHookCauseFluentImpl.RevisionNestedImpl,GitHubWebHookCauseFluentImpl.RevisionNestedImpl,GitLabWebHookCauseFluentImpl.RevisionNestedImpl,SourceRevisionBuilder,SourceRevisionFluentImpl
public interface SourceRevisionFluent<A extends SourceRevisionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSourceRevisionFluent.GitNested<N> -
Method Summary
Modifier and Type Method Description GitSourceRevisionbuildGit()SourceRevisionFluent.GitNested<A>editGit()SourceRevisionFluent.GitNested<A>editOrNewGit()SourceRevisionFluent.GitNested<A>editOrNewGitLike(GitSourceRevision item)GitSourceRevisiongetGit()Deprecated.StringgetType()BooleanhasGit()BooleanhasType()AwithGit(GitSourceRevision git)SourceRevisionFluent.GitNested<A>withNewGit()SourceRevisionFluent.GitNested<A>withNewGitLike(GitSourceRevision item)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithType(String type)
-
Method Details
-
getGit
Deprecated.This method has been deprecated, please use method buildGit instead.- Returns:
- The buildable object.
-
buildGit
GitSourceRevision buildGit() -
withGit
-
hasGit
Boolean hasGit() -
withNewGit
SourceRevisionFluent.GitNested<A> withNewGit() -
withNewGitLike
-
editGit
SourceRevisionFluent.GitNested<A> editGit() -
editOrNewGit
SourceRevisionFluent.GitNested<A> editOrNewGit() -
editOrNewGitLike
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-