All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class MainArea extends PageAreaImpl
Provides a small area of the Dashboard Configuration that can limit the Jenkins Jobs displayed in the Dashboard.
Author:
Peter Müller
  • Constructor Details

    • MainArea

      public MainArea(PageObject context, String path)
      Create a new Area for the configuration of title and descriptions.
  • Method Details

    • setName

      public void setName(String name)
      Set the name of the dashboard.
      Parameters:
      name - the name of the table
    • setDescription

      public void setDescription(String description)
      Set the description of the table.
      Parameters:
      description - the description text
    • setFilterBuildQueue

      public void setFilterBuildQueue(boolean state)
      Show only jobs of this view in the queue.
      Parameters:
      state - if checked, only jobs in this view will be shown in the queue.
    • setFilterBuildExecutors

      public void setFilterBuildExecutors(boolean state)
      Check Filter Build Executors
      Parameters:
      state - if checked, only those build executors will be shown that could execute the jobs in this view.