public interface BuildProcessCorrelator
| Modifier and Type | Method and Description |
|---|---|
Long |
findProcessInstanceIdForBuild(BuildCorrelationKey buildKey)
Finds the process instance ID for the given build key
|
void |
putBuildProcessInstanceId(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
|
void putBuildProcessInstanceId(BuildCorrelationKey key, long processInstanceId)
Long findProcessInstanceIdForBuild(BuildCorrelationKey buildKey)
Copyright © 2011–2015 Red Hat. All rights reserved.