gradle
8.3
Java API
gradle
/
org.gradle.plugins.ide
/
IdeWorkspace
Ide
Workspace
Java API
interface
IdeWorkspace
:
Describable
Represents an IDE "workspace" that is generated by Gradle and can be opened in the IDE.
Inheritors
VisualStudioSolution
XcodeWorkspace
IdeaProject
Members
Functions
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Location
Link copied to clipboard
Java API
abstract
fun
getLocation
(
)
:
Provider
<
out
FileSystemLocation
>
Returns the location of the generated workspace.