SCM API Plugin 698.v8e3b_c788f0a_6 API
Package
Description
The public API contract of the SCM API plugin.
Do not use.
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.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.An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.The common implementations of classes in the public API.