Package jenkins.scm.api.metadata
package 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.- Since:
- 2.0
- See Also:
-
InvisibleAction
SCMNavigator.fetchActions(jenkins.scm.api.SCMNavigatorOwner, jenkins.scm.api.SCMNavigatorEvent, hudson.model.TaskListener)
SCMSource.fetchActions(jenkins.scm.api.SCMSourceEvent, hudson.model.TaskListener)
SCMSource.fetchActions(jenkins.scm.api.SCMHead, jenkins.scm.api.SCMHeadEvent, hudson.model.TaskListener)
SCMSource.fetchActions(jenkins.scm.api.SCMRevision, jenkins.scm.api.SCMHeadEvent, hudson.model.TaskListener)
-
ClassDescriptionHolds metadata about an avatar to be associated with a
SCMSource
orSCMNavigator
(also valid forSCMRevision
andSCMHead
, but would be considered unusual).