Uses of Interface
com.atlassian.jira.issue.fields.rest.RestFieldOperations

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

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

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

Classes in com.atlassian.jira.issue.fields that implement RestFieldOperations
 class AffectedVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AssigneeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CommentSystemField
          Defines a comment in Jira.
 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 ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ResolutionSystemField
           
 class SecurityLevelSystemField
           
 class SummarySystemField
          Copyright (c) 2002-2004 All rights reserved.
 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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.