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

Interface JavaInstallerOptions

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

Source from the content-addressed store, hash-verified

1export interface JavaInstallerOptions {
2 version: string;
3 architecture: string;
4 packageType: string;
5 checkLatest: boolean;
6}
7
8export interface JavaInstallerResults {
9 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected