Skip to content

Commit

Permalink
Merge pull request #410 from blackducksoftware/dev/dterry/IDETECT-406…
Browse files Browse the repository at this point in the history
…8-return-raw-response

Return additional REST response information
  • Loading branch information
dterrysynopsys committed Oct 2, 2023
2 parents 963c9ba + 3b33abf commit f696610
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ public Response execute(BlackDuckResponseRequest request) throws IntegrationExce
blackDuckHttpClient.throwExceptionForError(response);
return response;
}

public Response executeAndRetrieveResponse(BlackDuckResponseRequest request) throws IntegrationException {
return blackDuckHttpClient.execute(request);
}

// ------------------------------------------------
// posting and getting location header
Expand Down

0 comments on commit f696610

Please sign in to comment.