示例#1
0
文件: View.java 项目: zlosch/jenkins
 /** Does this {@link View} has any associated user information recorded? */
 public final boolean hasPeople() {
   return People.isApplicable(getItems());
 }