Groovy Documentation

org.gradle.api.tasks
[Java] Interface WorkResult


public interface WorkResult

Provides information about some work which was performed.


Method Summary
boolean getDidWork()

 

Method Detail

getDidWork

public boolean getDidWork()


 

Groovy Documentation