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

Interface installerInputsOptions

src/setup-java.ts:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140interface installerInputsOptions {
141 architecture: string;
142 packageType: string;
143 checkLatest: boolean;
144 distributionName: string;
145 jdkFile: string;
146 toolchainIds: Array<string>;
147}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected