Uses of Class
io.quarkus.deployment.dev.ClassScanResult
-
Packages that use ClassScanResult Package Description io.quarkus.deployment.dev io.quarkus.deployment.dev.testing -
-
Uses of ClassScanResult in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return ClassScanResult Modifier and Type Method Description (package private) ClassScanResultRuntimeUpdatesProcessor. checkForChangedClasses(boolean firstScan)(package private) ClassScanResultRuntimeUpdatesProcessor. checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo,DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet, boolean compilingTests)A first scan is considered done when we have visited all modules at least once.(package private) ClassScanResultRuntimeUpdatesProcessor. checkForChangedTestClasses(boolean firstScan)static ClassScanResultClassScanResult. merge(ClassScanResult m1, ClassScanResult m2)Methods in io.quarkus.deployment.dev with parameters of type ClassScanResult Modifier and Type Method Description static ClassScanResultClassScanResult. merge(ClassScanResult m1, ClassScanResult m2)(package private) voidIsolatedRemoteDevModeMain. regenerateApplication(Set<String> ignore, ClassScanResult ignore2)(package private) voidIsolatedTestModeMain. regenerateApplication(Set<String> ignore, ClassScanResult ignore2)voidIsolatedDevModeMain. restartCallback(Set<String> changedResources, ClassScanResult result)Constructor parameters in io.quarkus.deployment.dev with type arguments of type ClassScanResult Constructor Description RuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, DevModeType devModeType, BiConsumer<Set<String>,ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo,String> copyResourceNotification, BiFunction<String,byte[],byte[]> classTransformers, TestSupport testSupport) -
Uses of ClassScanResult in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return ClassScanResult Modifier and Type Method Description ClassScanResultTestRunResults. getTrigger()Methods in io.quarkus.deployment.dev.testing with parameters of type ClassScanResult Modifier and Type Method Description (package private) RunnableModuleTestRunner. prepare(ClassScanResult classScanResult, boolean reRunFailures, long runId, TestRunListener listener)(package private) voidTestSupport. runInternal(ClassScanResult classScanResult, boolean reRunFailures)voidTestSupport. runTests(ClassScanResult classScanResult)JunitTestRunner.BuilderJunitTestRunner.Builder. setClassScanResult(ClassScanResult classScanResult)Constructors in io.quarkus.deployment.dev.testing with parameters of type ClassScanResult Constructor Description TestRunResults(long id, ClassScanResult trigger, boolean full, long started, long completed, Map<String,TestClassResult> results)
-