Package com.google.gerrit.server.change
Class IncludedInResolver.Result
- java.lang.Object
-
- com.google.gerrit.server.change.IncludedInResolver.Result
-
- Enclosing class:
- IncludedInResolver
public static class IncludedInResolver.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getBranches()
List<String>
getTags()
void
setBranches(List<String> b)
void
setTags(List<String> t)
-