| 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<IssueLinkType> |
IssueLinkTypeApi.createIssueLinkType(IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link type
Creates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypesApi.createIssueLinkType(IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link type
Creates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypeApi.getIssueLinkType(String issueLinkTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue link type
Returns an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypesApi.getIssueLinkType(String issueLinkTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue link type
Returns an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypeApi.updateIssueLinkType(String issueLinkTypeId,
IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue link type
Updates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypesApi.updateIssueLinkType(String issueLinkTypeId,
IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue link type
Updates an issue link type.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypeApi.createIssueLinkType(IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link type
Creates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypesApi.createIssueLinkType(IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link type
Creates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypeApi.updateIssueLinkType(String issueLinkTypeId,
IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue link type
Updates an issue link type.
|
io.reactivex.Single<IssueLinkType> |
IssueLinkTypesApi.updateIssueLinkType(String issueLinkTypeId,
IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue link type
Updates an issue link type.
|
| Modifier and Type | Method and Description |
|---|---|
IssueLinkType |
IssueLink.getType()
The type of link between the issues.
|
IssueLinkType |
LinkIssueRequestJsonBean.getType()
Get type
|
IssueLinkType |
IssueLinkType.id(String id) |
IssueLinkType |
IssueLinkType.inward(String inward) |
IssueLinkType |
IssueLinkType.name(String name) |
IssueLinkType |
IssueLinkType.outward(String outward) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueLinkType> |
IssueLinkTypes.getIssueLinkTypes()
The issue link type bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueLink.setType(IssueLinkType type) |
void |
LinkIssueRequestJsonBean.setType(IssueLinkType type) |
IssueLink |
IssueLink.type(IssueLinkType type) |
LinkIssueRequestJsonBean |
LinkIssueRequestJsonBean.type(IssueLinkType type) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.