Uses of Class
org.jenkinsci.plugins.fodupload.models.response.ReleaseApiResponse
-
Packages that use ReleaseApiResponse Package Description org.jenkinsci.plugins.fodupload org.jenkinsci.plugins.fodupload.controllers -
-
Uses of ReleaseApiResponse in org.jenkinsci.plugins.fodupload
Methods in org.jenkinsci.plugins.fodupload that return types with arguments of type ReleaseApiResponse Modifier and Type Method Description static Result<ReleaseApiResponse>
DastScanSharedBuildStep. customFillUserReleaseById(int releaseId, AuthenticationModel authModel)
static Result<ReleaseApiResponse>
SharedUploadBuildStep. customFillUserReleaseById(int releaseId, 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 ReleaseApiResponse in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return types with arguments of type ReleaseApiResponse Modifier and Type Method Description Result<ReleaseApiResponse>
ApplicationsController. getReleaseById(Integer releaseId)
GenericListResponse<ReleaseApiResponse>
ApplicationsController. getReleaseListByApplication(int releaseListApplicationId, int microserviceId, String searchTerm, Integer offset, Integer limit)
GET given enum
-