public static class ProjectFieldsContextProvider.SimpleFieldConfig extends Object implements NamedDefault
Constructor and Description |
---|
SimpleFieldConfig(FieldLayout fieldLayout,
String url,
boolean defaultFieldConfig,
Collection<Project> sharedProjects,
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
List<SimpleIssueType> issueTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> |
getFieldLayoutItems() |
Long |
getId() |
Collection<SimpleIssueType> |
getIssueTypes() |
String |
getName() |
Collection<Project> |
getSharedProjects() |
static ProjectFieldsContextProvider.SimpleFieldConfig |
getSystemDefaultSimpleFieldConfig(String url,
boolean defaultFieldconfig,
Collection<Project> sharedProjects,
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
List<SimpleIssueType> issueTypes) |
String |
getUrl() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
isDefaultFieldConfig() |
String |
toString() |
public SimpleFieldConfig(FieldLayout fieldLayout, String url, boolean defaultFieldConfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
public static ProjectFieldsContextProvider.SimpleFieldConfig getSystemDefaultSimpleFieldConfig(String url, boolean defaultFieldconfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
public Long getId()
public String getName()
getName
in interface NamedDefault
public String getDescription()
public boolean isDefault()
isDefault
in interface NamedDefault
public String getUrl()
public boolean isDefaultFieldConfig()
public Collection<Project> getSharedProjects()
public List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> getFieldLayoutItems()
public Collection<SimpleIssueType> getIssueTypes()
Copyright © 2002-2019 Atlassian. All Rights Reserved.