com.atlassian.jira.pageobjects.project.summary
Class AbstractSummaryPanel

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.summary.AbstractSummaryPanel
All Implemented Interfaces:
SummaryPanel
Direct Known Subclasses:
ComponentsSummaryPanel, FieldsPanel, IssueTypesPanel, NotificationsPanel, PeoplePanel, PermissionsPanel, ScreensPanel, SettingsPanel, VersionSummaryPanel, WorkflowPanel

public class AbstractSummaryPanel
extends Object
implements SummaryPanel

Since:
v4.4

Constructor Summary
AbstractSummaryPanel()
           
 
Method Summary
protected  com.atlassian.pageobjects.PageBinder getBinder()
           
protected  long getProjectId()
           
protected  String getProjectKey()
           
 void setProject(String projectKey, long projectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSummaryPanel

public AbstractSummaryPanel()
Method Detail

setProject

public void setProject(String projectKey,
                       long projectId)
Specified by:
setProject in interface SummaryPanel

getProjectKey

protected String getProjectKey()

getProjectId

protected long getProjectId()

getBinder

protected com.atlassian.pageobjects.PageBinder getBinder()


Copyright © 2002-2012 Atlassian. All Rights Reserved.