Class GitHooksPlugin

java.lang.Object
com.github.jakemarsden.githooksgradleplugin.GitHooksPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class GitHooksPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
  • Constructor Summary

    Constructors 
    Constructor Description
    GitHooksPlugin()  
  • Method Summary

    Modifier and Type Method Description
    void apply​(org.gradle.api.Project project)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • apply

      public void apply​(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>