Class MainArea
java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.plugins.dashboard_view.controls.MainArea
- All Implemented Interfaces:
- CapybaraPortingLayer,- Control.Owner,- PageArea
Provides a small area of the Dashboard Configuration that can limit the Jenkins Jobs
 displayed in the Dashboard.
- Author:
- Peter Müller
- 
Nested Class SummaryNested classes/interfaces inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImplCapybaraPortingLayerImpl.Finder<R>, CapybaraPortingLayerImpl.Resolver
- 
Field SummaryFields inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpldriver, injector, LABEL_TO_INPUT_XPATH, timeFields inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayerby
- 
Constructor SummaryConstructorsConstructorDescriptionMainArea(PageObject context, String path) Create a new Area for the configuration of title and descriptions.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetDescription(String description) Set the description of the table.voidsetFilterBuildExecutors(boolean state) Check Filter Build ExecutorsvoidsetFilterBuildQueue(boolean state) Show only jobs of this view in the queue.voidSet the name of the dashboard.Methods inherited from class org.jenkinsci.test.acceptance.po.PageAreaImplcontrol, control, createPageArea, getPage, getPath, getPath, getPath, path, selfMethods inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImplall, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, elasticSleep, executeScript, fillIn, find, findCaption, findCaption, findIfNotVisible, getCurrentUrl, getCurrentUrlWithFragment, getElement, getPageContent, getPageSource, getPageSource, getPath, handleAlert, isHiddenOrStale, isStale, last, lastIfNotVisible, newInstance, resource, runThenConfirmAlert, runThenConfirmAlert, runThenHandleAlert, runThenHandleAlert, runThenHandleDialog, runThenHandleInputDialog, runThenHandleUserPrompt, sleep, visit, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCondMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayerall, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, executeScript, fillIn, find, findIfNotVisible, getElement, getPageSource, last, lastIfNotVisible, runThenConfirmAlert, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
- 
Constructor Details- 
MainAreaCreate a new Area for the configuration of title and descriptions.
 
- 
- 
Method Details- 
setNameSet the name of the dashboard.- Parameters:
- name- the name of the table
 
- 
setDescriptionSet the description of the table.- Parameters:
- description- the description text
 
- 
setFilterBuildQueuepublic 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.
 
- 
setFilterBuildExecutorspublic 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.
 
 
-