1 package org.kuali.common.devops.jenkins.scan; 2 3 public enum JobExecutionResult { 4 5 ABORTED, FAILURE, SUCCESS, UNKNOWN, UNSTABLE 6 7 }