public class PullRequestListener
extends java.lang.Object
implements org.cicomponents.ResourceListener<org.cicomponents.github.GithubPullRequest>
| Modifier and Type | Field and Description |
|---|---|
protected org.cicomponents.NodeConfiguration |
configuration |
protected org.cicomponents.OutputProviderService |
outputProviderService
This service is used to create outputs
|
| Constructor and Description |
|---|
PullRequestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEmittedResource(org.cicomponents.ResourceHolder<org.cicomponents.github.GithubPullRequest> holder,
org.cicomponents.ResourceEmitter<org.cicomponents.github.GithubPullRequest> emitter)
This method is invoked when a new
GitRevision has been emitted. |
protected org.cicomponents.OutputProviderService outputProviderService
protected org.cicomponents.NodeConfiguration configuration
public void onEmittedResource(org.cicomponents.ResourceHolder<org.cicomponents.github.GithubPullRequest> holder,
org.cicomponents.ResourceEmitter<org.cicomponents.github.GithubPullRequest> emitter)
GitRevision has been emitted.onEmittedResource in interface org.cicomponents.ResourceListener<org.cicomponents.github.GithubPullRequest>holder - emitter -