Interface GZip.GZipWorkParameters
- 
- All Superinterfaces:
 CompressorWorkParameters,WorkParameters
- Enclosing class:
 - GZip
 
public static interface GZip.GZipWorkParameters extends CompressorWorkParameters
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
WorkParameters.None 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<Boolean>getAddFilename()Property<String>getComment()Property<Integer>getCompressionLevel()- 
Methods inherited from interface io.freefair.gradle.plugins.compress.tasks.CompressorWorkParameters
getSourceFile, getTargetFile 
 - 
 
 -