Package io.fabric8.openshift.api.model
Class DoneableGitSourceRevision
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.GitSourceRevisionFluentImpl<DoneableGitSourceRevision>
io.fabric8.openshift.api.model.DoneableGitSourceRevision
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableGitSourceRevision>,io.fabric8.kubernetes.api.builder.Visitable<DoneableGitSourceRevision>,io.fabric8.kubernetes.api.model.Doneable<GitSourceRevision>,GitSourceRevisionFluent<DoneableGitSourceRevision>
public class DoneableGitSourceRevision extends GitSourceRevisionFluentImpl<DoneableGitSourceRevision> implements io.fabric8.kubernetes.api.model.Doneable<GitSourceRevision>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.GitSourceRevisionFluentImpl
GitSourceRevisionFluentImpl.AuthorNestedImpl<N>, GitSourceRevisionFluentImpl.CommitterNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.GitSourceRevisionFluent
GitSourceRevisionFluent.AuthorNested<N>, GitSourceRevisionFluent.CommitterNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableGitSourceRevision(io.fabric8.kubernetes.api.builder.Function<GitSourceRevision,GitSourceRevision> function)DoneableGitSourceRevision(GitSourceRevision item)DoneableGitSourceRevision(GitSourceRevision item, io.fabric8.kubernetes.api.builder.Function<GitSourceRevision,GitSourceRevision> function) -
Method Summary
Modifier and Type Method Description GitSourceRevisiondone()Methods inherited from class io.fabric8.openshift.api.model.GitSourceRevisionFluentImpl
buildAuthor, buildCommitter, editAuthor, editCommitter, editOrNewAuthor, editOrNewAuthorLike, editOrNewCommitter, editOrNewCommitterLike, equals, getAuthor, getCommit, getCommitter, getMessage, hasAuthor, hasCommit, hasCommitter, hasMessage, withAuthor, withCommit, withCommitter, withMessage, withNewAuthor, withNewAuthor, withNewAuthorLike, withNewCommit, withNewCommit, withNewCommit, withNewCommitter, withNewCommitter, withNewCommitterLike, withNewMessage, withNewMessage, withNewMessage
-
Constructor Details
-
DoneableGitSourceRevision
public DoneableGitSourceRevision(io.fabric8.kubernetes.api.builder.Function<GitSourceRevision,GitSourceRevision> function) -
DoneableGitSourceRevision
public DoneableGitSourceRevision(GitSourceRevision item, io.fabric8.kubernetes.api.builder.Function<GitSourceRevision,GitSourceRevision> function) -
DoneableGitSourceRevision
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<GitSourceRevision>
-