com.atlassian.jira.bc.project.version.remotelink
Class RemoteVersionLinkService.DeleteValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.DeleteValidationResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- RemoteVersionLinkService
@PublicApi
public static class RemoteVersionLinkService.DeleteValidationResult
- extends ServiceResultImpl
Holds the information about validating a delete remote version link operation.
This object should not be constructed directly; you should invoke either
RemoteVersionLinkService.validateDeleteByVersionId(ApplicationUser, Long)
or
RemoteVersionLinkService.validateDelete(ApplicationUser, Long, String)
to obtain this.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright © 2002-2014 Atlassian. All Rights Reserved.