Uses of Class
org.jenkinsci.plugins.fodupload.models.response.Dast.GetDastScanSettingResponse.ApiSource
-
Packages that use GetDastScanSettingResponse.ApiSource Package Description org.jenkinsci.plugins.fodupload.models.response.Dast -
-
Uses of GetDastScanSettingResponse.ApiSource in org.jenkinsci.plugins.fodupload.models.response.Dast
Fields in org.jenkinsci.plugins.fodupload.models.response.Dast declared as GetDastScanSettingResponse.ApiSource Modifier and Type Field Description GetDastScanSettingResponse.ApiSource
GraphQl. sourceType
GetDastScanSettingResponse.ApiSource
OpenApi. sourceType
Methods in org.jenkinsci.plugins.fodupload.models.response.Dast that return GetDastScanSettingResponse.ApiSource Modifier and Type Method Description static GetDastScanSettingResponse.ApiSource
GetDastScanSettingResponse.ApiSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetDastScanSettingResponse.ApiSource[]
GetDastScanSettingResponse.ApiSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-