public interface CWPService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<okhttp3.ResponseBody> |
downloadScanner(String body) |
retrofit2.Call<CreateIntegrationResponse> |
validateIntegration(ValidateIntegrationRequest body) |
@POST(value="/iac/onboarding/v1/cicd/jenkins/validate") retrofit2.Call<CreateIntegrationResponse> validateIntegration(@Body ValidateIntegrationRequest body)
@POST(value="/iac/onboarding/v1/cli/download") retrofit2.Call<okhttp3.ResponseBody> downloadScanner(@Body String body)
Copyright © 2016–2023. All rights reserved.