MCPcopy Index your code
hub / github.com/actions/setup-java / IDragonwellVersions

Interface IDragonwellVersions

src/distributions/dragonwell/models.ts:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface IDragonwellVersions {
19 os: string;
20 architecture: string;
21 jdk_version: string;
22 checksum: string;
23 download_link: string;
24 edition: string;
25 image_type: string;
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected