Class GrgitService

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.gradle.api.services.BuildService<GrgitService.Params>

    public abstract class GrgitService
    extends java.lang.Object
    implements org.gradle.api.services.BuildService<GrgitService.Params>, java.lang.AutoCloseable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  GrgitService.Params  
    • Constructor Summary

      Constructors 
      Constructor Description
      GrgitService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.ajoberstar.grgit.Grgit getGrgit()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.gradle.api.services.BuildService

        getParameters
    • Constructor Detail

      • GrgitService

        @Inject
        public GrgitService()
    • Method Detail

      • getGrgit

        public org.ajoberstar.grgit.Grgit getGrgit()
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception