Uses of Class
edu.university.ecs.lab.common.services.GitService
Packages that use GitService
Package
Description
This package provides services for extracting and processing delta changes between
commits in a repository.
Provides classes and related services for detecting trends and information in a microservice system.
This package provides services for extracting intermediate representations (IR) from remote repositories.
-
Uses of GitService in edu.university.ecs.lab.delta.services
Fields in edu.university.ecs.lab.delta.services declared as GitServiceModifier and TypeFieldDescriptionprivate final GitService
DeltaExtractionService.gitService
GitService instance for interacting with the local repository -
Uses of GitService in edu.university.ecs.lab.detection
Fields in edu.university.ecs.lab.detection declared as GitService -
Uses of GitService in edu.university.ecs.lab.intermediate.create.services
Fields in edu.university.ecs.lab.intermediate.create.services declared as GitServiceModifier and TypeFieldDescriptionprivate final GitService
IRExtractionService.gitService
Service to handle cloning from git