Interface UserRoleFilter
-
- All Superinterfaces:
Predicate<PullRequest>
public interface UserRoleFilter extends Predicate<PullRequest>
Contributor roles filter interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
boolean
isUsedByDefault()
-