Class SpotBugsRunnerForWorker.SpotBugsExecutor

  • All Implemented Interfaces:
    org.gradle.workers.WorkAction<com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker.SpotBugsWorkParameters>
    Enclosing class:
    SpotBugsRunnerForWorker

    public abstract static class SpotBugsRunnerForWorker.SpotBugsExecutor
    extends java.lang.Object
    implements org.gradle.workers.WorkAction<com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker.SpotBugsWorkParameters>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.gradle.workers.WorkAction

        getParameters
    • Constructor Detail

      • SpotBugsExecutor

        public SpotBugsExecutor()
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface org.gradle.workers.WorkAction<com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker.SpotBugsWorkParameters>