public static interface SourceMetadataExtractor.Module
| Modifier and Type | Method and Description |
|---|---|
Iterable<SourceMetadata> |
extract(hudson.model.Run<?,?> build,
hudson.scm.SCM scm,
hudson.scm.ChangeLogSet<?> changelog) |
com.google.common.collect.Multimap<String,SourceMetadata> |
extractFromBuildActions(hudson.model.Run<?,?> build,
hudson.scm.ChangeLogSet<?> changelog) |
com.google.common.collect.Multimap<String,SourceMetadata> |
extractFromSCM(hudson.scm.SCM scm) |
Iterable<SourceMetadata> extract(hudson.model.Run<?,?> build, hudson.scm.SCM scm, hudson.scm.ChangeLogSet<?> changelog)
com.google.common.collect.Multimap<String,SourceMetadata> extractFromBuildActions(hudson.model.Run<?,?> build, hudson.scm.ChangeLogSet<?> changelog)
com.google.common.collect.Multimap<String,SourceMetadata> extractFromSCM(hudson.scm.SCM scm)
Copyright © 2004-2014. All Rights Reserved.