public static class ArchivedProjectService.ValidationResult extends ProjectService.AbstractProjectResult
ArchivedProjectService.validateArchiveProject(ApplicationUser, String)
or ArchivedProjectService.validateRestoreProject(ApplicationUser, String)
method
to obtain this.Constructor and Description |
---|
ValidationResult(ErrorCollection errorCollection,
Project project) |
ValidationResult(ErrorCollection errorCollection,
String projectKey) |
Modifier and Type | Method and Description |
---|---|
String |
getProjectKey() |
get, getProject, getReturnedValue
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fold
getErrorCollection, getWarningCollection, hasWarnings, isValid
public ValidationResult(ErrorCollection errorCollection, String projectKey)
public ValidationResult(ErrorCollection errorCollection, @Nonnull Project project)
public String getProjectKey()
Copyright © 2002-2019 Atlassian. All Rights Reserved.