toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.model
/
GradleTask
Gradle
Task
API
interface
GradleTask
:
Task
(
source
)
Represents a task which is executable by Gradle.
Since
1.0-milestone-5
Members
Functions
get
Build
Tree
Path
Link copied to clipboard
API
abstract
fun
getBuildTreePath
(
)
:
String
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
String
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Group
Link copied to clipboard
API
abstract
fun
getGroup
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
get
Project
Link copied to clipboard
API
abstract
fun
getProject
(
)
:
GradleProject
Returns the Gradle project this task is defined in.
get
Project
Identifier
Link copied to clipboard
API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
is
Public
Link copied to clipboard
API
abstract
fun
isPublic
(
)
:
Boolean