JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
io.jenkins.plugins.synopsys.security.scan.input.scm.common.Pull
Packages that use
Pull
Package
Description
io.jenkins.plugins.synopsys.security.scan.input.scm.bitbucket
io.jenkins.plugins.synopsys.security.scan.input.scm.github
io.jenkins.plugins.synopsys.security.scan.input.scm.gitlab
Uses of
Pull
in
io.jenkins.plugins.synopsys.security.scan.input.scm.bitbucket
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.bitbucket
that return
Pull
Modifier and Type
Method
Description
Pull
Repository.
getPull
()
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.bitbucket
with parameters of type
Pull
Modifier and Type
Method
Description
void
Repository.
setPull
(
Pull
pull)
Uses of
Pull
in
io.jenkins.plugins.synopsys.security.scan.input.scm.github
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.github
that return
Pull
Modifier and Type
Method
Description
Pull
Repository.
getPull
()
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.github
with parameters of type
Pull
Modifier and Type
Method
Description
void
Repository.
setPull
(
Pull
pull)
Uses of
Pull
in
io.jenkins.plugins.synopsys.security.scan.input.scm.gitlab
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.gitlab
that return
Pull
Modifier and Type
Method
Description
Pull
Repository.
getPull
()
Methods in
io.jenkins.plugins.synopsys.security.scan.input.scm.gitlab
with parameters of type
Pull
Modifier and Type
Method
Description
void
Repository.
setPull
(
Pull
pull)