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 AffectedVersionsField
           
 interface ComponentsField
           
 interface CustomField
          Custom Field interface.
 interface FixVersionsField
           
 interface LabelsField
           
 interface ProjectField
          Represents the Project System Field.
 

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 CustomFieldTestImpl
          The only purpose of this class is to increase the visibility of #copyGenericValue so we can mock it in tests.
 class DescriptionSystemField
          Represents the field which renders an Issue description.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class IssueLinksSystemField
           
 class LabelsSystemField
          A field implementation to render Labels.
 class MockCustomField
          Simple implementation of CustomField for.
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProjectSystemField
          JIRA's project system 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 MockFieldManager.getRequiredField(String id)
           
 RequirableField DefaultFieldManager.getRequiredField(String id)
           
 RequirableField FieldManager.getRequiredField(String id)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.