Package 

Class BuildFinishedListenerService

  • All Implemented Interfaces:
    java.lang.AutoCloseable , org.gradle.api.services.BuildService

    
    public abstract class BuildFinishedListenerService
     implements BuildService<BuildServiceParameters.None>, AutoCloseable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit onClose(Function0<Unit> action)
      Unit close()
      • Methods inherited from class org.gradle.api.services.BuildService

        getParameters
      • Methods inherited from class java.lang.Object

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

      • BuildFinishedListenerService

        BuildFinishedListenerService()