GitLabFile
open class GitLabFile(val repo: GitLabRepo, val branchName: String, val srcPath: String, val fileName: String) : UrlSource
A ContentSource pointing to a specific file in a GitLab repository.
Constructs the blob URL from the repository, branch, path, and file name.
Parameters
repo
the GitLab repository
branchName
the branch or tag name
srcPath
the directory path within the repository
fileName
the file name