Uses of Class
com.atlassian.crowd.manager.emailscan.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in com.atlassian.crowd.manager.emailscan
Methods in com.atlassian.crowd.manager.emailscan that return types with arguments of type ValidationResultModifier and TypeMethodDescriptionAppIssuesWithMailsValidationService.getLastValidationResult
(long appId) Gets result of the latest scan for a given application.AppIssuesWithMailsValidationServiceImpl.getLastValidationResult
(long appId) -
Uses of ValidationResult in com.atlassian.crowd.manager.emailscan.scanner
Methods in com.atlassian.crowd.manager.emailscan.scanner that return ValidationResultModifier and TypeMethodDescriptionAppMailIssuesScanner.runScan
(long appId) Runs emails scan for a given application.Methods in com.atlassian.crowd.manager.emailscan.scanner that return types with arguments of type ValidationResult -
Uses of ValidationResult in com.atlassian.crowd.plugin.rest.entity.emailscan
Methods in com.atlassian.crowd.plugin.rest.entity.emailscan with parameters of type ValidationResultModifier and TypeMethodDescriptionstatic AppEmailScanResultEntity
AppEmailScanResultEntity.fromValidationResult
(ValidationResult validationResult) -
Uses of ValidationResult in com.atlassian.crowd.plugin.rest.service.controller.admin
Methods in com.atlassian.crowd.plugin.rest.service.controller.admin that return types with arguments of type ValidationResult