Uses of Class
studentrepoloader.model.GitLabRepoUrl
Packages that use GitLabRepoUrl
Package
Description
Top-level data model package for submission representations and data source formats.
Defines the interface and mapping logic for structured ViLLe submission objects.
-
Uses of GitLabRepoUrl in studentrepoloader.model
Methods in studentrepoloader.model that return GitLabRepoUrlModifier and TypeMethodDescriptionstatic GitLabRepoUrl
Parses and sanitizes a raw input string using the expected GitLab prefix. -
Uses of GitLabRepoUrl in studentrepoloader.model.villecsv.mapper
Methods in studentrepoloader.model.villecsv.mapper that return GitLabRepoUrlModifier and TypeMethodDescriptiondefault GitLabRepoUrl
GitLabSubmissionFields.getRepoUrl()
Returns a parsed and sanitized GitLab repository link as a value object, along with a complete record of cleaning steps that were applied.