Uses of Enum Class
com.vaadin.appsec.backend.model.analysis.AssessmentStatus
Packages that use AssessmentStatus
-
Uses of AssessmentStatus in com.vaadin.appsec.backend.model.analysis
Methods in com.vaadin.appsec.backend.model.analysis that return AssessmentStatusModifier and TypeMethodDescriptionAffectedVersion.getStatus()The current status of this assessment.static AssessmentStatusReturns the enum constant of this class with the specified name.static AssessmentStatus[]AssessmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AssessmentStatus in com.vaadin.appsec.backend.model.dto
Methods in com.vaadin.appsec.backend.model.dto that return AssessmentStatusModifier and TypeMethodDescriptionVulnerability.getVaadinAnalysis()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.vaadin.appsec.backend.model.dto with parameters of type AssessmentStatusModifier and TypeMethodDescriptionvoidVulnerability.setVaadinAnalysis(AssessmentStatus vaadinAnalysis) Deprecated, for removal: This API element is subject to removal in a future version.