Package | Description |
---|---|
com.synopsys.protecode.sc.jenkins.interfaces | |
com.synopsys.protecode.sc.jenkins.types |
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<HttpTypes.UploadResponse> |
ProtecodeScApi.poll(int scanId) |
retrofit2.Call<HttpTypes.UploadResponse> |
ProtecodeScApi.scan(String groupName,
String filename,
okhttp3.RequestBody bytes) |
retrofit2.Call<HttpTypes.UploadResponse> |
ProtecodeScApi.scanFetchFromUrl(Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
void |
Listeners.ScanService.processUploadResult(HttpTypes.UploadResponse result) |
void |
Listeners.PollService.setScanStatus(HttpTypes.UploadResponse status) |
Constructor and Description |
---|
FileResult(String filename,
HttpTypes.UploadResponse uploadResponse,
boolean zippingInUse) |
Copyright © 2016–2023. All rights reserved.