Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
export
interface
JavaInstallerResults {
9
version: string;
10
path: string;
11
}
12
13
export
interface
JavaDownloadRelease {
14
version: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected