public class ParallelSpecFluentImpl<A extends ParallelSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ParallelSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelSpecFluentImpl.BranchesNestedImpl<N> |
class |
ParallelSpecFluentImpl.ChannelTemplateNestedImpl<N> |
class |
ParallelSpecFluentImpl.ReplyNestedImpl<N> |
ParallelSpecFluent.BranchesNested<N>, ParallelSpecFluent.ChannelTemplateNested<N>, ParallelSpecFluent.ReplyNested<N>| Constructor and Description |
|---|
ParallelSpecFluentImpl() |
ParallelSpecFluentImpl(ParallelSpec instance) |
public ParallelSpecFluentImpl()
public ParallelSpecFluentImpl(ParallelSpec instance)
public A addToBranches(int index, ParallelBranch item)
addToBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A setToBranches(int index, ParallelBranch item)
setToBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A addToBranches(ParallelBranch... items)
addToBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A addAllToBranches(Collection<ParallelBranch> items)
addAllToBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A removeFromBranches(ParallelBranch... items)
removeFromBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A removeAllFromBranches(Collection<ParallelBranch> items)
removeAllFromBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A removeMatchingFromBranches(io.fabric8.kubernetes.api.builder.Predicate<ParallelBranchBuilder> predicate)
removeMatchingFromBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>@Deprecated public List<ParallelBranch> getBranches()
getBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public List<ParallelBranch> buildBranches()
buildBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelBranch buildBranch(int index)
buildBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelBranch buildFirstBranch()
buildFirstBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelBranch buildLastBranch()
buildLastBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelBranch buildMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate<ParallelBranchBuilder> predicate)
buildMatchingBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public Boolean hasMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate<ParallelBranchBuilder> predicate)
hasMatchingBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A withBranches(List<ParallelBranch> branches)
withBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A withBranches(ParallelBranch... branches)
withBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public Boolean hasBranches()
hasBranches in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> addNewBranch()
addNewBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> addNewBranchLike(ParallelBranch item)
addNewBranchLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> setNewBranchLike(int index, ParallelBranch item)
setNewBranchLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> editBranch(int index)
editBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> editFirstBranch()
editFirstBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> editLastBranch()
editLastBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.BranchesNested<A> editMatchingBranch(io.fabric8.kubernetes.api.builder.Predicate<ParallelBranchBuilder> predicate)
editMatchingBranch in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>@Deprecated public ChannelTemplateSpec getChannelTemplate()
getChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ChannelTemplateSpec buildChannelTemplate()
buildChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A withChannelTemplate(ChannelTemplateSpec channelTemplate)
withChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public Boolean hasChannelTemplate()
hasChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplate()
withNewChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplateLike(ChannelTemplateSpec item)
withNewChannelTemplateLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ChannelTemplateNested<A> editChannelTemplate()
editChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplate()
editOrNewChannelTemplate in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplateLike(ChannelTemplateSpec item)
editOrNewChannelTemplateLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>@Deprecated public Destination getReply()
getReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public Destination buildReply()
buildReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public A withReply(Destination reply)
withReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public Boolean hasReply()
hasReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ReplyNested<A> withNewReply()
withNewReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ReplyNested<A> withNewReplyLike(Destination item)
withNewReplyLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ReplyNested<A> editReply()
editReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ReplyNested<A> editOrNewReply()
editOrNewReply in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>public ParallelSpecFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
editOrNewReplyLike in interface ParallelSpecFluent<A extends ParallelSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.