Groovy Documentation

org.gradle.api
Interface TaskAction

org.gradle.api.TaskAction
  org.gradle.api.Action
All Superinterfaces:
Action

interface TaskAction
extends Action

A TaskAction performs some action on a Task.

author:
Hans Dockter


Method Summary
 
Methods inherited from interface Action
execute
 

Groovy Documentation