Package org.gradle.profiler.buck
Class BuckScenarioDefinition
java.lang.Object
org.gradle.profiler.ScenarioDefinition
org.gradle.profiler.BuildToolCommandLineScenarioDefinition
org.gradle.profiler.buck.BuckScenarioDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionBuckScenarioDefinition(String scenarioName, String title, List<String> targets, String type, List<BuildMutator> buildMutators, int warmUpCount, int buildCount, File outputDir, File buckHome) -
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 StringgetType()protected voidprintDetail(PrintStream out) Methods inherited from class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
createsMultipleProcesses, doesCleanup, getBuildConfiguration, getExecutablePath, getTargets, getTasksDisplayName, getToolHomeMethods inherited from class org.gradle.profiler.ScenarioDefinition
getBuildCount, getBuildMutators, getName, getOutputDir, getTitle, getWarmUpCount, printTo, validate, visitProblems
-
Constructor Details
-
BuckScenarioDefinition
-
-
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
-
getType
-
getInvoker
- Specified by:
getInvokerin classScenarioDefinition
-
printDetail
- Overrides:
printDetailin classBuildToolCommandLineScenarioDefinition
-
getExecutableName
- Specified by:
getExecutableNamein classBuildToolCommandLineScenarioDefinition
-
getToolHomeEnvName
- Specified by:
getToolHomeEnvNamein classBuildToolCommandLineScenarioDefinition
-