Groovy Documentation

org.gradle.tooling
[Java] Interface ProgressEvent


public interface ProgressEvent

Some information about a piece of work of a long running operation.


Method Summary
java.lang.String getDescription()

A description of the current piece of work.

 

Method Detail

getDescription

public java.lang.String getDescription()
A description of the current piece of work.
Returns:
The description.


 

Groovy Documentation