Class EditProjectPageTab
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.project.AbstractProjectConfigPageTab
com.atlassian.jira.pageobjects.project.summary.EditProjectPageTab
- All Implemented Interfaces:
ProjectConfigPageTab,com.atlassian.pageobjects.Page
public class EditProjectPageTab
extends AbstractProjectConfigPageTab
implements ProjectConfigPageTab
Edit project page accessed in the project administration sidebar under Details
- Since:
- v6.3
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.project.AbstractProjectConfigPageTab
discoverInfo, projectInfoLocatorFields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawait()voidcancel()chooseAvatarOption(String number) Select an avatar from the avatar picker, based on its position in the list of available avatars.com.atlassian.pageobjects.elements.query.TimedQuery<String> com.atlassian.pageobjects.elements.query.TimedQuery<String> com.atlassian.pageobjects.elements.query.TimedQuery<String> com.atlassian.pageobjects.elements.query.TimedQuery<String> getUrl()static StringgetUrlForProject(String projectId) voidcom.atlassian.pageobjects.elements.query.TimedConditionisAt()Timed condition checking if we're at given page.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> booleancom.atlassian.pageobjects.elements.query.TimedQuery<Boolean> com.atlassian.pageobjects.elements.query.TimedConditionbooleancom.atlassian.pageobjects.elements.query.TimedQuery<Boolean> com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> Select an avatar from the avatar picker, based on its database ID.setDescription(String description) setProjectCategory(String value) setProjectKey(String newProjectKey) setProjectName(String newProjectName) setProjectOrderBy(String value) setProjectType(String value) setProjectUrl(String url) voidsubmit()Methods inherited from class com.atlassian.jira.pageobjects.project.AbstractProjectConfigPageTab
getOperations, getProjectHeader, getProjectId, getProjectKey, getProjectSettingsHeader, getTabs, init, isDiscoverInfoVisibleMethods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.pageobjects.project.ProjectConfigPageTab
getOperations, getProjectHeader, getProjectId, getProjectKey, getProjectSettingsHeader, getTabs
-
Constructor Details
-
EditProjectPageTab
-
-
Method Details
-
initialize
public void initialize() -
await
public void await() -
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPageTimed condition checking if we're at given page.- Specified by:
isAtin classAbstractJiraPage- Returns:
- timed condition checking, if the test is at given page
-
getUrl
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
setProjectName
-
isProjectKeyVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectKeyVisible() -
setProjectKey
-
isProjectTypeDisabled
public boolean isProjectTypeDisabled() -
isProjectCategoryDisabled
public boolean isProjectCategoryDisabled() -
getProjectType
-
getProjectTypeSuggestions
-
setProjectType
-
setProjectCategory
-
getProjectCategory
-
setProjectOrderBy
-
getProjectOrderBy
-
getEditProjectKey
-
getProjectName
-
getProjectDescription
-
setProjectUrl
-
getProjectUrl
-
setAvatar
Select an avatar from the avatar picker, based on its database ID.- Returns:
- the edit project dialog
-
chooseAvatarOption
Select an avatar from the avatar picker, based on its position in the list of available avatars.- Parameters:
number- from 1 to N, where N is the (expected?) number of options. There are ~16 system avatars.- Returns:
- the edit project dialog
-
setDescription
-
submit
public void submit() -
cancel
public void cancel() -
getErrorMessage
-
getFormErrors
-
isErrorMessagePresent
-
isProjectKeyDisabled
-
isWarningDisplayed
-
isReindexLinkVisible
-
getUrlForProject
-