| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ProjectType> |
ProjectTypeApi.getAccessibleProjectTypeByKey(String projectTypeKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get accessible project type by key
Returns a project type if it is accessible to the user.
|
io.reactivex.Single<List<ProjectType>> |
ProjectTypeApi.getAllProjectTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all project types
Returns all project types, whether or not the instance has a valid license for each type.
|
io.reactivex.Single<ProjectType> |
ProjectTypeApi.getProjectTypeByKey(String projectTypeKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project type by key
Returns a project type.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.