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
java.lang.String debugLevel

 
Method Summary
java.util.Map fieldName2AntMap()

 
Methods inherited from class AbstractOptions
addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap
 

Property Detail

debugLevel

@Input
@Optional
java.lang.String debugLevel


 
Method Detail

fieldName2AntMap

java.util.Map fieldName2AntMap()


 

Groovy Documentation