| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ScreenableTab> |
ScreensApi.addScreenTab(Long screenId,
ScreenableTab screenableTab,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create screen tab
|
io.reactivex.Single<List<ScreenableTab>> |
ScreensApi.getAllScreenTabs(Long screenId,
Optional<String> projectKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all screen tabs
|
io.reactivex.Single<ScreenableTab> |
ScreensApi.renameScreenTab(Long screenId,
Long tabId,
ScreenableTab screenableTab,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update screen tab
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ScreenableTab> |
ScreensApi.addScreenTab(Long screenId,
ScreenableTab screenableTab,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create screen tab
|
io.reactivex.Single<ScreenableTab> |
ScreensApi.renameScreenTab(Long screenId,
Long tabId,
ScreenableTab screenableTab,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update screen tab
|
| Modifier and Type | Method and Description |
|---|---|
ScreenableTab |
ScreenableTab.name(String name) |
Copyright © 2011–2019 Everit Kft.. All rights reserved.