Class DashboardPortlets
java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.plugins.dashboard_view.controls.DashboardPortlets
- All Implemented Interfaces:
- CapybaraPortingLayer,- Control.Owner,- PageArea
Provides the Area for configuring the basic settings for default portlets in the dashboard view.
- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckHideJenkinsPanels(boolean state) Hide the normal Jenkins panels.voidcheckIncludeStdJobList(boolean state) Enable the Std Job list in this View.voidsetLeftPortletWidthPercent(int percent) Set the width of the left portlet in percent.voidsetLeftPortletWidthPixel(int pixel) Set the width of the left portlet in pixels.voidsetRightPortletWidthPercent(int percent) Set the width of the right portlet in percent.voidsetRightPortletWidthPixel(int pixel) Set the width of the right portlet in pixels.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- 
DashboardPortlets
 
- 
- 
Method Details- 
checkIncludeStdJobListpublic void checkIncludeStdJobList(boolean state) Enable the Std Job list in this View.- Parameters:
- state- state, true if included
 
- 
checkHideJenkinsPanelspublic void checkHideJenkinsPanels(boolean state) Hide the normal Jenkins panels.- Parameters:
- state- state, true if hidden
 
- 
setLeftPortletWidthPercentpublic void setLeftPortletWidthPercent(int percent) Set the width of the left portlet in percent.- Parameters:
- percent- percent %, the desired width of the left portlet
 
- 
setRightPortletWidthPercentpublic void setRightPortletWidthPercent(int percent) Set the width of the right portlet in percent.- Parameters:
- percent- percent %, the desired width of the right portlet.
 
- 
setLeftPortletWidthPixelpublic void setLeftPortletWidthPixel(int pixel) Set the width of the left portlet in pixels.- Parameters:
- pixel- pixel px, the width in pixel unit
 
- 
setRightPortletWidthPixelpublic void setRightPortletWidthPixel(int pixel) Set the width of the right portlet in pixels.- Parameters:
- pixel- pixel px, the width in pixel unit
 
 
-