Class GithubRepositoryService
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.service.scm.github.GithubRepositoryService
-
public class GithubRepositoryService extends Object
-
-
Constructor Summary
Constructors Constructor Description GithubRepositoryService(TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Github
createGithubObject(Map<String,Object> scanParameters, String repositoryName, String repositoryOwner, Integer projectRepositoryPullNumber, String branchName, boolean isPrCommentSet, String githubApiUri)
String
extractGitHubHost(String githubApiUri)
-
-
-
Constructor Detail
-
GithubRepositoryService
public GithubRepositoryService(TaskListener listener)
-
-
Method Detail
-
createGithubObject
public Github createGithubObject(Map<String,Object> scanParameters, String repositoryName, String repositoryOwner, Integer projectRepositoryPullNumber, String branchName, boolean isPrCommentSet, String githubApiUri) throws PluginExceptionHandler
- Throws:
PluginExceptionHandler
-
-