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.InlinePageRepresents a Task entry page being added (inline mode).- Since:
- 4.3M2
- Version:
- $Id: 1c600858c8ae7475c179e785904841a65520ab02 $
-
-
Constructor Summary
Constructors Constructor Description TaskManagerInlinePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearStartDate()StringgetCreationDate()StringgetReporter()voidsetAssignee(String assignee)voidsetDueDate(String dueDate)voidsetName(String name)voidsetProgress(String progress)voidsetProject(String project)voidsetSeverity(String severity)voidsetStartDate(String startDate)voidsetStatus(String status)-
Methods inherited from class org.xwiki.test.ui.po.InlinePage
clickCancel, clickPreview, clickSaveAndContinue, clickSaveAndContinue, clickSaveAndView, clickSaveAndView, createViewPage, getContent, getForm, getFormLocator, getSaveAndContinueButton, getSaveAndViewButton, getValue, setValue
-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, 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
-
setName
public void setName(String name)
- Parameters:
name- the name of the Task entry
-
setProject
public void setProject(String project)
- Parameters:
project- the name of the project for the task entry
-
getCreationDate
public String getCreationDate()
- Returns:
- The creation date of the task (automatically set)
-
setDueDate
public void setDueDate(String dueDate)
- Parameters:
dueDate- the due date for the task entry
-
setStartDate
public void setStartDate(String startDate)
- Parameters:
startDate- the start date for the task entry- Since:
- 3.7.2
-
clearStartDate
public void clearStartDate()
-
setSeverity
public void setSeverity(String severity)
- Parameters:
severity- the severity/priority for the task entry
-
getReporter
public String getReporter()
-
setAssignee
public void setAssignee(String assignee)
- Parameters:
assignee- the assignee for the task entry
-
setStatus
public void setStatus(String status)
- Parameters:
status- the status for the task entry
-
setProgress
public void setProgress(String progress)
- Parameters:
progress- the progress for the task entry
-
-