| Class | Description |
|---|---|
| BlackDuckComponent |
A base class for any object that can interact with the Black Duck API.
|
| BlackDuckPath |
This will represent a starting point for a REST conversation with Black Duck, such as '/api/codelocations' or '/api/projects'
|
| BlackDuckPathMultipleResponses<T extends BlackDuckResponse> | |
| BlackDuckPathSingleResponse<T extends BlackDuckResponse> | |
| BlackDuckResponse |
All Hub API JSON Responses should be marshaled to instances of this class.
|
| BlackDuckView |
A marker class used when a BlackDuckResponse has the '_meta' property which, for now, must be determined manually by actually performing requests against Hub endpoints.
|
| LinkMultipleResponses<T extends BlackDuckResponse> | |
| LinkResponse | |
| LinkSingleResponse<T extends BlackDuckResponse> | |
| LinkStringResponse |