Uses of Class
com.atlassian.bamboo.testutils.backdoor.EventRegistry.EventMatcher
Packages that use EventRegistry.EventMatcher
-
Uses of EventRegistry.EventMatcher in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return EventRegistry.EventMatcherModifier and TypeMethodDescriptionstatic EventRegistry.EventMatcher
EventRegistry.agentOfflineEvent
(long remoteAgentId) static EventRegistry.EventMatcher
EventRegistry.chainCompletedEvent
(PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssErrorEvent
(PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssPlanSavedEvent
(PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssSuccessfulEvent
(PlanResultKey planResultKey) Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type EventRegistry.EventMatcherModifier and TypeMethodDescriptionboolean
EventsControl.deleteEvent
(EventRegistry.EventMatcher matcher) Attempt to delete event in the EventResource's cache.EventsControl.waitForEvent
(EventRegistry.EventMatcher matcher, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout, String message)