Class CreateIssueDialog
java.lang.Object
com.atlassian.pageobjects.elements.WebDriverElement
com.atlassian.bamboo.pageobjects.pages.jira.CreateIssueDialog
- All Implemented Interfaces:
com.atlassian.pageobjects.elements.PageElement
,com.atlassian.pageobjects.elements.PageElementFinder
,com.atlassian.pageobjects.elements.search.PageElementSearch
public class CreateIssueDialog
extends com.atlassian.pageobjects.elements.WebDriverElement
-
Field Summary
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement
defaultTimeout, driver, locatable, pageBinder, timeouts, TO_LOCATABLE
-
Constructor Summary
ConstructorDescriptionCreateIssueDialog
(org.openqa.selenium.By locator) CreateIssueDialog
(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType) -
Method Summary
Modifier and TypeMethodDescriptionfillIssueSummary
(String summary) boolean
boolean
boolean
selectIssueType
(String issueType) selectProject
(String projectName) selectServer
(String serverName) void
submit()
Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeout
-
Constructor Details
-
CreateIssueDialog
public CreateIssueDialog(org.openqa.selenium.By locator) -
CreateIssueDialog
public CreateIssueDialog(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
-
-
Method Details
-
selectServer
-
getSelectedServer
-
selectProject
-
getSelectedProject
-
selectIssueType
-
getSelectedIssueType
-
isIssueTypeSelectEnabled
public boolean isIssueTypeSelectEnabled() -
isUnhandledIssueFieldsInfoPresent
public boolean isUnhandledIssueFieldsInfoPresent() -
fillIssueSummary
-
submit
public void submit() -
submitAndExpectFailure
-
isCreateButtonEnabled
public boolean isCreateButtonEnabled()
-