| Package | Description |
|---|---|
| io.fabric8.workflow.build | |
| io.fabric8.workflow.build.correlate | |
| io.fabric8.workflow.build.simulator |
| Modifier and Type | Method and Description |
|---|---|
static BuildCorrelationKey |
BuildCorrelationKey.create(io.fabric8.kubernetes.api.builds.BuildFinishedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
Long |
MemoryBuildProcessCorrelator.findWorkItemIdForBuild(BuildCorrelationKey buildKey) |
Long |
BuildProcessCorrelator.findWorkItemIdForBuild(BuildCorrelationKey buildKey)
Finds the process instance ID for the given build key
|
void |
MemoryBuildProcessCorrelator.putBuildWorkItemId(BuildCorrelationKey buildKey,
long processInstanceId) |
void |
BuildProcessCorrelator.putBuildWorkItemId(BuildCorrelationKey key,
long processInstanceId)
Associates the build correlation key with the given jBPM process instance ID
so that it can be later correlated when we detect a build has finished
|
| Modifier and Type | Method and Description |
|---|---|
protected static io.fabric8.openshift.api.model.Build |
SimulatorBuildFinishedEvent.createBuild(BuildCorrelationKey key) |
protected void |
BuildSimulator.notifyBuild(BuildCorrelationKey key) |
| Constructor and Description |
|---|
SimulatorBuildFinishedEvent(BuildCorrelationKey key,
String buildLink) |
Copyright © 2011–2015 Red Hat. All rights reserved.