Uses of Record Class
org.variantsync.diffdetective.analysis.AutomationResult
Packages that use AutomationResult
Package
Description
-
Uses of AutomationResult in org.variantsync.diffdetective.analysis
Methods in org.variantsync.diffdetective.analysis that return types with arguments of type AutomationResultModifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<AutomationResult>
AutomationResult.semigroup()
-
Uses of AutomationResult in org.variantsync.diffdetective.experiments.esecfse22
Methods in org.variantsync.diffdetective.experiments.esecfse22 that return AutomationResultModifier and TypeMethodDescriptionstatic AutomationResult
FindMedianCommitTime.getResultOfDirectory
(Path directory) Summarizes the commit time results found in the given validation output directory. -
Uses of AutomationResult in org.variantsync.diffdetective.tablegen.rows
Fields in org.variantsync.diffdetective.tablegen.rows declared as AutomationResultModifier and TypeFieldDescriptionprivate final AutomationResult
ContentRow.automationResult
The field for theautomationResult
record component.Methods in org.variantsync.diffdetective.tablegen.rows that return AutomationResultModifier and TypeMethodDescriptionContentRow.automationResult()
Returns the value of theautomationResult
record component.Constructors in org.variantsync.diffdetective.tablegen.rows with parameters of type AutomationResultModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.