Package com.xwiki.confluencepro.test.po
Class CreateBatchPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- com.xwiki.confluencepro.test.po.CreateBatchPage
-
public class CreateBatchPage extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the create batch page.- Since:
- 1.31.1
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description CreateBatchPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBatchPagecompleteName(String batchName)CreateBatchPagecompletePath(String testResourcePath)intcountSelectedPackages()CreateBatchPagecreateBatch()CreateBatchPageinverseSelection()CreateBatchPagerefreshPage()CreateBatchPageselectAll()CreateBatchPageselectNone()-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
-
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, viewChildren, watchDocument, watchSpace, watchWiki
-
-
-
-
Method Detail
-
completePath
public CreateBatchPage completePath(String testResourcePath)
-
refreshPage
public CreateBatchPage refreshPage()
-
completeName
public CreateBatchPage completeName(String batchName)
-
selectAll
public CreateBatchPage selectAll()
-
selectNone
public CreateBatchPage selectNone()
-
inverseSelection
public CreateBatchPage inverseSelection()
-
countSelectedPackages
public int countSelectedPackages()
-
createBatch
public CreateBatchPage createBatch()
-
-