Uses of Class
com.atlassian.jira.issue.fields.rest.json.JsonType

Packages that use JsonType
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.fields.rest.json   
com.atlassian.jira.rest.v2.issue   
 

Uses of JsonType in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return JsonType
 JsonType ProjectCFType.getJsonSchema(CustomField customField)
           
 JsonType UserCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiGroupCFType.getJsonSchema(CustomField customField)
           
 JsonType NumberCFType.getJsonSchema(CustomField customField)
           
 JsonType DateCFType.getJsonSchema(CustomField customField)
           
 JsonType SelectCFType.getJsonSchema(CustomField customField)
           
 JsonType CascadingSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType LabelsCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType DateTimeCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiUserCFType.getJsonSchema(CustomField customField)
           
 JsonType VersionCFType.getJsonSchema(CustomField customField)
           
 JsonType GenericTextCFType.getJsonSchema(CustomField customField)
           
 JsonType StringCFType.getJsonSchema(CustomField customField)
          Deprecated.  
 

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

Methods in com.atlassian.jira.issue.fields that return JsonType
static JsonType IssueTypeSystemField.getIssueTypeJsonSchema()
           
 JsonType MockCustomField.getJsonSchema()
           
 JsonType AbstractTextSystemField.getJsonSchema()
           
 JsonType WorkRatioSystemField.getJsonSchema()
           
 JsonType WatchesSystemField.getJsonSchema()
           
 JsonType SubTaskSystemField.getJsonSchema()
           
 JsonType ResolutionDateSystemField.getJsonSchema()
           
 JsonType StatusSystemField.getJsonSchema()
           
 JsonType UpdatedSystemField.getJsonSchema()
           
 JsonType ComponentsSystemField.getJsonSchema()
           
 JsonType WorklogSystemField.getJsonSchema()
           
 JsonType CommentSystemField.getJsonSchema()
           
 JsonType LastViewedSystemField.getJsonSchema()
           
 JsonType ReporterSystemField.getJsonSchema()
           
 JsonType SecurityLevelSystemField.getJsonSchema()
           
 JsonType LabelsSystemField.getJsonSchema()
           
 JsonType ResolutionSystemField.getJsonSchema()
           
 JsonType PrioritySystemField.getJsonSchema()
           
 JsonType AbstractVersionsSystemField.getJsonSchema()
           
 JsonType AbstractProgressBarSystemField.getJsonSchema()
           
 JsonType CreatedSystemField.getJsonSchema()
           
 JsonType TimeTrackingSystemField.getJsonSchema()
           
 JsonType IssueTypeSystemField.getJsonSchema()
           
 JsonType VotesSystemField.getJsonSchema()
           
 JsonType AbstractDurationSystemField.getJsonSchema()
           
 JsonType AssigneeSystemField.getJsonSchema()
           
 JsonType DueDateSystemField.getJsonSchema()
           
 JsonType ProjectSystemField.getJsonSchema()
           
 JsonType AttachmentSystemField.getJsonSchema()
           
 JsonType IssueLinksSystemField.getJsonSchema()
           
 JsonType CustomFieldImpl.getJsonSchema()
           
static JsonType ProjectSystemField.getJsonType()
           
static JsonType PrioritySystemField.getPriorityJsonSchema()
           
static JsonType ResolutionSystemField.getResolutionJsonSchema(boolean nullable)
           
static JsonType SecurityLevelSystemField.getSecurityLevelJsonSchema()
           
 

Uses of JsonType in com.atlassian.jira.issue.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest that return JsonType
 JsonType RestAwareField.getJsonSchema()
          Return a description of the shape of this field when represented as JSON.
 JsonType RestAwareCustomFieldType.getJsonSchema(CustomField customField)
          Return a description of the shape of this field when represented as JSON.
 

Uses of JsonType in com.atlassian.jira.issue.fields.rest.json
 

Methods in com.atlassian.jira.issue.fields.rest.json that return JsonType
static JsonType JsonTypeBuilder.custom(String type, String custom, Long customId)
           
static JsonType JsonTypeBuilder.customArray(String items, String custom, Long customId)
           
static JsonType JsonTypeBuilder.system(String type, String system)
           
static JsonType JsonTypeBuilder.systemArray(String items, String system)
           
 

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

Methods in com.atlassian.jira.rest.v2.issue that return JsonType
protected  JsonType AbstractMetaFieldBeanBuilder.getJsonType(RestAwareField field)
           
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type JsonType
FieldMetaBean(boolean required, JsonType schema, String name, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.