public class CustomFieldMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldMetadata.Builder |
| Constructor and Description |
|---|
CustomFieldMetadata(String fieldName,
String fieldDescription,
String fieldType,
String fieldSearcher,
IssueTypePrototype... issueTypePrototypes)
Deprecated.
|
CustomFieldMetadata(String fieldName,
String fieldDescription,
String fieldType,
String fieldSearcher,
Set<IssueTypePrototype> issueTypePrototypes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomFieldMetadata.Builder |
builder() |
static CustomFieldMetadata.Builder |
builder(CustomFieldMetadata source) |
String |
getDefaultOptionName() |
String |
getFieldDescription()
the custom field description used by JIRA
|
String |
getFieldName()
the custom field name used by JIRA
|
String |
getFieldSearcher()
the key of the custom field searcher declaration in atlassian-plugins.xml
|
String |
getFieldType()
the key of the custom field declaration in atlassian-plugins.xml
|
Set<IssueTypePrototype> |
getIssueTypePrototypes()
the
IssueType keys this customField is assigned to. |
List<String> |
getOptionNames() |
boolean |
isLockField() |
boolean |
isRequireField()
Used to determine both "requiredness" and whether to add to the issue creation screen.
|
String |
toString() |
@Deprecated public CustomFieldMetadata(String fieldName, String fieldDescription, String fieldType, String fieldSearcher, IssueTypePrototype... issueTypePrototypes)
@Deprecated public CustomFieldMetadata(String fieldName, String fieldDescription, String fieldType, String fieldSearcher, Set<IssueTypePrototype> issueTypePrototypes)
public static CustomFieldMetadata.Builder builder()
public static CustomFieldMetadata.Builder builder(CustomFieldMetadata source)
public String getFieldName()
public String getFieldDescription()
public String getFieldType()
public String getFieldSearcher()
public Set<IssueTypePrototype> getIssueTypePrototypes()
IssueType keys this customField is assigned to.public String getDefaultOptionName()
public boolean isLockField()
public boolean isRequireField()
Copyright © 2007–2015 Atlassian. All rights reserved.