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 VersionCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType UserCFType.getJsonSchema(CustomField customField)
           
 JsonType NumberCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiUserCFType.getJsonSchema(CustomField customField)
           
 JsonType SelectCFType.getJsonSchema(CustomField customField)
           
 JsonType DateTimeCFType.getJsonSchema(CustomField customField)
           
 JsonType MultiGroupCFType.getJsonSchema(CustomField customField)
           
 JsonType CascadingSelectCFType.getJsonSchema(CustomField customField)
           
 JsonType ProjectCFType.getJsonSchema(CustomField customField)
           
 JsonType DateCFType.getJsonSchema(CustomField customField)
           
 JsonType LabelsCFType.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 DueDateSystemField.getJsonSchema()
           
 JsonType AbstractProgressBarSystemField.getJsonSchema()
           
 JsonType ResolutionDateSystemField.getJsonSchema()
           
 JsonType CreatedSystemField.getJsonSchema()
           
 JsonType WorklogSystemField.getJsonSchema()
           
 JsonType CustomFieldImpl.getJsonSchema()
           
 JsonType SecurityLevelSystemField.getJsonSchema()
           
 JsonType AssigneeSystemField.getJsonSchema()
           
 JsonType IssueTypeSystemField.getJsonSchema()
           
 JsonType UpdatedSystemField.getJsonSchema()
           
 JsonType ResolutionSystemField.getJsonSchema()
           
 JsonType AbstractTextSystemField.getJsonSchema()
           
 JsonType LabelsSystemField.getJsonSchema()
           
 JsonType StatusSystemField.getJsonSchema()
           
 JsonType CommentSystemField.getJsonSchema()
           
 JsonType ProjectSystemField.getJsonSchema()
           
 JsonType AbstractVersionsSystemField.getJsonSchema()
           
 JsonType PrioritySystemField.getJsonSchema()
           
 JsonType VotesSystemField.getJsonSchema()
           
 JsonType IssueLinksSystemField.getJsonSchema()
           
 JsonType AbstractDurationSystemField.getJsonSchema()
           
 JsonType TimeTrackingSystemField.getJsonSchema()
           
 JsonType WatchesSystemField.getJsonSchema()
           
 JsonType AttachmentSystemField.getJsonSchema()
           
 JsonType ComponentsSystemField.getJsonSchema()
           
 JsonType WorkRatioSystemField.getJsonSchema()
           
 JsonType SubTaskSystemField.getJsonSchema()
           
 JsonType ReporterSystemField.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-2012 Atlassian. All Rights Reserved.