Class BasePlugin
java.lang.Object
eu.xenit.gradle.enterprise.conventions.BasePlugin
- All Implemented Interfaces:
MultipleApplicationTargetsPlugin,org.gradle.api.Plugin<Object>
- Direct Known Subclasses:
DockerImageLabelsPlugin,DockerMultiArchPlugin,OssPlugin,PrivatePlugin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.xenit.gradle.enterprise.conventions.internal.MultipleApplicationTargetsPlugin
apply
-
Constructor Details
-
BasePlugin
public BasePlugin()
-
-
Method Details
-
apply
public abstract void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceMultipleApplicationTargetsPlugin
-
apply
public void apply(org.gradle.api.initialization.Settings settings) - Specified by:
applyin interfaceMultipleApplicationTargetsPlugin
-