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:
-
InvisibleActionSCMNavigator.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)
-
ClassesClassDescriptionHolds metadata about an avatar to be associated with a
SCMSourceorSCMNavigator(also valid forSCMRevisionandSCMHead, but would be considered unusual).