Class EventRegistry
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.EventRegistry
-
public final class EventRegistry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventRegistry.EventMatcher
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_OFFLINE_EVENT
static String
CHAIN_COMPLETED_EVENT
static String
RSS_ERROR_EVENT
static String
RSS_PLAN_SAVED_EVENT
static String
RSS_RUN_SUCCESSFUL_EVENT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventRegistry.EventMatcher
agentOfflineEvent(long remoteAgentId)
static EventRegistry.EventMatcher
chainCompletedEvent(PlanResultKey planResultKey)
static EventRegistry.EventMatcher
rssErrorEvent(PlanResultKey planResultKey)
static EventRegistry.EventMatcher
rssPlanSavedEvent(PlanResultKey planResultKey)
static EventRegistry.EventMatcher
rssSuccessfulEvent(PlanResultKey planResultKey)
-
-
-
Field Detail
-
CHAIN_COMPLETED_EVENT
public static final String CHAIN_COMPLETED_EVENT
- See Also:
- Constant Field Values
-
RSS_PLAN_SAVED_EVENT
public static final String RSS_PLAN_SAVED_EVENT
- See Also:
- Constant Field Values
-
RSS_ERROR_EVENT
public static final String RSS_ERROR_EVENT
- See Also:
- Constant Field Values
-
RSS_RUN_SUCCESSFUL_EVENT
public static final String RSS_RUN_SUCCESSFUL_EVENT
- See Also:
- Constant Field Values
-
AGENT_OFFLINE_EVENT
public static final String AGENT_OFFLINE_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
agentOfflineEvent
public static EventRegistry.EventMatcher agentOfflineEvent(long remoteAgentId)
-
rssErrorEvent
public static EventRegistry.EventMatcher rssErrorEvent(PlanResultKey planResultKey)
-
rssSuccessfulEvent
public static EventRegistry.EventMatcher rssSuccessfulEvent(PlanResultKey planResultKey)
-
chainCompletedEvent
public static EventRegistry.EventMatcher chainCompletedEvent(PlanResultKey planResultKey)
-
rssPlanSavedEvent
public static EventRegistry.EventMatcher rssPlanSavedEvent(PlanResultKey planResultKey)
-
-