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 DateTimeCFType.getJsonSchema(CustomField customField)
           
 JsonType NumberCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiGroupCFType.getJsonSchema(CustomField customField)
           
 JsonType ProjectCFType.getJsonSchema(CustomField customField)
           
 JsonType UserCFType.getJsonSchema(CustomField customField)
           
 JsonType LabelsCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiUserCFType.getJsonSchema(CustomField customField)
           
 JsonType VersionCFType.getJsonSchema(CustomField customField)
           
 JsonType SelectCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType CascadingSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType DateCFType.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 MockCustomField.getJsonSchema()
           
 JsonType IssueLinksSystemField.getJsonSchema()
           
 JsonType LabelsSystemField.getJsonSchema()
           
 JsonType ComponentsSystemField.getJsonSchema()
           
 JsonType ResolutionDateSystemField.getJsonSchema()
           
 JsonType DueDateSystemField.getJsonSchema()
           
 JsonType VotesSystemField.getJsonSchema()
           
 JsonType PrioritySystemField.getJsonSchema()
           
 JsonType CreatorSystemField.getJsonSchema()
           
 JsonType SubTaskSystemField.getJsonSchema()
           
 JsonType CreatedSystemField.getJsonSchema()
           
 JsonType WorklogSystemField.getJsonSchema()
           
 JsonType WatchesSystemField.getJsonSchema()
           
 JsonType AbstractDurationSystemField.getJsonSchema()
           
 JsonType LastViewedSystemField.getJsonSchema()
           
 JsonType TimeTrackingSystemField.getJsonSchema()
           
 JsonType AttachmentSystemField.getJsonSchema()
           
 JsonType StatusSystemField.getJsonSchema()
           
 JsonType ResolutionSystemField.getJsonSchema()
           
 JsonType ReporterSystemField.getJsonSchema()
           
 JsonType SecurityLevelSystemField.getJsonSchema()
           
 JsonType AssigneeSystemField.getJsonSchema()
           
 JsonType WorkRatioSystemField.getJsonSchema()
           
 JsonType CommentSystemField.getJsonSchema()
           
 JsonType IssueTypeSystemField.getJsonSchema()
           
 JsonType UpdatedSystemField.getJsonSchema()
           
 JsonType AbstractProgressBarSystemField.getJsonSchema()
           
 JsonType CustomFieldImpl.getJsonSchema()
           
 JsonType AbstractTextSystemField.getJsonSchema()
           
 JsonType AbstractVersionsSystemField.getJsonSchema()
           
 JsonType ProjectSystemField.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, Boolean hasDefaultValue, JsonType schema, String name, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.