| Interface | Description |
|---|---|
| ValueTransformer |
Implement this interface if you want to provide your own value transformer to ValueTransformerManager.
|
| Class | Description |
|---|---|
| AttachmentInput |
Data required to add an attachment
|
| AuditRecordBuilder |
Input used for creating new Audit records.
|
| AuditRecordSearchInput |
Input data for searching audit records
|
| BaseValueTransformer |
Transforms most of standard fields values into form understandable by input generator.
|
| ComplexIssueInputFieldValue |
Represents object with fields in IssueInputField's value.
|
| ComponentInput |
Details about project component to be created or updated;
|
| FieldInput |
New value for selected field - used while changing issue fields - e.g.
|
| IssueInput |
Represents new JIRA issue
|
| IssueInputBuilder |
Builder for IssueInput class.
|
| LinkIssuesInput |
Input parameters used for issue link creation.
|
| MyPermissionsInput |
Permissions context for
MyPermissionsRestClient |
| PropertyInput | |
| TransitionInput |
Input data used while transitioning an issue including new values for this issue and the optional comment.
|
| ValueTransformerManager |
This class allows to register
ValueTransformer objects and then perform value transformation using
registered transformers by invoking ValueTransformerManager.apply(Object). |
| VersionInput |
Input data describing details of a project version to create.
|
| VersionInputBuilder | |
| WorklogInput |
Represents worklog item in JIRA.
|
| WorklogInputBuilder |
Builder class for WorklogInput.
|
| Enum | Description |
|---|---|
| VersionPosition |
Defines a new position for a project version (while moving it) by
VersionRestClient.moveVersion(java.net.URI, VersionPosition) |
| WorklogInput.AdjustEstimate |
| Exception | Description |
|---|---|
| CannotTransformValueException |
This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.
|
Copyright © 2017 Atlassian. All rights reserved.