public class LozengeUsedByAtlaskit extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
static String |
LOZENGE_CLASSNAME |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
Constructor and Description |
---|
LozengeUsedByAtlaskit() |
LozengeUsedByAtlaskit(com.atlassian.pageobjects.elements.PageElement lozengeElement) |
Modifier and Type | Method and Description |
---|---|
AtlaskitPopup |
getIssueTypes() |
Optional<List<com.atlassian.pageobjects.elements.PageElement>> |
getIssueTypesLinks() |
Optional<List<String>> |
getIssueTypesNames() |
Optional<String> |
getIssueTypesTitle() |
Optional<String> |
getIssueTypesTriggerText() |
AtlaskitPopup |
getProjects() |
Optional<List<com.atlassian.pageobjects.elements.PageElement>> |
getProjectsLinks() |
Optional<List<String>> |
getProjectsNames() |
Optional<String> |
getProjectsTitle() |
Optional<String> |
getProjectsTriggerText() |
Boolean |
hasIssueTypes() |
Boolean |
hasProjects() |
void |
initialize() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isPresent() |
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public static final String LOZENGE_CLASSNAME
public LozengeUsedByAtlaskit(com.atlassian.pageobjects.elements.PageElement lozengeElement)
public LozengeUsedByAtlaskit()
public void initialize()
public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
public Boolean hasIssueTypes()
public Boolean hasProjects()
public AtlaskitPopup getIssueTypes()
public Optional<List<com.atlassian.pageobjects.elements.PageElement>> getIssueTypesLinks()
public AtlaskitPopup getProjects()
public Optional<List<com.atlassian.pageobjects.elements.PageElement>> getProjectsLinks()
Copyright © 2002-2024 Atlassian. All Rights Reserved.