1 package org.kuali.common.devops.jenkins.scan; 2 3 public enum Team { 4 5 STUDENT, RICE, OLE, MOBILITY, SHARED, KHR, DEVOPS, OTHER; 6 7 }