public static class

IssueService.CreateValidationResult

extends IssueService.IssueValidationResult
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
       ↳ com.atlassian.jira.bc.issue.IssueService.CreateValidationResult

Class Overview

A simple object that holds the information about validating a create issue operation. This object should not be constructed directly, you should invoke the #validateCreate(User, IssueInputParameters) method to obtain this.

Summary

Public Constructors
@Internal CreateValidationResult(MutableIssue issue, ErrorCollection errors, Map<StringObject> fieldValuesHolder)
Public Methods
Map<StringObject> getFieldValuesHolder()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

@Internal public CreateValidationResult (MutableIssue issue, ErrorCollection errors, Map<StringObject> fieldValuesHolder)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Public Methods

public Map<StringObject> getFieldValuesHolder ()

Returns
  • can be used by the JIRA fields to re-render the inputted values.