public static class IssueService.CloneValidationResult extends ServiceResultImpl
IssueService.validateClone(ApplicationUser, Issue, String, boolean, boolean, boolean, Map)
method to obtain this.Constructor and Description |
---|
CloneValidationResult(Issue issue,
ErrorCollection errors,
String summary,
boolean cloneAttachments,
boolean cloneSubTasks,
boolean cloneLinks,
Map<CustomField,Optional<Boolean>> cloneOptionSelections) |
Modifier and Type | Method and Description |
---|---|
Map<CustomField,Optional<Boolean>> |
getCloneOptionSelections() |
Issue |
getIssue() |
String |
getSummary() |
boolean |
isCloneAttachments() |
boolean |
isCloneLinks() |
boolean |
isCloneSubTasks() |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
public CloneValidationResult(Issue issue, ErrorCollection errors, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField,Optional<Boolean>> cloneOptionSelections)
public Issue getIssue()
public String getSummary()
public boolean isCloneAttachments()
public boolean isCloneSubTasks()
public boolean isCloneLinks()
public Map<CustomField,Optional<Boolean>> getCloneOptionSelections()
Copyright © 2002-2024 Atlassian. All Rights Reserved.