Uses of Class
com.atlassian.jira.rest.client.api.domain.BasicIssueType

Packages that use BasicIssueType
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.api.domain.input   
 

Uses of BasicIssueType in com.atlassian.jira.rest.client.api.domain
 

Subclasses of BasicIssueType in com.atlassian.jira.rest.client.api.domain
 class CimIssueType
          Describes issue type with fields info map.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
 class IssueType
          Complete information about a single issue type defined in JIRA
 

Methods in com.atlassian.jira.rest.client.api.domain that return BasicIssueType
 BasicIssueType Issue.getIssueType()
           
 

Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type BasicIssueType
Issue(String summary, URI self, String key, Long id, BasicProject project, BasicIssueType issueType, BasicStatus status, String description, BasicPriority priority, BasicResolution resolution, Collection<Attachment> attachments, User reporter, User assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime dueDate, Collection<Version> affectedVersions, Collection<Version> fixVersions, Collection<BasicComponent> components, TimeTracking timeTracking, Collection<IssueField> issueFields, Collection<Comment> comments, URI transitionsUri, Collection<IssueLink> issueLinks, BasicVotes votes, Collection<Worklog> worklogs, BasicWatchers watchers, Iterable<String> expandos, Collection<Subtask> subtasks, Collection<ChangelogGroup> changelog, Set<String> labels)
           
 

Uses of BasicIssueType in com.atlassian.jira.rest.client.api.domain.input
 

Methods in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicIssueType
 IssueInputBuilder IssueInputBuilder.setIssueType(BasicIssueType issueType)
           
 

Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicIssueType
IssueInputBuilder(BasicProject project, BasicIssueType issueType)
           
IssueInputBuilder(BasicProject project, BasicIssueType issueType, String summary)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.