public class InvocationSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationSettings.InvocationSettingsBuilder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBenchmarkTitle()
The title of the benchmark.
|
java.lang.Integer |
getBuildCount() |
java.io.File |
getBuildLog() |
Format |
getCsvFormat() |
java.io.File |
getGradleUserHome() |
java.util.UUID |
getInvocationId() |
BuildInvoker |
getInvoker() |
java.util.List<java.lang.String> |
getMeasuredBuildOperations() |
java.io.File |
getOutputDir() |
Profiler |
getProfiler() |
java.io.File |
getProjectDir() |
java.io.File |
getScenarioFile() |
java.io.File |
getStudioInstallDir() |
java.util.Optional<java.io.File> |
getStudioSandboxDir() |
java.util.Map<java.lang.String,java.lang.String> |
getSystemProperties() |
java.util.List<java.lang.String> |
getTargets() |
java.util.List<java.lang.String> |
getVersions() |
java.lang.Integer |
getWarmUpCount() |
boolean |
isBazel() |
boolean |
isBenchmark() |
boolean |
isBuck() |
boolean |
isDryRun() |
boolean |
isGenerateDiffs() |
boolean |
isMaven() |
boolean |
isMeasureConfigTime() |
boolean |
isMeasureGarbageCollection() |
boolean |
isMeasureLocalBuildCache() |
boolean |
isProfile() |
InvocationSettings.InvocationSettingsBuilder |
newBuilder() |
void |
printTo(java.io.PrintStream out) |
@Nullable public java.io.File getBuildLog()
public java.io.File getOutputDir()
public BuildInvoker getInvoker()
public boolean isDryRun()
public boolean isBenchmark()
public boolean isProfile()
public boolean isBazel()
public boolean isBuck()
public boolean isMaven()
public Profiler getProfiler()
public boolean isGenerateDiffs()
public java.io.File getScenarioFile()
public java.io.File getProjectDir()
public java.util.List<java.lang.String> getVersions()
public java.util.List<java.lang.String> getTargets()
public java.util.Map<java.lang.String,java.lang.String> getSystemProperties()
public java.lang.Integer getWarmUpCount()
public java.lang.Integer getBuildCount()
public java.io.File getGradleUserHome()
public java.io.File getStudioInstallDir()
public java.util.Optional<java.io.File> getStudioSandboxDir()
public boolean isMeasureGarbageCollection()
public boolean isMeasureLocalBuildCache()
public boolean isMeasureConfigTime()
public java.util.List<java.lang.String> getMeasuredBuildOperations()
public Format getCsvFormat()
public java.lang.String getBenchmarkTitle()
public java.util.UUID getInvocationId()
public InvocationSettings.InvocationSettingsBuilder newBuilder()
public void printTo(java.io.PrintStream out)