com.atlassian.jira.pageobjects.pages.viewissue
Class DetailsSection

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.DetailsSection

public class DetailsSection
extends Object

Since:
v5.0

Field Summary
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 Summary
DetailsSection()
           
 
Method Summary
 String getIssueType()
           
<F extends ViewIssueField<?,?>>
F
getLabelsCustomField(Class<F> type, int fieldId)
           
<F extends ViewIssueField<?,?>>
F
getLabelsSystemField(Class<F> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder

timeouts

@Inject
protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts

elementFinder

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder

issueType

protected com.atlassian.pageobjects.elements.PageElement issueType
Constructor Detail

DetailsSection

public DetailsSection()
Method Detail

getIssueType

public String getIssueType()

getLabelsSystemField

public <F extends ViewIssueField<?,?>> F getLabelsSystemField(Class<F> type)

getLabelsCustomField

public <F extends ViewIssueField<?,?>> F getLabelsCustomField(Class<F> type,
                                                              int fieldId)


Copyright © 2002-2013 Atlassian. All Rights Reserved.