com.atlassian.jira.webtest.framework.page.admin.applinks
Interface NewAppLinkWizardStep1

All Superinterfaces:
DialogContent<NewAppLinkWizardStep1,NewAppLinkWizard>, Localizable, PageObject
All Known Implementing Classes:
SeleniumNewAppLinkWizardStep1

public interface NewAppLinkWizardStep1
extends DialogContent<NewAppLinkWizardStep1,NewAppLinkWizard>

Page object for step 1 of the "New Application Link" wizard.

Since:
v4.3

Method Summary
 Element serverURL()
          Returns the "Server URL" input box.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.dialog.DialogContent
dialog
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

serverURL

Element serverURL()
Returns the "Server URL" input box.

Returns:
a Input for the "Server URL"


Copyright © 2002-2012 Atlassian. All Rights Reserved.