Uses of Interface
com.atlassian.jira.issue.fields.RequirableField

Packages that use RequirableField
com.atlassian.jira.issue.fields   
 

Uses of RequirableField in com.atlassian.jira.issue.fields
 

Subinterfaces of RequirableField in com.atlassian.jira.issue.fields
 interface CustomField
          Custom Field interface.
 

Classes in com.atlassian.jira.issue.fields that implement RequirableField
 class AbstractVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AffectedVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ComponentsSystemField
          A field implementation to render ProjectComponent values.
 class CustomFieldImpl
          Default CustomField implementation backed by the database (a GenericValue object).
 class DescriptionSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class LabelsSystemField
          A field implementation to render Labels.
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProjectSystemField
          JIRA's project suystem field.
 class ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class SecurityLevelSystemField
           
 class TimeTrackingSystemField
          The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate.
 class WorklogSystemField
          A field representation of logging work.
 

Methods in com.atlassian.jira.issue.fields that return RequirableField
 RequirableField FieldManager.getRequiredField(String id)
           
 RequirableField DefaultFieldManager.getRequiredField(String id)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.