Class View

    • Field Detail

      • includeRegex

        public final Control includeRegex
      • description

        public final Control description
    • Constructor Detail

      • View

        public View​(com.google.inject.Injector injector,
                    URL url)
    • Method Detail

      • build

        public void build​(String name)
        Clicks a build button for a job of the specified name.
      • matchAllJobs

        public void matchAllJobs()
        Configures the view to include all jobs.
      • matchJobs

        public void matchJobs​(String regex)
      • delete

        public void delete()
        Deletes the view.
      • containsJob

        public static Matcher<View> containsJob​(Job needle)
      • checkRecurseIntoFolders

        public void checkRecurseIntoFolders()
      • setDescription

        public void setDescription​(String description)
        Sets the description of the current View.
        Parameters:
        description - The description of the view.
      • hasDescription

        public static Matcher<View> hasDescription​(String description)
      • containsColumnHeaderTooltip

        public static Matcher<View> containsColumnHeaderTooltip​(String tooltip)
      • containsColumnHeader

        public static Matcher<View> containsColumnHeader​(String headerName)
      • containsSvgWithText

        public static Matcher<View> containsSvgWithText​(String text)
      • containsLinkWithTooltip

        public static Matcher<View> containsLinkWithTooltip​(String text)