public class ConfigureContextDialog extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
locator |
| Constructor and Description |
|---|
ConfigureContextDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
void |
cancel() |
ConfigureContextDialog |
closeSelect() |
void |
create() |
AssociateCustomFieldToScreenPage |
nextAndThenAssociate() |
ConfigureContextDialog |
openIssueTypeSelect() |
ConfigureContextDialog |
selectAllIssueTypes() |
ConfigureContextDialog |
selectIssueTypeByName(String issueTypeName) |
ConfigureContextDialog |
selectMultipleIssueTypesByName(Set<String> issueTypeNames) |
ConfigureContextDialog |
selectMultipleProjectsByKey(Set<String> projectKeys) |
ConfigureContextDialog |
selectProject() |
ConfigureContextDialog |
selectProjectByKey(String projectKey) |
ConfigureContextDialog |
setGlobalContext() |
public void await()
public ConfigureContextDialog setGlobalContext()
public ConfigureContextDialog selectProject()
public ConfigureContextDialog selectMultipleProjectsByKey(Set<String> projectKeys)
public ConfigureContextDialog selectProjectByKey(String projectKey)
public ConfigureContextDialog selectMultipleIssueTypesByName(Set<String> issueTypeNames)
public ConfigureContextDialog selectIssueTypeByName(String issueTypeName)
public ConfigureContextDialog selectAllIssueTypes()
public AssociateCustomFieldToScreenPage nextAndThenAssociate()
public ConfigureContextDialog openIssueTypeSelect()
public ConfigureContextDialog closeSelect()
public void cancel()
public void create()
Copyright © 2002-2023 Atlassian. All Rights Reserved.