예제 #1
0
파일: View.java 프로젝트: zlosch/jenkins
 /** Does this {@link View} has any associated user information recorded? */
 public final boolean hasPeople() {
   return People.isApplicable(getItems());
 }