Uses of Class
io.jenkins.plugins.synopsys.security.scan.input.scm.bitbucket.Bitbucket
-
Packages that use Bitbucket Package Description io.jenkins.plugins.synopsys.security.scan.input io.jenkins.plugins.synopsys.security.scan.service.scm.bitbucket -
-
Uses of Bitbucket in io.jenkins.plugins.synopsys.security.scan.input
Methods in io.jenkins.plugins.synopsys.security.scan.input that return Bitbucket Modifier and Type Method Description Bitbucket
BridgeInput. getBitbucket()
Methods in io.jenkins.plugins.synopsys.security.scan.input with parameters of type Bitbucket Modifier and Type Method Description void
BridgeInput. setBitbucket(Bitbucket bitbucket)
-
Uses of Bitbucket in io.jenkins.plugins.synopsys.security.scan.service.scm.bitbucket
Methods in io.jenkins.plugins.synopsys.security.scan.service.scm.bitbucket that return Bitbucket Modifier and Type Method Description static Bitbucket
BitbucketRepositoryService. createBitbucketObject(String serverUrl, String bitbucketToken, Integer projectRepositoryPullNumber, String repositoryName, String projectKey, String bitbucketUsername)
Bitbucket
BitbucketRepositoryService. fetchBitbucketRepositoryDetails(Map<String,Object> scanParameters, com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource bitbucketSCMSource, Integer projectRepositoryPullNumber, boolean isPrCommentSet)
-