Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.RepositoryCreationOption
Packages that use RepositoryCreationOption
-
Uses of RepositoryCreationOption in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers with parameters of type RepositoryCreationOptionModifier and TypeMethodDescriptionRepositoryController.createRepos(Long courseId, String repoPrefix, Optional<Boolean> isPrivate, RepositoryPermissions permissions, RepositoryCreationOption creationOption) Fires a job that creates a repo for every RosterStudent with a linked user with a GitHub account. -
Uses of RepositoryCreationOption in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return RepositoryCreationOptionModifier and TypeMethodDescriptionstatic RepositoryCreationOptionReturns the enum constant of this class with the specified name.static RepositoryCreationOption[]RepositoryCreationOption.values()Returns an array containing the constants of this enum class, in the order they are declared.