Uses of Class
org.jenkinsci.plugins.fodupload.models.response.GenericListResponse
-
Packages that use GenericListResponse Package Description org.jenkinsci.plugins.fodupload org.jenkinsci.plugins.fodupload.controllers -
-
Uses of GenericListResponse in org.jenkinsci.plugins.fodupload
Methods in org.jenkinsci.plugins.fodupload that return GenericListResponse Modifier and Type Method Description 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)
static GenericListResponse<ReleaseApiResponse>
DastScanSharedBuildStep. customFillUserSelectedReleaseList(int applicationId, int microserviceId, String searchTerm, Integer offset, Integer limit, AuthenticationModel authModel)
static GenericListResponse<ReleaseApiResponse>
SharedUploadBuildStep. customFillUserSelectedReleaseList(int applicationId, int microserviceId, String searchTerm, Integer offset, Integer limit, AuthenticationModel authModel)
-
Uses of GenericListResponse in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return GenericListResponse Modifier and Type Method Description GenericListResponse<ApplicationApiResponse>
ApplicationsController. getApplicationList(String searchTerm, Integer offset, Integer limit)
GET given enum at_return array of enum values and text or nullGenericListResponse<ReleaseApiResponse>
ApplicationsController. getReleaseListByApplication(int releaseListApplicationId, int microserviceId, String searchTerm, Integer offset, Integer limit)
GET given enum
-