Class RemoteVersionLinkService.PutValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.PutValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
- RemoteVersionLinkService
@PublicApi
public static class RemoteVersionLinkService.PutValidationResult
extends ServiceResultImpl
Holds the information about validating a create remote version link operation.
This object should not be constructed directly; you should invoke the
RemoteVersionLinkService.validatePut(ApplicationUser, Long, String, String)
method to obtain this.- See Also:
-
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings