Uses of Record Class
io.jenkins.plugins.explain_error.autofix.scm.ScmRepo
Packages that use ScmRepo
-
Uses of ScmRepo in io.jenkins.plugins.explain_error.autofix.scm
Methods in io.jenkins.plugins.explain_error.autofix.scm that return ScmRepoModifier and TypeMethodDescriptionstatic ScmRepoParses a remote URL (SSH or HTTPS) and detects the SCM type, owner, and repo name.static ScmRepoScmRepo.parseWithOverride(String remoteUrl, String token, ScmType scmType, String baseUrl) Parses owner/repoName from a remote URL and constructs a ScmRepo with an explicit ScmType and baseUrl.ScmRepo.withBaseUrl(String baseUrl) Returns a new ScmRepo with the baseUrl overridden (for enterprise instances).Methods in io.jenkins.plugins.explain_error.autofix.scm with parameters of type ScmRepoConstructors in io.jenkins.plugins.explain_error.autofix.scm with parameters of type ScmRepoModifierConstructorDescriptionBitbucketApiClient(ScmRepo repo) GitHubApiClient(ScmRepo repo) GitLabApiClient(ScmRepo repo)