gradle-get-details
Retrieve complete output from previous builds or tests using their ID. Filter by logs, errors, tasks, or all details, with options to truncate or summarize.
Instructions
Fetch full output for a previous build/test by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| detailType | Yes | all | |
| maxChars | No | Truncate to N chars | |
| summaryOnly | No | Return compact summary payload for logs/tasks/all detail types (ignored for errors) | |
| previewChars | No | For summaryOnly with detailType logs/all: preview length in characters (default: 400) |