java.lang.Object
com.atlassian.jira.pageobjects.pages.admin.fields.configuration.ConfigureFieldContext
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ConfigureFieldContext extends Object implements com.atlassian.pageobjects.Page
  • Constructor Details

    • ConfigureFieldContext

      public ConfigureFieldContext(String fieldId)
  • Method Details

    • isAt

      public void isAt()
    • initAtlaskitElements

      public void initAtlaskitElements()
    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface com.atlassian.pageobjects.Page
    • getName

      public String getName()
    • notes

      public ConfigureFieldContext notes(String notes)
    • getNotes

      public String getNotes()
    • name

      public ConfigureFieldContext name(String name)
    • issueTypes

      public ConfigureFieldContext issueTypes(String... issueTypes)
    • projects

      public ConfigureFieldContext projects(String... projects)
    • getDefaultValue

      public com.atlassian.pageobjects.elements.query.TimedQuery<String> getDefaultValue()
    • defaultValue

      public ConfigureFieldContext defaultValue(String value)
    • submit

      public ConfigureField submit()
    • waitUntilDefaultValueFieldIsVisible

      public void waitUntilDefaultValueFieldIsVisible()
    • removeAllDefaultContentByBackSpace

      public void removeAllDefaultContentByBackSpace()
    • setContextType

      public ConfigureFieldContext setContextType(ConfigureFieldContext.ContextType contextType)
    • getContextType

      public ConfigureFieldContext.ContextType getContextType()
    • documentActiveElement

      public org.openqa.selenium.WebElement documentActiveElement()
    • isDialogFocused

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isDialogFocused()
    • getIssueTypesSelect

      public AtlaskitSelect getIssueTypesSelect()
    • getProjectsSelect

      public AtlaskitSelect getProjectsSelect()
    • projectSelectPresent

      public com.atlassian.pageobjects.elements.query.TimedCondition projectSelectPresent()
    • getProjectsSelectError

      public Optional<String> getProjectsSelectError()
    • getIssueTypesSelectError

      public Optional<String> getIssueTypesSelectError()