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