Examples of excludeAuthors()


Examples of com.gitblit.models.Activity.excludeAuthors()

              cal.set(Calendar.HOUR_OF_DAY, 0);
              cal.set(Calendar.MINUTE, 0);
              cal.set(Calendar.SECOND, 0);
              cal.set(Calendar.MILLISECOND, 0);
              Activity a = new Activity(cal.getTime());
              a.excludeAuthors(authorExclusions);
              activity.put(dateStr, a);
            }
            activity.get(dateStr).addCommit(commit);
          }
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.