Uses of Enum Class
de.firemage.autograder.core.LinterStatus
Packages that use LinterStatus
Package
Description
-
Uses of LinterStatus in de.firemage.autograder.core
Methods in de.firemage.autograder.core that return LinterStatusModifier and TypeMethodDescriptionstatic LinterStatusReturns the enum constant of this class with the specified name.static LinterStatus[]LinterStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.firemage.autograder.core with type arguments of type LinterStatusModifier and TypeMethodDescriptionLinter.checkFile(UploadedFile file, Path tests, Collection<ProblemType> problemsToReport, Iterable<? extends Check> checks, Consumer<LinterStatus> statusConsumer) Linter.checkFile(UploadedFile file, Path tests, List<ProblemType> problemsToReport, Consumer<LinterStatus> statusConsumer) -
Uses of LinterStatus in de.firemage.autograder.core.dynamic
Method parameters in de.firemage.autograder.core.dynamic with type arguments of type LinterStatusModifier and TypeMethodDescriptionDockerConsoleRunner.runTests(StaticAnalysis analysis, Path jar, Consumer<LinterStatus> statusConsumer) -
Uses of LinterStatus in de.firemage.autograder.core.file
Method parameters in de.firemage.autograder.core.file with type arguments of type LinterStatusModifier and TypeMethodDescriptionstatic UploadedFileUploadedFile.build(SourceInfo source, TempLocation tmpLocation, Consumer<? super LinterStatus> statusConsumer, ClassLoader classLoader) static UploadedFileUploadedFile.build(Path file, JavaVersion version, TempLocation tmpLocation, Consumer<? super LinterStatus> statusConsumer, ClassLoader classLoader) -
Uses of LinterStatus in de.firemage.autograder.core.integrated
Method parameters in de.firemage.autograder.core.integrated with type arguments of type LinterStatusModifier and TypeMethodDescriptionvoidIntegratedAnalysis.lint(List<IntegratedCheck> checks, Consumer<LinterStatus> statusConsumer, AnalysisScheduler scheduler) voidIntegratedAnalysis.runDynamicAnalysis(Path tests, Consumer<LinterStatus> statusConsumer)