Package 

Class ICMDockerPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public class ICMDockerPlugin
     implements Plugin<Project>
                        

    Main plugin class of the project plugin.

    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project project) Main method of a plugin.
      • Methods inherited from class java.lang.Object

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

      • ICMDockerPlugin

        ICMDockerPlugin()
    • Method Detail

      • apply

         Unit apply(Project project)

        Main method of a plugin.

        Parameters:
        project - target project