MCPcopy
hub / github.com/actions/setup-java / JavaInstallerResults

Interface JavaInstallerResults

src/distributions/base-models.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface JavaInstallerResults {
9 version: string;
10 path: string;
11}
12
13export interface JavaDownloadRelease {
14 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected