|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueType | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.domain | |
| Uses of IssueType in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client that return types with arguments of type IssueType | |
|---|---|
com.atlassian.util.concurrent.Promise<IssueType> |
MetadataRestClient.getIssueType(java.net.URI uri)
Retrieves from the server complete information about selected issue type |
com.atlassian.util.concurrent.Promise<java.lang.Iterable<IssueType>> |
MetadataRestClient.getIssueTypes()
Retrieves from the server complete list of available issue type |
| Uses of IssueType in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of IssueType in com.atlassian.jira.rest.client.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) |
| Methods in com.atlassian.jira.rest.client.domain that return IssueType | |
|---|---|
IssueType |
Subtask.getIssueType()
|
| Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type IssueType | |
|---|---|
OptionalIterable<IssueType> |
Project.getIssueTypes()
Getter for issueTypes |
| Constructors in com.atlassian.jira.rest.client.domain with parameters of type IssueType | |
|---|---|
Subtask(java.lang.String issueKey,
java.net.URI issueUri,
java.lang.String summary,
IssueType issueType,
Status status)
|
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type IssueType | |
|---|---|
Project(java.net.URI self,
java.lang.String key,
java.lang.String name,
java.lang.String description,
BasicUser lead,
java.net.URI uri,
java.util.Collection<Version> versions,
java.util.Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
java.util.Collection<BasicProjectRole> projectRoles)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||