Package io.fabric8.openshift.api.model
Class GitLabWebHookCauseFluentImpl<A extends GitLabWebHookCauseFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.GitLabWebHookCauseFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GitLabWebHookCauseFluent<A>
- Direct Known Subclasses:
BuildTriggerCauseFluentImpl.GitlabWebHookNestedImpl,DoneableGitLabWebHookCause,GitLabWebHookCauseBuilder
public class GitLabWebHookCauseFluentImpl<A extends GitLabWebHookCauseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitLabWebHookCauseFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGitLabWebHookCauseFluentImpl.RevisionNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.GitLabWebHookCauseFluent
GitLabWebHookCauseFluent.RevisionNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description GitLabWebHookCauseFluentImpl()GitLabWebHookCauseFluentImpl(GitLabWebHookCause instance) -
Method Summary
Modifier and Type Method Description SourceRevisionbuildRevision()GitLabWebHookCauseFluent.RevisionNested<A>editOrNewRevision()GitLabWebHookCauseFluent.RevisionNested<A>editOrNewRevisionLike(SourceRevision item)GitLabWebHookCauseFluent.RevisionNested<A>editRevision()booleanequals(Object o)SourceRevisiongetRevision()Deprecated.StringgetSecret()BooleanhasRevision()BooleanhasSecret()GitLabWebHookCauseFluent.RevisionNested<A>withNewRevision()GitLabWebHookCauseFluent.RevisionNested<A>withNewRevisionLike(SourceRevision item)AwithNewSecret(String arg1)AwithNewSecret(StringBuffer arg1)AwithNewSecret(StringBuilder arg1)AwithRevision(SourceRevision revision)AwithSecret(String secret)
-
Constructor Details
-
GitLabWebHookCauseFluentImpl
public GitLabWebHookCauseFluentImpl() -
GitLabWebHookCauseFluentImpl
-
-
Method Details
-
getRevision
Deprecated.This method has been deprecated, please use method buildRevision instead.- Specified by:
getRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>- Returns:
- The buildable object.
-
buildRevision
- Specified by:
buildRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withRevision
- Specified by:
withRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
hasRevision
- Specified by:
hasRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withNewRevision
- Specified by:
withNewRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withNewRevisionLike
- Specified by:
withNewRevisionLikein interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
editRevision
- Specified by:
editRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
editOrNewRevision
- Specified by:
editOrNewRevisionin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
editOrNewRevisionLike
- Specified by:
editOrNewRevisionLikein interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
getSecret
- Specified by:
getSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withSecret
- Specified by:
withSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
hasSecret
- Specified by:
hasSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withNewSecret
- Specified by:
withNewSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withNewSecret
- Specified by:
withNewSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
withNewSecret
- Specified by:
withNewSecretin interfaceGitLabWebHookCauseFluent<A extends GitLabWebHookCauseFluent<A>>
-
equals
-