Uses of Enum Class
studentrepoloader.model.GitLabRepoUrl.CleaningStep
Packages that use GitLabRepoUrl.CleaningStep
Package
Description
Top-level data model package for submission representations and data source formats.
-
Uses of GitLabRepoUrl.CleaningStep in studentrepoloader.model
Subclasses with type arguments of type GitLabRepoUrl.CleaningStep in studentrepoloader.modelModifier and TypeClassDescriptionstatic enum
Enum describing every possible cleaning transformation that may be applied during sanitation.Methods in studentrepoloader.model that return GitLabRepoUrl.CleaningStepModifier and TypeMethodDescriptionstatic GitLabRepoUrl.CleaningStep
Returns the enum constant of this class with the specified name.static GitLabRepoUrl.CleaningStep[]
GitLabRepoUrl.CleaningStep.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in studentrepoloader.model that return types with arguments of type GitLabRepoUrl.CleaningStepModifier and TypeMethodDescriptionGitLabRepoUrl.steps()
Returns an immutable list of cleaning operations that were applied.