| 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<EntityProperty> |
AppPropertiesApi.addonPropertiesResourceGetAddonPropertyGet(String addonKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app property
Returns the key and value of an app's property.
|
io.reactivex.Single<EntityProperty> |
AddonPropertiesApi.getAddonProperty(String addonKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app property
Returns the key and value of an app's property.
|
io.reactivex.Single<EntityProperty> |
CommentPropertyApi.getCommentProperty(String commentId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment property
Returns the value of a comment property.
|
io.reactivex.Single<EntityProperty> |
IssueCommentPropertiesApi.getCommentProperty(String commentId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment property
Returns the value of a comment property.
|
io.reactivex.Single<EntityProperty> |
DashboardItemPropertyApi.getDashboardItemProperty(String dashboardId,
String itemId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get dashboard item property
Returns the key and value of a dashboard item property.
|
io.reactivex.Single<EntityProperty> |
DashboardsApi.getDashboardItemProperty(String dashboardId,
String itemId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get dashboard item property
Returns the key and value of a dashboard item property.
|
io.reactivex.Single<EntityProperty> |
IssuePropertiesApi.getIssueProperty(String issueIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue property
Returns the key and value of an issue's property.
|
io.reactivex.Single<EntityProperty> |
IssuePropertyApi.getIssueProperty(String issueIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue property
Returns the key and value of an issue's property.
|
io.reactivex.Single<EntityProperty> |
IssueTypePropertiesApi.getIssueTypeProperty(String issueTypeId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue type property
Returns the key and value of the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties).
|
io.reactivex.Single<EntityProperty> |
IssueTypePropertyApi.getIssueTypeProperty(String issueTypeId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue type property
Returns the key and value of the issue type property.
|
io.reactivex.Single<EntityProperty> |
ProjectPropertiesApi.getProjectProperty(String projectIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project property
Returns the value of a [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties).
|
io.reactivex.Single<EntityProperty> |
ProjectPropertyApi.getProjectProperty(String projectIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project property
Returns the value of a project property.
|
io.reactivex.Single<EntityProperty> |
UserPropertiesApi.getUserProperty(String propertyKey,
Optional<String> accountId,
Optional<String> userKey,
Optional<String> username,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user property
Returns the value of a user's property.
|
io.reactivex.Single<EntityProperty> |
UserPropertyApi.getUserProperty(String propertyKey,
Optional<String> accountId,
Optional<String> userKey,
Optional<String> username,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user property
Returns the value of a user's property.
|
io.reactivex.Single<EntityProperty> |
IssueWorklogPropertiesApi.getWorklogProperty(String issueIdOrKey,
String worklogId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get worklog property
Returns the value of a worklog property.
|
io.reactivex.Single<EntityProperty> |
WorklogPropertyApi.getWorklogProperty(String issueIdOrKey,
String worklogId,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get worklog property
Returns the value of a worklog property.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
EntityProperty.key(String key) |
EntityProperty |
EntityProperty.value(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
ChangedWorklog.getProperties()
Details of properties associated with the change.
|
List<EntityProperty> |
Comment.getProperties()
A list of comment properties.
|
List<EntityProperty> |
IssueUpdateDetails.getProperties()
Details of issue properties to be add or update.
|
List<EntityProperty> |
Worklog.getProperties()
Details of properties for the worklog.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.addPropertiesItem(EntityProperty propertiesItem) |
IssueUpdateDetails |
IssueUpdateDetails.addPropertiesItem(EntityProperty propertiesItem) |
Worklog |
Worklog.addPropertiesItem(EntityProperty propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.properties(List<EntityProperty> properties) |
IssueUpdateDetails |
IssueUpdateDetails.properties(List<EntityProperty> properties) |
Worklog |
Worklog.properties(List<EntityProperty> properties) |
void |
Comment.setProperties(List<EntityProperty> properties) |
void |
IssueUpdateDetails.setProperties(List<EntityProperty> properties) |
void |
Worklog.setProperties(List<EntityProperty> properties) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.