| Package | Description |
|---|---|
| io.fabric8.knative.flows.v1 |
| Modifier and Type | Method and Description |
|---|---|
ParallelBranch |
ParallelBranchBuilder.build() |
ParallelBranch |
ParallelSpecFluent.buildBranch(Integer index) |
ParallelBranch |
ParallelSpecFluentImpl.buildBranch(Integer index) |
ParallelBranch |
ParallelSpecFluent.buildFirstBranch() |
ParallelBranch |
ParallelSpecFluentImpl.buildFirstBranch() |
ParallelBranch |
ParallelSpecFluent.buildLastBranch() |
ParallelBranch |
ParallelSpecFluentImpl.buildLastBranch() |
ParallelBranch |
ParallelSpecFluent.buildMatchingBranch(Predicate<ParallelBranchBuilder> predicate) |
ParallelBranch |
ParallelSpecFluentImpl.buildMatchingBranch(Predicate<ParallelBranchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ParallelBranch> |
ParallelSpecFluent.buildBranches() |
List<ParallelBranch> |
ParallelSpecFluentImpl.buildBranches() |
List<ParallelBranch> |
ParallelSpecFluent.getBranches()
Deprecated.
|
List<ParallelBranch> |
ParallelSpecFluentImpl.getBranches()
Deprecated.
|
List<ParallelBranch> |
ParallelSpec.getBranches() |
| Modifier and Type | Method and Description |
|---|---|
A |
ParallelSpecFluent.addAllToBranches(Collection<ParallelBranch> items) |
A |
ParallelSpecFluentImpl.addAllToBranches(Collection<ParallelBranch> items) |
A |
ParallelSpecFluent.removeAllFromBranches(Collection<ParallelBranch> items) |
A |
ParallelSpecFluentImpl.removeAllFromBranches(Collection<ParallelBranch> items) |
void |
ParallelSpec.setBranches(List<ParallelBranch> branches) |
A |
ParallelSpecFluent.withBranches(List<ParallelBranch> branches) |
A |
ParallelSpecFluentImpl.withBranches(List<ParallelBranch> branches) |
| Constructor and Description |
|---|
ParallelBranchBuilder(ParallelBranch instance) |
ParallelBranchBuilder(ParallelBranch instance,
Boolean validationEnabled) |
ParallelBranchBuilder(ParallelBranchFluent<?> fluent,
ParallelBranch instance) |
ParallelBranchBuilder(ParallelBranchFluent<?> fluent,
ParallelBranch instance,
Boolean validationEnabled) |
ParallelBranchFluentImpl(ParallelBranch instance) |
| Constructor and Description |
|---|
ParallelSpec(List<ParallelBranch> branches,
ChannelTemplateSpec channelTemplate,
Destination reply) |
Copyright © 2015–2020 Red Hat. All rights reserved.