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

Packages that use RestAwareField
com.atlassian.jira.issue.fields   
com.atlassian.jira.rest.v2.issue   
 

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

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

Classes in com.atlassian.jira.issue.fields that implement RestAwareField
 class AbstractAggregateDurationSystemField
          Abstract field for aggregate Time Tracking values.
 class AbstractDurationSystemField
           
 class AbstractProgressBarSystemField
          Base class for Progress Bar system fields.
 class AbstractTextSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AffectedVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AggregateEstimateSystemField
          System field that displays the calculated aggregate remaining estimate.
 class AggregateOriginalEstimateSystemField
          System field that displays the calculated aggregate original estimate.
 class AggregateProgressBarSystemField
          Progress Bar System Field that uses the aggregate values for percentages.
 class AggregateTimeSpentSystemField
          System field that displays the calculated aggregate time spent.
 class AssigneeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AttachmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CommentSystemField
          Defines a comment in Jira.
 class ComponentsSystemField
          A field implementation to render ProjectComponent values.
 class CreatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CreatorSystemField
          Copyright (c) 2002-2004 All rights reserved.
 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 IssueTypeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class LabelsSystemField
          A field implementation to render Labels.
 class LastViewedSystemField
           
 class MockCustomField
          Simple implementation of CustomField for.
 class OriginalEstimateSystemField
           
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProgressBarSystemField
          Field that displays a progress bar in the Navigator
 class ProjectSystemField
          JIRA's project system field.
 class ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ResolutionDateSystemField
          Stores the date an issue was resolved on.
 class ResolutionSystemField
           
 class SecurityLevelSystemField
           
 class StatusSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class SubTaskSystemField
           
 class SummarySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class TimeEstimateSystemField
           
 class TimeSpentSystemField
           
 class TimeTrackingSystemField
          The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate.
 class UpdatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class VotesSystemField
          Created by IntelliJ IDEA.
 class WatchesSystemField
           
 class WorklogSystemField
          A field representation of logging work.
 class WorkRatioSystemField
           
 

Uses of RestAwareField in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type RestAwareField
protected  JsonType AbstractMetaFieldBeanBuilder.getJsonType(RestAwareField field)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.