Class IntegrationTestsPlugin
- java.lang.Object
-
- name.remal.gradleplugins.testsourcesets.IntegrationTestsPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class IntegrationTestsPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINTEGRATION_SOURCE_SET_NAME
-
Constructor Summary
Constructors Constructor Description IntegrationTestsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-
-
-
Field Detail
-
INTEGRATION_SOURCE_SET_NAME
public static final java.lang.String INTEGRATION_SOURCE_SET_NAME
- See Also:
- Constant Field Values
-
-