public class DetailsSection extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
protected com.atlassian.pageobjects.elements.PageElement |
issueType |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
Constructor and Description |
---|
DetailsSection() |
Modifier and Type | Method and Description |
---|---|
String |
getIssueType() |
<F extends ViewIssueField<?,?>> |
getLabelsCustomField(Class<F> type,
int fieldId) |
<F extends ViewIssueField<?,?>> |
getLabelsSystemField(Class<F> type) |
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
protected com.atlassian.pageobjects.elements.PageElement issueType
public String getIssueType()
public <F extends ViewIssueField<?,?>> F getLabelsSystemField(Class<F> type)
public <F extends ViewIssueField<?,?>> F getLabelsCustomField(Class<F> type, int fieldId)
Copyright © 2002-2022 Atlassian. All Rights Reserved.