public static class SourceMetadataExtractor.FromMercurialSCM extends SourceMetadataExtractor.FromSCM
SourceMetadataExtractor.FromSCM for MercurialSCM.| Constructor and Description |
|---|
SourceMetadataExtractor.FromMercurialSCM() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDedupeTag(String subdir) |
protected com.google.common.collect.Multimap<String,SourceMetadata> |
getSourceMetadata(hudson.scm.SCM scm)
Extracts and returns metadata from an instance of
T. |
static SourceMetadataExtractor.FromMercurialSCM |
newInstance() |
extract, isApplicablepublic SourceMetadataExtractor.FromMercurialSCM()
@Extension public static SourceMetadataExtractor.FromMercurialSCM newInstance()
protected com.google.common.collect.Multimap<String,SourceMetadata> getSourceMetadata(hudson.scm.SCM scm)
SourceMetadataExtractor.FromSCMT. After all
extensions run, metadata with the same map key are merged to allow
multiple extensions to contribute to a single repo's metadata.getSourceMetadata in class SourceMetadataExtractor.FromSCMscm - SCM instance to extract metadata from; will be assignable to
the supportedClass passed to the FromSCM
constructor.Copyright © 2004-2014. All Rights Reserved.