Uses of Package
com.atlassian.jira.rest.client.api.domain.input
Packages that use com.atlassian.jira.rest.client.api.domain.input
Package
Description
-
Classes in com.atlassian.jira.rest.client.api.domain.input used by com.atlassian.jira.rest.client.apiClassDescriptionData required to add an attachmentInput data for searching audit recordsDetails about project component to be created or updated;Represents new JIRA issueInput 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;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. -
Classes in com.atlassian.jira.rest.client.api.domain.input used by com.atlassian.jira.rest.client.api.domain.inputClassDescriptionInput used for creating new Audit records.This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.Represents object with fields in IssueInputField's value.New value for selected field - used while changing issue fields - e.g. while transitioning issue.Represents new JIRA issueBuilder for IssueInput class.Permissions context for
MyPermissionsRestClientImplement 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.