| 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<Component> |
ComponentApi.createComponent(Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create component
Creates a component.
|
io.reactivex.Single<Component> |
ProjectComponentsApi.createComponent(Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create component
Creates a component.
|
io.reactivex.Single<Component> |
ComponentApi.getComponent(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get component
Returns a component.
|
io.reactivex.Single<Component> |
ProjectComponentsApi.getComponent(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get component
Returns a component.
|
io.reactivex.Single<List<Component>> |
ProjectApi.getProjectComponents(String projectIdOrKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project components
Returns all components in a project.
|
io.reactivex.Single<List<Component>> |
ProjectComponentsApi.getProjectComponents(String projectIdOrKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project components
Returns all components in a project.
|
io.reactivex.Single<Component> |
ComponentApi.updateComponent(String id,
Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update component
Updates a component.
|
io.reactivex.Single<Component> |
ProjectComponentsApi.updateComponent(String id,
Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update component
Updates a component.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Component> |
ComponentApi.createComponent(Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create component
Creates a component.
|
io.reactivex.Single<Component> |
ProjectComponentsApi.createComponent(Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create component
Creates a component.
|
io.reactivex.Single<Component> |
ComponentApi.updateComponent(String id,
Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update component
Updates a component.
|
io.reactivex.Single<Component> |
ProjectComponentsApi.updateComponent(String id,
Component component,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update component
Updates a component.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.assigneeType(Component.AssigneeTypeEnum assigneeType) |
Component |
Component.description(String description) |
Component |
Component.leadAccountId(String leadAccountId) |
Component |
Component.leadUserName(String leadUserName) |
Component |
Component.name(String name) |
Component |
Component.project(String project) |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
Project.getComponents()
List of the components contained in the project.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.