Groovy Documentation

org.gradle.api.tasks.compile
[Groovy] Class DebugOptions

java.lang.Object
  org.gradle.api.tasks.compile.AbstractOptions
      org.gradle.api.tasks.compile.DebugOptions

class DebugOptions
extends AbstractOptions

Authors:
Hans Dockter


Property Summary
String debugLevel

 
Method Summary
Map fieldName2AntMap()

 
Methods inherited from class AbstractOptions
addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

debugLevel

@Input
@Optional
String debugLevel


 
Method Detail

fieldName2AntMap

Map fieldName2AntMap()


 

Gradle API 1.0-milestone-8a