public class CreateAzureAdPage extends AbstractCrowdPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
active |
protected com.atlassian.pageobjects.elements.PageElement |
continueButton |
protected com.atlassian.pageobjects.elements.PageElement |
description |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTab |
protected com.atlassian.pageobjects.elements.PageElement |
name |
protected com.atlassian.pageobjects.elements.PageElement |
nativeAppId |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTab |
protected com.atlassian.pageobjects.elements.PageElement |
pollingIntervalInMin |
protected com.atlassian.pageobjects.elements.PageElement |
tenantId |
protected com.atlassian.pageobjects.elements.PageElement |
title |
protected com.atlassian.pageobjects.elements.PageElement |
useNestedGroups |
protected com.atlassian.pageobjects.elements.PageElement |
webAppId |
protected com.atlassian.pageobjects.elements.PageElement |
webAppSecret |
binder, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, pageBinder| Constructor and Description |
|---|
CreateAzureAdPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
void |
setActive(boolean value) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setNativeAppId(String value) |
void |
setPollingIntervalInMin(Integer value) |
void |
setTenantId(String value) |
void |
setUseNestedGroups(boolean value) |
void |
setWebApplicationId(String value) |
void |
setWebAppSecret(String value) |
ViewAzureAdPage |
tryToCreateDirectory() |
protected void |
waitUntilContentLoad()
Waits until the content has loaded.
|
getHeader, waitUntilPageLoadprotected com.atlassian.pageobjects.elements.PageElement title
protected com.atlassian.pageobjects.elements.PageElement name
protected com.atlassian.pageobjects.elements.PageElement description
protected com.atlassian.pageobjects.elements.PageElement detailsTab
protected com.atlassian.pageobjects.elements.PageElement permissionsTab
protected com.atlassian.pageobjects.elements.PageElement active
protected com.atlassian.pageobjects.elements.PageElement webAppId
protected com.atlassian.pageobjects.elements.PageElement webAppSecret
protected com.atlassian.pageobjects.elements.PageElement nativeAppId
protected com.atlassian.pageobjects.elements.PageElement useNestedGroups
protected com.atlassian.pageobjects.elements.PageElement tenantId
protected com.atlassian.pageobjects.elements.PageElement pollingIntervalInMin
protected com.atlassian.pageobjects.elements.PageElement continueButton
protected void waitUntilContentLoad()
AbstractCrowdPageAbstractCrowdPage.waitUntilPageLoad(). Subclasses should override this
method to wait for a distinguishing content to appear. E.g. a page title.waitUntilContentLoad in class AbstractCrowdPagepublic String getUrl()
public void setName(String value)
public void setDescription(String value)
public void setWebApplicationId(String value)
public void setWebAppSecret(String value)
public void setNativeAppId(String value)
public void setTenantId(String value)
public void setUseNestedGroups(boolean value)
public void setActive(boolean value)
public void setPollingIntervalInMin(Integer value)
public ViewAzureAdPage tryToCreateDirectory()
Copyright © 2019 Atlassian. All rights reserved.