public interface FieldConfiguration
Modifier and Type | Interface and Description |
---|---|
static interface |
FieldConfiguration.IssueType |
Modifier and Type | Method and Description |
---|---|
List<Field> |
getFields() |
List<FieldConfiguration.IssueType> |
getIssueTypes() |
String |
getName() |
List<ProjectsDialogProject> |
getSharedProjects() |
String |
getSharedProjectsText() |
EditFieldConfigPage |
gotoEditFieldConfigPage() |
boolean |
hasEditLink() |
boolean |
hasSharedProjects() |
boolean |
isDefault() |
SharedProjectsDialog |
openSharedProjects() |
String getName()
boolean isDefault()
List<FieldConfiguration.IssueType> getIssueTypes()
SharedProjectsDialog openSharedProjects()
List<ProjectsDialogProject> getSharedProjects()
EditFieldConfigPage gotoEditFieldConfigPage()
boolean hasSharedProjects()
String getSharedProjectsText()
boolean hasEditLink()
Copyright © 2002-2018 Atlassian. All Rights Reserved.