com.atlassian.jira.issue.fields
Interface RequirableField

All Superinterfaces:
Comparable, Field
All Known Subinterfaces:
AffectedVersionsField, ComponentsField, CustomField, FixVersionsField, LabelsField, ProjectField
All Known Implementing Classes:
AbstractVersionsSystemField, AffectedVersionsSystemField, ComponentsSystemField, CustomFieldImpl, CustomFieldTestImpl, DescriptionSystemField, DueDateSystemField, EnvironmentSystemField, FixVersionsSystemField, IssueLinksSystemField, LabelsSystemField, PrioritySystemField, ProjectSystemField, ReporterSystemField, SecurityLevelSystemField, TimeTrackingSystemField, WorklogSystemField

@PublicApi
public interface RequirableField
extends Field

A marker interface for fields in JIRA which can be made "required" as part of a FieldLayout.


Method Summary
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getName, getNameKey
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.