Package org.gradle.profiler.instrument
Class GradleInstrumentation
java.lang.Object
org.gradle.profiler.instrument.GradleInstrumentation
- All Implemented Interfaces:
GradleArgsCalculator
- Direct Known Subclasses:
BuildOperationInstrumentation,ChromeTraceInstrumentation,PidInstrumentation
Represents some instrumentation that uses Gradle APIs and that is injected by gradle-profiler.
-
Field Summary
Fields inherited from interface org.gradle.profiler.GradleArgsCalculator
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculateGradleArgs(List<String> gradleArgs) protected abstract voidgenerateInitScriptBody(PrintWriter writer) static FileunpackPlugin(String jarName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.profiler.GradleArgsCalculator
plus
-
Constructor Details
-
GradleInstrumentation
public GradleInstrumentation()
-
-
Method Details
-
generateInitScriptBody
-
calculateGradleArgs
- Specified by:
calculateGradleArgsin interfaceGradleArgsCalculator
-
unpackPlugin
-