Package org.gradle.profiler.bazel
Class BazelScenarioDefinition
java.lang.Object
org.gradle.profiler.ScenarioDefinition
org.gradle.profiler.BuildToolCommandLineScenarioDefinition
org.gradle.profiler.bazel.BazelScenarioDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionBazelScenarioDefinition(String scenarioName, String title, List<String> targets, List<BuildMutator> buildMutators, int warmUpCount, int buildCount, File outputDir, File bazelHome) -
Method Summary
Modifier and TypeMethodDescriptionA human consumable description of the build tool that runs this scenario.A human consumable and unique display name for this scenario usingScenarioDefinition.getTitle().protected StringA unique name for this scenario, that can be used for file names and other identifiers.protected StringMethods inherited from class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
createsMultipleProcesses, doesCleanup, getBuildConfiguration, getExecutablePath, getTargets, getTasksDisplayName, getToolHome, printDetailMethods inherited from class org.gradle.profiler.ScenarioDefinition
getBuildCount, getBuildMutators, getName, getOutputDir, getTitle, getWarmUpCount, printTo, validate, visitProblems
-
Constructor Details
-
BazelScenarioDefinition
-
-
Method Details
-
getDisplayName
Description copied from class:ScenarioDefinitionA human consumable and unique display name for this scenario usingScenarioDefinition.getTitle().- Specified by:
getDisplayNamein classScenarioDefinition
-
getProfileName
Description copied from class:ScenarioDefinitionA unique name for this scenario, that can be used for file names and other identifiers.- Specified by:
getProfileNamein classScenarioDefinition
-
getBuildToolDisplayName
Description copied from class:ScenarioDefinitionA human consumable description of the build tool that runs this scenario.- Specified by:
getBuildToolDisplayNamein classScenarioDefinition
-
getInvoker
- Specified by:
getInvokerin classScenarioDefinition
-
getExecutableName
- Specified by:
getExecutableNamein classBuildToolCommandLineScenarioDefinition
-
getToolHomeEnvName
- Specified by:
getToolHomeEnvNamein classBuildToolCommandLineScenarioDefinition
-