gradle
8.3
Java API
gradle
/
org.gradle.tooling.events.configuration
/
ProjectConfigurationProgressEvent
Project
Configuration
Progress
Event
Java API
interface
ProjectConfigurationProgressEvent
:
ProgressEvent
Root interface for all events that signal progress while configuring a project.
Inheritors
ProjectConfigurationFinishEvent
ProjectConfigurationStartEvent
Members
Functions
get
Descriptor
Link copied to clipboard
Java API
abstract
fun
getDescriptor
(
)
:
ProjectConfigurationOperationDescriptor
Returns the description of the project configuration operation for which progress is reported.
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
Java API
abstract
fun
getEventTime
(
)
:
Long