public static class ArchivedIssueService.ValidationResult extends ServiceResultImpl
ArchivedIssueService.validateArchiveIssue(ApplicationUser, String, boolean) method
to obtain this.| Constructor and Description |
|---|
ValidationResult(ErrorCollection errorCollection,
Issue issue) |
ValidationResult(ErrorCollection errorCollection,
Issue issue,
ApplicationUser user)
Deprecated.
please use
#ValidationResult(ErrorCollection, Issue, ApplicationUser, boolean) |
ValidationResult(ErrorCollection errorCollection,
Issue issue,
ApplicationUser user,
boolean notifyUsers) |
ValidationResult(ErrorCollection errorCollection,
String issueKey) |
| Modifier and Type | Method and Description |
|---|---|
Issue |
getIssue() |
String |
getIssueKey() |
ApplicationUser |
getUser() |
boolean |
isNotifyUsers() |
getErrorCollection, getWarningCollection, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasWarningspublic ValidationResult(ErrorCollection errorCollection, String issueKey)
public ValidationResult(ErrorCollection errorCollection, @Nonnull Issue issue)
@Deprecated public ValidationResult(ErrorCollection errorCollection, @Nonnull Issue issue, ApplicationUser user)
#ValidationResult(ErrorCollection, Issue, ApplicationUser, boolean)public ValidationResult(ErrorCollection errorCollection, @Nonnull Issue issue, ApplicationUser user, boolean notifyUsers)
public String getIssueKey()
public Issue getIssue()
public ApplicationUser getUser()
public boolean isNotifyUsers()
Copyright © 2002-2019 Atlassian. All Rights Reserved.