| 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> |
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 |
ScreenWithTab.getTab()
The tab for the screen.
|
ScreenableTab |
ScreenableTab.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenWithTab.setTab(ScreenableTab tab) |
ScreenWithTab |
ScreenWithTab.tab(ScreenableTab tab) |
Copyright © 2011–2023 Everit Kft.. All rights reserved.