Package jtdog

Class SniffTask

  • All Implemented Interfaces:
    java.lang.Comparable<org.gradle.api.Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Task, org.gradle.util.Configurable<org.gradle.api.Task>

    public class SniffTask
    extends org.gradle.api.DefaultTask
    • Nested Class Summary

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

        org.gradle.api.Task.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
    • Constructor Summary

      Constructors 
      Constructor Description
      SniffTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getJunitVersion()  
      org.gradle.api.Project getProject()  
      int getRerunFailure()  
      int getRunInRandomOrder()  
      boolean isDetectStaticSmells()  
      void setDetectStaticSmells​(boolean detectStaticSmells)  
      void setJunitVersion​(int junitVersion)  
      void setProject​(org.gradle.api.Project project)  
      void setRerunFailure​(int rerunFailure)  
      void setRunInRandomOrder​(int runInRandomOrder)  
      • 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, 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
    • Constructor Detail

      • SniffTask

        public SniffTask()
    • Method Detail

      • getProject

        public org.gradle.api.Project getProject()
        Specified by:
        getProject in interface org.gradle.api.Task
        Overrides:
        getProject in class org.gradle.api.internal.AbstractTask
      • setProject

        public void setProject​(org.gradle.api.Project project)
      • getJunitVersion

        public int getJunitVersion()
      • setJunitVersion

        public void setJunitVersion​(int junitVersion)
      • getRerunFailure

        public int getRerunFailure()
      • setRerunFailure

        public void setRerunFailure​(int rerunFailure)
      • getRunInRandomOrder

        public int getRunInRandomOrder()
      • setRunInRandomOrder

        public void setRunInRandomOrder​(int runInRandomOrder)
      • isDetectStaticSmells

        public boolean isDetectStaticSmells()
      • setDetectStaticSmells

        public void setDetectStaticSmells​(boolean detectStaticSmells)