public final class EventRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventRegistry.EventMatcher |
Modifier and Type | Field and Description |
---|---|
static String |
CHAIN_COMPLETED_EVENT |
static String |
RSS_ERROR_EVENT |
static String |
RSS_PLAN_SAVED_EVENT |
static String |
RSS_RUN_SUCCESSFUL_EVENT |
Modifier and Type | Method and Description |
---|---|
static EventRegistry.EventMatcher |
chainCompletedEvent(PlanResultKey planResultKey) |
static EventRegistry.EventMatcher |
rssErrorEvent(PlanResultKey planResultKey) |
static EventRegistry.EventMatcher |
rssPlanSavedEvent(PlanResultKey planResultKey) |
static EventRegistry.EventMatcher |
rssSuccessfulEvent(PlanResultKey planResultKey) |
public static final String CHAIN_COMPLETED_EVENT
public static final String RSS_PLAN_SAVED_EVENT
public static final String RSS_ERROR_EVENT
public static final String RSS_RUN_SUCCESSFUL_EVENT
public static EventRegistry.EventMatcher rssErrorEvent(PlanResultKey planResultKey)
public static EventRegistry.EventMatcher rssSuccessfulEvent(PlanResultKey planResultKey)
public static EventRegistry.EventMatcher chainCompletedEvent(PlanResultKey planResultKey)
public static EventRegistry.EventMatcher rssPlanSavedEvent(PlanResultKey planResultKey)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.