Class TaskManagerInlinePage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.test.ui.po.InlinePage
org.xwiki.contrib.application.task.test.po.TaskManagerInlinePage
public class TaskManagerInlinePage
extends org.xwiki.test.ui.po.InlinePage
Represents a Task entry page being added (inline mode).
- Since:
- 4.3M2
- Version:
- $Id: 1c600858c8ae7475c179e785904841a65520ab02 $
-
Field Summary
Fields inherited from class org.xwiki.test.ui.po.BasePage
logo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendAssignee(String userReference) voidvoidsetAssignee(String assignee) voidsetDependency(String dependencyPage) voidsetDueDate(String dueDate) voidvoidsetProgress(String progress) voidsetProject(String project) voidsetSeverity(String severity) voidsetStartDate(String startDate) voidMethods inherited from class org.xwiki.test.ui.po.InlinePage
clickCancel, clickPreview, clickSaveAndContinue, clickSaveAndContinue, clickSaveAndView, clickSaveAndView, createViewPage, getContent, getForm, getFormLocator, getSaveAndContinueButton, getSaveAndViewButton, getValue, setValueMethods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getLastModifiedText, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContentMethods 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, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWikiMethods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
Constructor Details
-
TaskManagerInlinePage
public TaskManagerInlinePage()
-
-
Method Details
-
setName
- Parameters:
name- the name of the Task entry
-
setProject
- Parameters:
project- the name of the project for the task entry
-
getCreationDate
- Returns:
- The creation date of the task (automatically set)
-
setDueDate
- Parameters:
dueDate- the due date for the task entry
-
setStartDate
- Parameters:
startDate- the start date for the task entry- Since:
- 3.7.2
-
clearStartDate
public void clearStartDate() -
setSeverity
- Parameters:
severity- the severity/priority for the task entry
-
getReporter
-
setAssignee
- Parameters:
assignee- the assignee for the task entry
-
setStatus
- Parameters:
status- the status for the task entry
-
getProgress
- Returns:
- the progress of the task entry
-
setProgress
- Parameters:
progress- the progress for the task entry
-
appendAssignee
- Parameters:
userReference- the reference of the user that you want to assign.
-
getDependencies
- Returns:
- the name of the Task entry
- Since:
- 3.10.0
-
setDependency
- Parameters:
dependencyPage- the page reference of the task to depend on
-