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: