Package | Description |
---|---|
io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber |
Modifier and Type | Class and Description |
---|---|
class |
PipelineEndEventSubscriber
Subscriber for Cloud Manager pipeline execution end events.
|
class |
PipelineStartEventSubscriber
Subscriber for Cloud Manager pipeline execution start events.
|
class |
PipelineStepEventSubscriber
Subscriber for Cloud Manager pipeline execution step events.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CloudManagerEventSubscriber> |
CloudManagerEventSubscriber.all()
Lists of all Cloud Manager Event Subscribers
|
static Predicate<CloudManagerEventSubscriber> |
CloudManagerEventSubscriber.interested(io.adobe.cloudmanager.event.CloudManagerEvent.EventType type)
Predicate for filtering on streams.
|
static Function<CloudManagerEventSubscriber,CloudManagerSubscriberEvent> |
CloudManagerEventSubscriber.process(CloudManagerSubscriberEvent event)
Function for processing events via streams.
|
Copyright © 2020–2021 Adobe Inc. All rights reserved.