public interface ExternalIncludedIn
Modifier and Type | Method and Description |
---|---|
ListMultimap<java.lang.String,java.lang.String> |
getIncludedIn(java.lang.String project,
java.lang.String commit,
java.util.Collection<java.lang.String> tags,
java.util.Collection<java.lang.String> branches)
Returns additional entries for IncludedInInfo as multimap where the key is the row title and
the values are a list of systems that include the given commit (e.g.
|
ListMultimap<java.lang.String,java.lang.String> getIncludedIn(java.lang.String project, java.lang.String commit, java.util.Collection<java.lang.String> tags, java.util.Collection<java.lang.String> branches)
The tags and branches in which the commit is included are provided so that a RevWalk can be avoided when a system runs a certain tag or branch.
project
- the name of the projectcommit
- the ID of the commit for which it should be checked if it is includedtags
- the tags that include the commitbranches
- the branches that include the commit