Uses of Class
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.IssueCreateMeta.JsonType

Packages that use IssueCreateMeta.JsonType
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client   
 

Uses of IssueCreateMeta.JsonType in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
 

Fields in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client declared as IssueCreateMeta.JsonType
 IssueCreateMeta.JsonType FieldMetaData.schema
           
 IssueCreateMeta.JsonType Field.schema
           
 

Methods in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client that return IssueCreateMeta.JsonType
static IssueCreateMeta.JsonType IssueCreateMeta.JsonType.custom(String type, String custom, Long customId)
           
static IssueCreateMeta.JsonType IssueCreateMeta.JsonType.customArray(String items, String custom, Long customId)
           
 IssueCreateMeta.JsonType Field.schema()
           
static IssueCreateMeta.JsonType IssueCreateMeta.JsonType.system(String type, String system)
           
static IssueCreateMeta.JsonType IssueCreateMeta.JsonType.systemArray(String items, String system)
           
 

Methods in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client with parameters of type IssueCreateMeta.JsonType
 Field Field.description(IssueCreateMeta.JsonType schema)
           
 

Constructors in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client with parameters of type IssueCreateMeta.JsonType
Field(String id, String name, boolean custom, IssueCreateMeta.JsonType schema, boolean orderable, boolean navigable, boolean searchable)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.