Package-level declarations
Types
Pipeline stage which compiles a C/C++ program.
Pipeline stage which runs a C/C++ program.
Pipeline stage which executes Clang-Tidy against C/C++ source files.
Abstract Pipeline stage which compile stages of specific languages extend from.
Pipeline stage which performs symbol renaming on object and executable files.
Pipeline stage which compares the content of the student submission with the skeleton code for validation.
A pipeline stage designed to run within a Docker container.
Pipeline stage for checking if the submitted files follow a given template file structure in folders
Pipeline stage which clones a Git repository into a blank volume.
Pipeline stage which executes Gradle task(s).
Pipeline stage which compiles a Google Test executable.
Pipeline stage which runs a Google Test executable.
Pipeline stage which compiles Java source files into Java classes.
Pipeline stage which executes a Java application.
Pipeline stage which compiles Java source files with the JUnit Platform JAR.
Pipeline stage which runs JUnit test files.
Pipeline stage which executes GNU Make targets.
Pipeline stage which executes PyTest tests.
Pipeline stage which runs a Python application.
Pipeline stage which executes QMake.
Pipeline stage which executes an arbitrary command.
Pipeline stage for grading based on standard input and output.
Pipeline stage which executes Valgrind against an executable.
Pipeline stage which decompresses a zip.