com.atlassian.jira.webtest.selenium.framework.components.issue
Class EditLabelsContents

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
      extended by com.atlassian.jira.webtest.selenium.framework.components.issue.EditLabelsContents

public final class EditLabelsContents
extends AbstractSeleniumPageObject

Represents contents of the 'Edit labels' dialog/page.

Since:
v4.2

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
assertThat, client, context
 
Constructor Summary
EditLabelsContents(SeleniumContext context, String contextLocator)
           
EditLabelsContents(SeleniumContext context, String contextLocator, int customFieldId)
           
 
Method Summary
 LabelsPicker labelsPicker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditLabelsContents

public EditLabelsContents(SeleniumContext context,
                          String contextLocator)

EditLabelsContents

public EditLabelsContents(SeleniumContext context,
                          String contextLocator,
                          int customFieldId)
Method Detail

labelsPicker

public LabelsPicker labelsPicker()


Copyright © 2002-2013 Atlassian. All Rights Reserved.