Class JobResultViewLogs

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.plan.result.JobResultViewLogs
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class JobResultViewLogs extends AbstractBambooPage
  • Constructor Details

    • JobResultViewLogs

      public JobResultViewLogs(TestJobDetails job, int buildNumber)
    • JobResultViewLogs

      public JobResultViewLogs(PlanResultKey planResultKey)
  • Method Details

    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • ensureIndicatorPresent

      public void ensureIndicatorPresent()
      Description copied from class: AbstractBambooPage

      Checks for presence of AbstractBambooPage.indicator() by default.

      If different wait functionality is required, just override this method.

      Overrides:
      ensureIndicatorPresent in class AbstractBambooPage
    • getUrl

      public String getUrl()
    • getLog

      public Iterable<String> getLog()
    • messageStartsWith

      public static org.hamcrest.Matcher<String> messageStartsWith(@NotNull @NotNull String logMessage, @NotNull @NotNull String logClassifier)
    • messageEndsWith

      public static org.hamcrest.Matcher<String> messageEndsWith(@NotNull @NotNull String logMessage, @NotNull @NotNull String logClassifier)
    • messageContains

      public static org.hamcrest.Matcher<String> messageContains(@NotNull @NotNull String logMessage, @NotNull @NotNull String logClassifier)
    • messageIs

      public static org.hamcrest.Matcher<String> messageIs(@NotNull @NotNull String logMessage, @NotNull @NotNull String logClassifier)
    • buildMessageIs

      public static org.hamcrest.Matcher<String> buildMessageIs(@NotNull @NotNull String logMessage)