gradle
8.3-rc-2
Java API
gradle
/
org.gradle.tooling.model.cpp
/
CppProject
Cpp
Project
Java API
interface
CppProject
:
ProjectModel
Details about the C++ components of a Gradle project.
Members
Functions
get
Main
Component
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getMainComponent
(
)
:
CppComponent
Returns the main C++ component of this project, if any.
get
Project
Identifier
Link copied to clipboard
Java API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
get
Test
Component
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getTestComponent
(
)
:
CppTestSuite
Returns the C++ unit test suite of this project, if any.