Package org.elasticsearch.gradle.test
Class TestBuildInfoPlugin
java.lang.Object
org.elasticsearch.gradle.test.TestBuildInfoPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class TestBuildInfoPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
This plugin configures the
GenerateTestBuildInfoTask task
with customizations for component name and output file name coming
from the source using the plugin (server or ES plugin).-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.gradle.api.provider.ProviderFactory -
Constructor Summary
ConstructorsConstructorDescriptionTestBuildInfoPlugin(org.gradle.api.provider.ProviderFactory providerFactory) -
Method Summary
-
Field Details
-
providerFactory
protected final org.gradle.api.provider.ProviderFactory providerFactory
-
-
Constructor Details
-
TestBuildInfoPlugin
@Inject public TestBuildInfoPlugin(org.gradle.api.provider.ProviderFactory providerFactory)
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-