A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(Project) - Method in PluginBuildPlugin
Applies the plugin and configures the build.

B

C

checkProjectProperties(Project, List<String>) - Method in PluginBuildPlugin
Checks that values have been provided for the required project properties.
configureArtifactory(Project) - Method in PluginBuildPlugin
Configures Artifactory publishing.
configureBintray(Project) - Method in PluginBuildPlugin
Configures Bintray publishing.
configureDefaultTasks(Project) - Method in PluginBuildPlugin
Configures the local and all tasks and assigns all as the project default.
configureDependencies(Project) - Method in PluginBuildPlugin
Adds dependencies.
configureDerivedPropertiesWithoutPlugins(Project) - Method in PluginBuildPlugin
Defines additional properties that are derived from the required properties.
configureDerivedPropertiesWithPlugins(Project) - Method in PluginBuildPlugin
Configure the properties that we couldn't get values for without plugins.
configureGradlePlugin(Project) - Method in PluginBuildPlugin
Configures the Gradle plugin to build and publish.
configureJarTask(Project) - Method in PluginBuildPlugin
Configures jar task including manifest attributes.
configureJavadocJarTask(Project) - Method in PluginBuildPlugin
Configures the Javadoc jar task.
configureJavaPlugin(Project) - Method in PluginBuildPlugin
Configures the Java plugin including source and target compatibility.
configureJavaPublishing(Project) - Method in PluginBuildPlugin
Configures publishing.
configurePlugin(Project, String, Map<String, Closure<Boolean>>) - Method in PluginBuildPlugin
Applies the plugin identified by the parameter plugin identifier.
configurePluginBundle(Project) - Method in PluginBuildPlugin
Configures the plugin bundle being published.
configurePluginInclusion(Project, Map<String, Closure<Boolean>>) - Method in PluginBuildPlugin
configurePlugins(Project, List<String>, Map<String, Closure<Boolean>>) - Method in PluginBuildPlugin
Applies the plugins in the PLUGIN_IDS list.
configureRepositories(Project) - Method in PluginBuildPlugin
Adds repository definitions.
configureShadowJarTask(Project) - Method in PluginBuildPlugin
Configures the shadow jar task.
configureSourceJarTask(Project) - Method in PluginBuildPlugin
Configures the source jar task.

D

E

F

G

H

I

isArtifactoryPublishingEnabled(Project) - Method in PluginBuildPlugin
Determines whether produced artifacts should be published to Artifactory.
isBintrayPublishingEnabled(Project) - Method in PluginBuildPlugin
Determines whether the produced artifacts should be published to Bintray.
isGitHosted(Project) - Method in PluginBuildPlugin
Checks whether git integration should be enabled.
isPluginPublishingEnabled(Project) - Method in PluginBuildPlugin
Determines whether the produced artifacts should be published to the Gradle plugin portal.
isProjectPropertySet(Project, String) - Method in PluginBuildPlugin
Checks that the parameter property has a non-empty string that does not evaluate to false,or a non-empty collection value.
isShadowJarEnabled(Project) - Method in PluginBuildPlugin
Checks whether a shadow jar should be built.

J

K

L

logProperties(Project) - Method in PluginBuildPlugin
Logs the required and derived project properties.

M

N

O

P

PluginBuildPlugin - Class in com.brambolt.gradle
Configures a Gradle build to build and publish a Gradle plugin.

Q

R

S

shouldApplyPlugin(Project, String, Map<String, Closure<Boolean>>) - Method in PluginBuildPlugin
Uses the pluginInclusion map to determine whether the plugin identified by the parameter identifier should be applied to the project.

T

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _