Class TestingEnvPlugin
java.lang.Object
com.carrotsearch.gradle.buildinfra.AbstractPlugin
com.carrotsearch.gradle.buildinfra.testing.TestingEnvPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) protected abstract org.gradle.api.configuration.BuildFeaturesprotected abstract org.gradle.api.file.FileSystemOperationsprotected abstract org.gradle.internal.logging.text.StyledTextOutputFactoryMethods inherited from class com.carrotsearch.gradle.buildinfra.AbstractPlugin
getLibsCatalog, isRootProject, pluginAppliedToRootProject, reportError, reportError
-
Constructor Details
-
TestingEnvPlugin
@Inject public TestingEnvPlugin(org.gradle.api.problems.Problems problems)
-
-
Method Details
-
getFilesystemOps
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFilesystemOps() -
getBuildFeatures
@Inject protected abstract org.gradle.api.configuration.BuildFeatures getBuildFeatures() -
getStyledOutputFactory
@Inject protected abstract org.gradle.internal.logging.text.StyledTextOutputFactory getStyledOutputFactory() -
apply
public void apply(org.gradle.api.Project project)
-