JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
jenkins.scm
Packages that use
jenkins.scm
Package
Description
hudson.model
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.
jenkins.scm
Classes in
jenkins.scm
used by
hudson.model
Class
Description
RunWithSCM
Allows a
Run
to provide
SCM
-related methods, such as providing changesets and culprits.
SCMCheckoutStrategy
Controls the check out behavior in
AbstractBuild
.
SCMCheckoutStrategyDescriptor
Descriptor
for
SCMCheckoutStrategy
.
Classes in
jenkins.scm
used by
jenkins.scm
Class
Description
RunWithSCM
Allows a
Run
to provide
SCM
-related methods, such as providing changesets and culprits.
SCMCheckoutStrategy
Controls the check out behavior in
AbstractBuild
.
SCMCheckoutStrategyDescriptor
Descriptor
for
SCMCheckoutStrategy
.
SCMDecisionHandler
Extension point for various decisions about SCM operations for
Item
instances.