Uses of Class
org.jenkinsci.plugins.fodupload.models.response.AssessmentTypeEntitlement
-
Packages that use AssessmentTypeEntitlement Package Description org.jenkinsci.plugins.fodupload.controllers org.jenkinsci.plugins.fodupload.models.response -
-
Uses of AssessmentTypeEntitlement in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return types with arguments of type AssessmentTypeEntitlement Modifier and Type Method Description List<AssessmentTypeEntitlement>
AssessmentTypesController. getDynamicAssessmentTypeEntitlements(Boolean isMicroservice)
List<AssessmentTypeEntitlement>
AssessmentTypesController. getStaticAssessmentTypeEntitlements(Boolean isMicroservice)
List<AssessmentTypeEntitlement>
AssessmentTypesController. getStaticAssessmentTypeEntitlements(Integer releaseId)
-
Uses of AssessmentTypeEntitlement in org.jenkinsci.plugins.fodupload.models.response
Methods in org.jenkinsci.plugins.fodupload.models.response that return types with arguments of type AssessmentTypeEntitlement Modifier and Type Method Description List<AssessmentTypeEntitlement>
AssessmentTypeEntitlementsForAutoProv. getAssessments()
Constructor parameters in org.jenkinsci.plugins.fodupload.models.response with type arguments of type AssessmentTypeEntitlement Constructor Description AssessmentTypeEntitlementsForAutoProv(Integer releaseId, List<AssessmentTypeEntitlement> entitlements, GetStaticScanSetupResponse settings)
-