Class EventsControl

java.lang.Object
com.atlassian.bamboo.testutils.backdoor.BackdoorControl<EventsControl>
com.atlassian.bamboo.testutils.backdoor.EventsControl

public class EventsControl extends BackdoorControl<EventsControl>
  • Constructor Details

  • Method Details

    • waitForEvent

      public String waitForEvent(EventRegistry.EventMatcher matcher, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout, String message)
    • deleteEvent

      public boolean deleteEvent(EventRegistry.EventMatcher matcher)
      Attempt to delete event in the EventResource's cache. This method doesn't fail even if event is not found
      Returns:
      true if event was found and removed, false if event was not found