toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.cpp
/
CppProject
Cpp
Project
API
interface
CppProject
:
ProjectModel
(
source
)
Details about the C++ components of a Gradle project.
Since
4.10
Members
Functions
get
Main
Component
Link copied to clipboard
API
@
Nullable
abstract
fun
getMainComponent
(
)
:
CppComponent
Returns the main C++ component of this project, if any.
get
Project
Identifier
Link copied to clipboard
API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
get
Test
Component
Link copied to clipboard
API
@
Nullable
abstract
fun
getTestComponent
(
)
:
CppTestSuite
Returns the C++ unit test suite of this project, if any.