Class DefaultSpTask

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Task

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

      Fields 
      Modifier and Type Field Description
      protected boolean debug
      Option, mit welcher das Loglevel auf die Stufe 'DEBUG' gesetzt werden kann
      protected java.lang.String environment
      Option, welche beim Aufruf die zu verwendende Umgebung angibt.
      protected java.lang.String mandant
      Option,welche beim Aufruf den zu verwendenden Mandanten angibt.
      • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSpTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void adjustLogLevel​(boolean debug)  
      protected ProjectConfiguration getConfig()  
      protected java.io.File getFileInProject​(java.lang.String dest)  
      protected java.io.File getProjectDir()  
      • Methods inherited from class org.gradle.api.internal.AbstractTask

        appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getRequiredServices, getServices, getSharedResources, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • environment

        @Input
        @Optional
        protected java.lang.String environment
        Option, welche beim Aufruf die zu verwendende Umgebung angibt.
      • mandant

        @Input
        @Optional
        protected java.lang.String mandant
        Option,welche beim Aufruf den zu verwendenden Mandanten angibt. Überschreibt die Informationen aus den Konfigurationen
      • debug

        @Input
        protected boolean debug
        Option, mit welcher das Loglevel auf die Stufe 'DEBUG' gesetzt werden kann
    • Constructor Detail

      • DefaultSpTask

        public DefaultSpTask()
    • Method Detail

      • adjustLogLevel

        protected void adjustLogLevel​(boolean debug)
      • getProjectDir

        @Internal
        protected java.io.File getProjectDir()
      • getFileInProject

        protected java.io.File getFileInProject​(java.lang.String dest)