public interface ProjectConfigPageTab
extends com.atlassian.pageobjects.Page
Modifier and Type | Method and Description |
---|---|
ProjectConfigActions |
getOperations() |
ProjectConfigHeader |
getProjectHeader()
Deprecated.
as no more information is stored in the header. Use
getProjectSettingsHeader()
if you want to get the new header. Otherwise, if you want project information such as the key, use the backdoor
for the project. |
long |
getProjectId() |
String |
getProjectKey() |
ProjectSettingsHeader |
getProjectSettingsHeader() |
ProjectConfigTabs |
getTabs() |
String getProjectKey()
long getProjectId()
ProjectConfigTabs getTabs()
ProjectConfigHeader getProjectHeader()
getProjectSettingsHeader()
if you want to get the new header. Otherwise, if you want project information such as the key, use the backdoor
for the project.ProjectSettingsHeader getProjectSettingsHeader()
ProjectConfigActions getOperations()
Copyright © 2002-2017 Atlassian. All Rights Reserved.