This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 203886
Collapse All | Expand All

(-)a/hudson/src/org/netbeans/modules/hudson/api/HudsonJob.java (-1 / +1 lines)
Lines 83-89 Link Here
83
        disabled("grey"), disabled_anime("grey"), // NOI18N
83
        disabled("grey"), disabled_anime("grey"), // NOI18N
84
        aborted("grey"), aborted_anime("grey"), // NOI18N
84
        aborted("grey"), aborted_anime("grey"), // NOI18N
85
        grey("grey"), grey_anime("grey"), // NOI18N
85
        grey("grey"), grey_anime("grey"), // NOI18N
86
        not_built("grey"), not_built_anime("grey"), // JENKINS-11013
86
        notbuilt("grey"), notbuilt_anime("grey"), // JENKINS-11013
87
        secured("secured"); // fake color
87
        secured("secured"); // fake color
88
        public static @NonNull Color find(@NonNull String name) {
88
        public static @NonNull Color find(@NonNull String name) {
89
            try {
89
            try {

Return to bug 203886