Uses of Class
org.jenkinsci.plugins.fodupload.models.response.ApplicationApiResponse
-
Packages that use ApplicationApiResponse Package Description org.jenkinsci.plugins.fodupload org.jenkinsci.plugins.fodupload.controllers -
-
Uses of ApplicationApiResponse in org.jenkinsci.plugins.fodupload
Methods in org.jenkinsci.plugins.fodupload that return types with arguments of type ApplicationApiResponse Modifier and Type Method Description static Result<ApplicationApiResponse>
DastScanSharedBuildStep. customFillUserApplicationById(int applicationId, AuthenticationModel authModel)
static Result<ApplicationApiResponse>
FortifyDastFreeStyleBuildStep.FortifyDastFreeStyleBuilderDescriptor. customFillUserApplicationById(int applicationId, AuthenticationModel authModel)
static Result<ApplicationApiResponse>
SharedUploadBuildStep. customFillUserApplicationById(int applicationId, AuthenticationModel authModel)
static GenericListResponse<ApplicationApiResponse>
DastScanSharedBuildStep. customFillUserSelectedApplicationList(String searchTerm, int offset, int limit, AuthenticationModel authModel)
static GenericListResponse<ApplicationApiResponse>
SharedUploadBuildStep. customFillUserSelectedApplicationList(String searchTerm, int offset, int limit, AuthenticationModel authModel)
-
Uses of ApplicationApiResponse in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return types with arguments of type ApplicationApiResponse Modifier and Type Method Description Result<ApplicationApiResponse>
ApplicationsController. getApplicationById(Integer applicationId)
GenericListResponse<ApplicationApiResponse>
ApplicationsController. getApplicationList(String searchTerm, Integer offset, Integer limit)
GET given enum at_return array of enum values and text or null
-