com.atlassian.jira.pageobjects.project.fields
Interface FieldConfiguration

All Known Implementing Classes:
FieldsPanel.FieldConfigurationImpl, MockFieldConfiguration

public interface FieldConfiguration

Represents a Field Configuration on the Project Configuration Field tab

Since:
v4.4

Nested Class Summary
static interface FieldConfiguration.IssueType
           
 
Method Summary
 List<Field> getFields()
           
 List<FieldConfiguration.IssueType> getIssueTypes()
           
 String getName()
           
 String getSharedProjectsText()
           
 EditFieldConfigPage gotoEditFieldConfigPage()
           
 boolean hasEditLink()
           
 boolean hasSharedProjects()
           
 boolean isDefault()
           
 SharedProjectsDialog openSharedProjects()
           
 

Method Detail

getName

String getName()

getFields

List<Field> getFields()

isDefault

boolean isDefault()

getIssueTypes

List<FieldConfiguration.IssueType> getIssueTypes()

openSharedProjects

SharedProjectsDialog openSharedProjects()

gotoEditFieldConfigPage

EditFieldConfigPage gotoEditFieldConfigPage()

hasSharedProjects

boolean hasSharedProjects()

getSharedProjectsText

String getSharedProjectsText()

hasEditLink

boolean hasEditLink()


Copyright © 2002-2013 Atlassian. All Rights Reserved.