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 LabelsCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiUserCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiGroupCFType.getJsonSchema(CustomField customField)
           
 JsonType NumberCFType.getJsonSchema(CustomField customField)
           
 JsonType ProjectCFType.getJsonSchema(CustomField customField)
           
 JsonType DateCFType.getJsonSchema(CustomField customField)
           
 JsonType DateTimeCFType.getJsonSchema(CustomField customField)
           
 JsonType VersionCFType.getJsonSchema(CustomField customField)
           
 JsonType UserCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType SelectCFType.getJsonSchema(CustomField customField)
           
 JsonType CascadingSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType StringCFType.getJsonSchema(CustomField customField)
          Deprecated.  
 JsonType GenericTextCFType.getJsonSchema(CustomField customField)
           
 

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

Methods in com.atlassian.jira.issue.fields that return JsonType
static JsonType IssueTypeSystemField.getIssueTypeJsonSchema()
           
 JsonType LabelsSystemField.getJsonSchema()
           
 JsonType AttachmentSystemField.getJsonSchema()
           
 JsonType DueDateSystemField.getJsonSchema()
           
 JsonType ReporterSystemField.getJsonSchema()
           
 JsonType SecurityLevelSystemField.getJsonSchema()
           
 JsonType ResolutionSystemField.getJsonSchema()
           
 JsonType PrioritySystemField.getJsonSchema()
           
 JsonType CommentSystemField.getJsonSchema()
           
 JsonType AssigneeSystemField.getJsonSchema()
           
 JsonType IssueLinksSystemField.getJsonSchema()
           
 JsonType ComponentsSystemField.getJsonSchema()
           
 JsonType ProjectSystemField.getJsonSchema()
           
 JsonType TimeTrackingSystemField.getJsonSchema()
           
 JsonType AbstractVersionsSystemField.getJsonSchema()
           
 JsonType AbstractTextSystemField.getJsonSchema()
           
 JsonType WorklogSystemField.getJsonSchema()
           
 JsonType StatusSystemField.getJsonSchema()
           
 JsonType IssueTypeSystemField.getJsonSchema()
           
 JsonType CreatedSystemField.getJsonSchema()
           
 JsonType ResolutionDateSystemField.getJsonSchema()
           
 JsonType WorkRatioSystemField.getJsonSchema()
           
 JsonType SubTaskSystemField.getJsonSchema()
           
 JsonType VotesSystemField.getJsonSchema()
           
 JsonType WatchesSystemField.getJsonSchema()
           
 JsonType UpdatedSystemField.getJsonSchema()
           
 JsonType AbstractProgressBarSystemField.getJsonSchema()
           
 JsonType AbstractDurationSystemField.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 autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.