Package com.atlassian.jira.rest.client.api.domain.input
package com.atlassian.jira.rest.client.api.domain.input
-
ClassDescriptionData required to add an attachmentInput used for creating new Audit records.Input data for searching audit recordsTransforms most of standard fields values into form understandable by input generator.This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.Represents object with fields in IssueInputField's value.Details about project component to be created or updated;New value for selected field - used while changing issue fields - e.g. while transitioning issue.Represents new JIRA issueBuilder for IssueInput class.Input parameters used for issue link creation.Permissions context for
MyPermissionsRestClientInput data used while transitioning an issue including new values for this issue and the optional comment.Details about user to be created or updated;Implement this interface if you want to provide your own value transformer to ValueTransformerManager.This class allows to registerValueTransformerobjects and then perform value transformation using registered transformers by invokingValueTransformerManager.apply(Object).Input data describing details of a project version to create.Defines a new position for a project version (while moving it) byVersionRestClient.moveVersion(java.net.URI, VersionPosition)Represents worklog item in JIRA.Builder class for WorklogInput.