Uses of Class
org.jenkinsci.plugins.fodupload.models.response.GetStaticScanSetupResponse
-
Packages that use GetStaticScanSetupResponse Package Description org.jenkinsci.plugins.fodupload.controllers org.jenkinsci.plugins.fodupload.models.response -
-
Uses of GetStaticScanSetupResponse in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return GetStaticScanSetupResponse Modifier and Type Method Description GetStaticScanSetupResponse
StaticScanController. getStaticScanSettings(Integer releaseId)
GetStaticScanSetupResponse
StaticScanController. getStaticScanSettingsOld(Integer releaseId)
Deprecated.Use theStaticScanController.getStaticScanSettings(java.lang.Integer)
method instead -
Uses of GetStaticScanSetupResponse in org.jenkinsci.plugins.fodupload.models.response
Methods in org.jenkinsci.plugins.fodupload.models.response that return GetStaticScanSetupResponse Modifier and Type Method Description GetStaticScanSetupResponse
AssessmentTypeEntitlementsForAutoProv. getSettings()
Constructors in org.jenkinsci.plugins.fodupload.models.response with parameters of type GetStaticScanSetupResponse Constructor Description AssessmentTypeEntitlementsForAutoProv(Integer releaseId, List<AssessmentTypeEntitlement> entitlements, GetStaticScanSetupResponse settings)
-