@java.lang.SuppressWarnings("GroovyUnusedDeclaration")
class InstallerSupportPlugin
extends java.lang.Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project) |
|
void |
createPluginBomTask(java.lang.String installerName = '')Create the task to construct the plugin BOM for the given installer and arrange for it to get published. |
|
java.util.List<java.lang.String> |
getPluginDependencySpecs(boolean includeCommon, java.lang.String installerName)Construct a list of the plugin dependency specifications for the given installer variant. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create the task to construct the plugin BOM for the given installer and arrange for it to get published.
installerName - Name of installer, optional, defaults to root project name (for standardInstaller)Construct a list of the plugin dependency specifications for the given installer variant.
includeCommon - Pass true to always include the common plugins even when installerName is setinstallerName - Optional, installer variant name to process