| Package | Description |
|---|---|
| io.fabric8.knative.flows.v1 |
| Modifier and Type | Method and Description |
|---|---|
ParallelBranch |
ParallelBranchBuilder.build() |
ParallelBranch |
ParallelSpecFluent.buildBranch(int index) |
ParallelBranch |
ParallelSpecFluent.buildFirstBranch() |
ParallelBranch |
ParallelSpecFluent.buildLastBranch() |
ParallelBranch |
ParallelSpecFluent.buildMatchingBranch(Predicate<ParallelBranchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ParallelBranch> |
ParallelSpecFluent.buildBranches() |
List<ParallelBranch> |
ParallelSpec.getBranches() |
| Modifier and Type | Method and Description |
|---|---|
ParallelSpecFluent.BranchesNested<A> |
ParallelSpecFluent.addNewBranchLike(ParallelBranch item) |
A |
ParallelSpecFluent.addToBranches(int index,
ParallelBranch item) |
A |
ParallelSpecFluent.addToBranches(ParallelBranch... items) |
protected void |
ParallelBranchFluent.copyInstance(ParallelBranch instance) |
A |
ParallelSpecFluent.removeFromBranches(ParallelBranch... items) |
ParallelSpecFluent.BranchesNested<A> |
ParallelSpecFluent.setNewBranchLike(int index,
ParallelBranch item) |
A |
ParallelSpecFluent.setToBranches(int index,
ParallelBranch item) |
A |
ParallelSpecFluent.withBranches(ParallelBranch... branches) |
| Modifier and Type | Method and Description |
|---|---|
A |
ParallelSpecFluent.addAllToBranches(Collection<ParallelBranch> items) |
A |
ParallelSpecFluent.removeAllFromBranches(Collection<ParallelBranch> items) |
void |
ParallelSpec.setBranches(List<ParallelBranch> branches) |
A |
ParallelSpecFluent.withBranches(List<ParallelBranch> branches) |
| Constructor and Description |
|---|
ParallelBranchBuilder(ParallelBranch instance) |
ParallelBranchBuilder(ParallelBranchFluent<?> fluent,
ParallelBranch instance) |
ParallelBranchFluent(ParallelBranch instance) |
| Constructor and Description |
|---|
ParallelSpec(List<ParallelBranch> branches,
ChannelTemplateSpec channelTemplate,
Destination reply) |
Copyright © 2015–2024 Red Hat. All rights reserved.