Class JobResultViewLogs

  • All Implemented Interfaces:
    com.atlassian.pageobjects.Page

    public class JobResultViewLogs
    extends AbstractBambooPage
    • Constructor Detail

      • JobResultViewLogs

        public JobResultViewLogs​(TestJobDetails job,
                                 int buildNumber)
      • JobResultViewLogs

        public JobResultViewLogs​(PlanResultKey planResultKey)
    • Method Detail

      • 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
      • getUrl

        public String getUrl()
      • 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)