Interface BaseRebelGenerateTask

All Superinterfaces:
Comparable<org.gradle.api.Task>, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Named, org.gradle.api.Task
All Known Implementing Classes:
IncrementalRebelGenerateTask, LegacyRebelGenerateTask

public interface BaseRebelGenerateTask extends org.gradle.api.Task
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Field Summary

    Fields inherited from interface org.gradle.api.Task

    TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
     
     
    boolean
     
     
    void
     
    void
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.gradle.api.plugins.ExtensionAware

    getExtensions

    Methods inherited from interface org.gradle.api.Task

    configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, notCompatibleWithConfigurationCache, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
  • Method Details

    • getPackaging

      @Input String getPackaging()
    • skipWritingRebelXml

      void skipWritingRebelXml()
    • generate

      void generate()
    • getRebelModel

      @Input @Optional RebelMainModel getRebelModel()
    • propagateConventionMappingSettings

      void propagateConventionMappingSettings()
    • getShowGenerated

      @Input boolean getShowGenerated()
    • getAlwaysGenerate

      @Input boolean getAlwaysGenerate()
    • getWar

      @Input @Optional RebelWar getWar()