| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.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<ProjectType> |
ProjectTypesApi.getAccessibleProjectTypeByKey(String projectTypeKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get accessible project type by key
Returns a [project type](https://confluence.atlassian.com/x/Var1Nw) if it is accessible to the user.
|
io.reactivex.Single<List<ProjectType>> |
ProjectTypesApi.getAllAccessibleProjectTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get licensed project types
Returns all [project types](https://confluence.atlassian.com/x/Var1Nw) with a valid license.
|
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<List<ProjectType>> |
ProjectTypesApi.getAllProjectTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all project types
Returns all [project types](https://confluence.atlassian.com/x/Var1Nw), 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.
|
io.reactivex.Single<ProjectType> |
ProjectTypesApi.getProjectTypeByKey(String projectTypeKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project type by key
Returns a [project type](https://confluence.atlassian.com/x/Var1Nw).
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.