Uses of Package
com.atlassian.jira.rest.client.api.domain.input

Packages that use com.atlassian.jira.rest.client.api.domain.input
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.api.domain.input   
 

Classes in com.atlassian.jira.rest.client.api.domain.input used by com.atlassian.jira.rest.client.api
AttachmentInput
          Data required to add an attachment
ComponentInput
          Details about project component to be created or updated;
IssueInput
          Represents new JIRA issue
LinkIssuesInput
          Input parameters used for issue link creation.
TransitionInput
          Input data used while transitioning an issue including new values for this issue and the optional comment.
VersionInput
          Input data describing details of a project version to create.
VersionPosition
          Defines a new position for a project version (while moving it) by VersionRestClient.moveVersion(java.net.URI, VersionPosition)
WorklogInput
          Represents worklog item in JIRA.
 

Classes in com.atlassian.jira.rest.client.api.domain.input used by com.atlassian.jira.rest.client.api.domain.input
CannotTransformValueException
          This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.
ComplexIssueInputFieldValue
          Represents object with fields in IssueInputField's value.
FieldInput
          New value for selected field - used while changing issue fields - e.g.
IssueInput
          Represents new JIRA issue
IssueInputBuilder
          Builder for IssueInput class.
ValueTransformer
          Implement this interface if you want to provide your own value transformer to ValueTransformerManager.
You should return ValueTransformer.CANNOT_HANDLE in ValueTransformer.apply(Object) when implemented transformer cannot transform given value.
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
           
VersionPosition
          Defines a new position for a project version (while moving it) by VersionRestClient.moveVersion(java.net.URI, VersionPosition)
WorklogInput
          Represents worklog item in JIRA.
WorklogInput.AdjustEstimate
           
WorklogInputBuilder
          Builder class for WorklogInput.
 



Copyright © 2013 Atlassian. All Rights Reserved.