Uses of Interface
studentrepoloader.model.villecsv.mapper.GitLabSubmissionFields
Packages that use GitLabSubmissionFields
Package
Description
Provides command-line interface (CLI) entry points and usage examples for the StudentRepoLoader tool.
Contains logic for concurrent cloning of GitLab repositories linked to student submissions.
Contains default implementations of the
VilleSubmission
and GitLabSubmission
interfaces.-
Uses of GitLabSubmissionFields in studentrepoloader.cli
Classes in studentrepoloader.cli that implement GitLabSubmissionFieldsModifier and TypeClassDescriptionfinal record
class
class
-
Uses of GitLabSubmissionFields in studentrepoloader.git
Classes in studentrepoloader.git with type parameters of type GitLabSubmissionFieldsModifier and TypeClassDescriptionclass
SubmissionCloner<S extends GitLabSubmissionFields>
Concurrent Git repository cloner for GitLab-based student submissions. -
Uses of GitLabSubmissionFields in studentrepoloader.model.villecsv.impl
Classes in studentrepoloader.model.villecsv.impl that implement GitLabSubmissionFieldsModifier and TypeClassDescriptionclass
Default implementation ofGitLabSubmissionFields
, extending the base fields defined inVilleSubmission
.