SCM API Plugin 672.v64378a_b_20c60 API
Package | Description |
---|---|
jenkins.scm.api |
The public API contract of the SCM API plugin.
|
jenkins.scm.api.actions |
Do not use.
|
jenkins.scm.api.metadata |
The metadata classes that can be used to report metadata about
navigator, source,
head and revisions objects via the
SCMNavigator.fetchActions(...) ,
SCMSource.fetchActions(...) ,
SCMSource.fetchActions(SCMHead, ...)
and
SCMSource.fetchActions(SCMRevision, ...)
methods respectively. |
jenkins.scm.api.mixin |
The mix-in interfaces used by
SCMHead
implementations to advertise that a specific head is not just a regular branch but is actually a special type of
branch such as a change request /
tag / etc. |
jenkins.scm.api.trait |
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations. |
jenkins.scm.impl |
The common implementations of classes in the public API.
|
jenkins.scm.impl.avatars | |
jenkins.scm.impl.form | |
jenkins.scm.impl.trait |