diff --git a/core/src/main/java/hudson/model/BallColor.java b/core/src/main/java/hudson/model/BallColor.java index 17d468ec72954e2a4d3b7ae3325c305b537ef0ee..1554d1ebe19ef03d06dac5baedacfbcfba724d37 100644 --- a/core/src/main/java/hudson/model/BallColor.java +++ b/core/src/main/java/hudson/model/BallColor.java @@ -63,12 +63,12 @@ public enum BallColor implements StatusIcon { GREY("grey",Messages._BallColor_Pending(), ColorPalette.GREY), GREY_ANIME("grey_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), - DISABLED("grey",Messages._BallColor_Disabled(), ColorPalette.GREY), - DISABLED_ANIME("grey_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), - ABORTED("grey",Messages._BallColor_Aborted(), ColorPalette.GREY), - ABORTED_ANIME("grey_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), - NOTBUILT("grey",Messages._BallColor_NotBuilt(), ColorPalette.GREY), - NOTBUILT_ANIME("grey_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), + DISABLED("disabled",Messages._BallColor_Disabled(), ColorPalette.GREY), + DISABLED_ANIME("disabled_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), + ABORTED("aborted",Messages._BallColor_Aborted(), ColorPalette.GREY), + ABORTED_ANIME("aborted_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), + NOTBUILT("nobuilt",Messages._BallColor_NotBuilt(), ColorPalette.GREY), + NOTBUILT_ANIME("nobuilt_anime",Messages._BallColor_InProgress(), ColorPalette.GREY), ; private final Localizable description; diff --git a/war/src/main/webapp/images/16x16/aborted.gif b/war/src/main/webapp/images/16x16/aborted.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad26e1e42bbe16d7edfdc58f5e43edcacc4315f8 Binary files /dev/null and b/war/src/main/webapp/images/16x16/aborted.gif differ diff --git a/war/src/main/webapp/images/16x16/aborted.png b/war/src/main/webapp/images/16x16/aborted.png new file mode 100644 index 0000000000000000000000000000000000000000..c36c58c8c0f841d1f337cae17e43f6e239dcb356 Binary files /dev/null and b/war/src/main/webapp/images/16x16/aborted.png differ diff --git a/war/src/main/webapp/images/16x16/aborted_anime.gif b/war/src/main/webapp/images/16x16/aborted_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..505f94fe88ff82eab44abf660f8f65487b5cb0e0 Binary files /dev/null and b/war/src/main/webapp/images/16x16/aborted_anime.gif differ diff --git a/war/src/main/webapp/images/16x16/disabled.gif b/war/src/main/webapp/images/16x16/disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad26e1e42bbe16d7edfdc58f5e43edcacc4315f8 Binary files /dev/null and b/war/src/main/webapp/images/16x16/disabled.gif differ diff --git a/war/src/main/webapp/images/16x16/disabled.png b/war/src/main/webapp/images/16x16/disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..c36c58c8c0f841d1f337cae17e43f6e239dcb356 Binary files /dev/null and b/war/src/main/webapp/images/16x16/disabled.png differ diff --git a/war/src/main/webapp/images/16x16/disabled_anime.gif b/war/src/main/webapp/images/16x16/disabled_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..505f94fe88ff82eab44abf660f8f65487b5cb0e0 Binary files /dev/null and b/war/src/main/webapp/images/16x16/disabled_anime.gif differ diff --git a/war/src/main/webapp/images/16x16/nobuilt.gif b/war/src/main/webapp/images/16x16/nobuilt.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad26e1e42bbe16d7edfdc58f5e43edcacc4315f8 Binary files /dev/null and b/war/src/main/webapp/images/16x16/nobuilt.gif differ diff --git a/war/src/main/webapp/images/16x16/nobuilt.png b/war/src/main/webapp/images/16x16/nobuilt.png new file mode 100644 index 0000000000000000000000000000000000000000..c36c58c8c0f841d1f337cae17e43f6e239dcb356 Binary files /dev/null and b/war/src/main/webapp/images/16x16/nobuilt.png differ diff --git a/war/src/main/webapp/images/16x16/nobuilt_anime.gif b/war/src/main/webapp/images/16x16/nobuilt_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..505f94fe88ff82eab44abf660f8f65487b5cb0e0 Binary files /dev/null and b/war/src/main/webapp/images/16x16/nobuilt_anime.gif differ diff --git a/war/src/main/webapp/images/24x24/aborted.gif b/war/src/main/webapp/images/24x24/aborted.gif new file mode 100644 index 0000000000000000000000000000000000000000..22d9ed434371ebf0a680c92505d00a97e401aed7 Binary files /dev/null and b/war/src/main/webapp/images/24x24/aborted.gif differ diff --git a/war/src/main/webapp/images/24x24/aborted.png b/war/src/main/webapp/images/24x24/aborted.png new file mode 100644 index 0000000000000000000000000000000000000000..be0196d9a39a634db6499d5b0498cf601530487d Binary files /dev/null and b/war/src/main/webapp/images/24x24/aborted.png differ diff --git a/war/src/main/webapp/images/24x24/aborted_anime.gif b/war/src/main/webapp/images/24x24/aborted_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d3d18828d718a7fa2178284666485b878120340 Binary files /dev/null and b/war/src/main/webapp/images/24x24/aborted_anime.gif differ diff --git a/war/src/main/webapp/images/24x24/disabled.gif b/war/src/main/webapp/images/24x24/disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..22d9ed434371ebf0a680c92505d00a97e401aed7 Binary files /dev/null and b/war/src/main/webapp/images/24x24/disabled.gif differ diff --git a/war/src/main/webapp/images/24x24/disabled.png b/war/src/main/webapp/images/24x24/disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..be0196d9a39a634db6499d5b0498cf601530487d Binary files /dev/null and b/war/src/main/webapp/images/24x24/disabled.png differ diff --git a/war/src/main/webapp/images/24x24/disabled_anime.gif b/war/src/main/webapp/images/24x24/disabled_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d3d18828d718a7fa2178284666485b878120340 Binary files /dev/null and b/war/src/main/webapp/images/24x24/disabled_anime.gif differ diff --git a/war/src/main/webapp/images/24x24/nobuilt.gif b/war/src/main/webapp/images/24x24/nobuilt.gif new file mode 100644 index 0000000000000000000000000000000000000000..22d9ed434371ebf0a680c92505d00a97e401aed7 Binary files /dev/null and b/war/src/main/webapp/images/24x24/nobuilt.gif differ diff --git a/war/src/main/webapp/images/24x24/nobuilt.png b/war/src/main/webapp/images/24x24/nobuilt.png new file mode 100644 index 0000000000000000000000000000000000000000..be0196d9a39a634db6499d5b0498cf601530487d Binary files /dev/null and b/war/src/main/webapp/images/24x24/nobuilt.png differ diff --git a/war/src/main/webapp/images/24x24/nobuilt_anime.gif b/war/src/main/webapp/images/24x24/nobuilt_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d3d18828d718a7fa2178284666485b878120340 Binary files /dev/null and b/war/src/main/webapp/images/24x24/nobuilt_anime.gif differ diff --git a/war/src/main/webapp/images/32x32/aborted.gif b/war/src/main/webapp/images/32x32/aborted.gif new file mode 100644 index 0000000000000000000000000000000000000000..a83bd43f72cef931df094873f914133d22b2af24 Binary files /dev/null and b/war/src/main/webapp/images/32x32/aborted.gif differ diff --git a/war/src/main/webapp/images/32x32/aborted.png b/war/src/main/webapp/images/32x32/aborted.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fdf46bc1e0c3b7cd089fa786ebf693e0b861e8 Binary files /dev/null and b/war/src/main/webapp/images/32x32/aborted.png differ diff --git a/war/src/main/webapp/images/32x32/aborted_anime.gif b/war/src/main/webapp/images/32x32/aborted_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..f082f70eb2dfec611a4ed7b163ef13aec0258887 Binary files /dev/null and b/war/src/main/webapp/images/32x32/aborted_anime.gif differ diff --git a/war/src/main/webapp/images/32x32/disabled.gif b/war/src/main/webapp/images/32x32/disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..a83bd43f72cef931df094873f914133d22b2af24 Binary files /dev/null and b/war/src/main/webapp/images/32x32/disabled.gif differ diff --git a/war/src/main/webapp/images/32x32/disabled.png b/war/src/main/webapp/images/32x32/disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fdf46bc1e0c3b7cd089fa786ebf693e0b861e8 Binary files /dev/null and b/war/src/main/webapp/images/32x32/disabled.png differ diff --git a/war/src/main/webapp/images/32x32/disabled_anime.gif b/war/src/main/webapp/images/32x32/disabled_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..f082f70eb2dfec611a4ed7b163ef13aec0258887 Binary files /dev/null and b/war/src/main/webapp/images/32x32/disabled_anime.gif differ diff --git a/war/src/main/webapp/images/32x32/nobuilt.gif b/war/src/main/webapp/images/32x32/nobuilt.gif new file mode 100644 index 0000000000000000000000000000000000000000..a83bd43f72cef931df094873f914133d22b2af24 Binary files /dev/null and b/war/src/main/webapp/images/32x32/nobuilt.gif differ diff --git a/war/src/main/webapp/images/32x32/nobuilt.png b/war/src/main/webapp/images/32x32/nobuilt.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fdf46bc1e0c3b7cd089fa786ebf693e0b861e8 Binary files /dev/null and b/war/src/main/webapp/images/32x32/nobuilt.png differ diff --git a/war/src/main/webapp/images/32x32/nobuilt_anime.gif b/war/src/main/webapp/images/32x32/nobuilt_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..f082f70eb2dfec611a4ed7b163ef13aec0258887 Binary files /dev/null and b/war/src/main/webapp/images/32x32/nobuilt_anime.gif differ diff --git a/war/src/main/webapp/images/48x48/aborted.gif b/war/src/main/webapp/images/48x48/aborted.gif new file mode 100644 index 0000000000000000000000000000000000000000..86224d890ca73e08ab86b341d4a08d8ebb5aeb3d Binary files /dev/null and b/war/src/main/webapp/images/48x48/aborted.gif differ diff --git a/war/src/main/webapp/images/48x48/aborted.png b/war/src/main/webapp/images/48x48/aborted.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb94035d9199a9afbb527308bddf39cf611f898 Binary files /dev/null and b/war/src/main/webapp/images/48x48/aborted.png differ diff --git a/war/src/main/webapp/images/48x48/aborted_anime.gif b/war/src/main/webapp/images/48x48/aborted_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..146f14387f2a5f9222bb7014633f91b009e75109 Binary files /dev/null and b/war/src/main/webapp/images/48x48/aborted_anime.gif differ diff --git a/war/src/main/webapp/images/48x48/disabled.gif b/war/src/main/webapp/images/48x48/disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..86224d890ca73e08ab86b341d4a08d8ebb5aeb3d Binary files /dev/null and b/war/src/main/webapp/images/48x48/disabled.gif differ diff --git a/war/src/main/webapp/images/48x48/disabled.png b/war/src/main/webapp/images/48x48/disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb94035d9199a9afbb527308bddf39cf611f898 Binary files /dev/null and b/war/src/main/webapp/images/48x48/disabled.png differ diff --git a/war/src/main/webapp/images/48x48/disabled_anime.gif b/war/src/main/webapp/images/48x48/disabled_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..146f14387f2a5f9222bb7014633f91b009e75109 Binary files /dev/null and b/war/src/main/webapp/images/48x48/disabled_anime.gif differ diff --git a/war/src/main/webapp/images/48x48/nobuilt.gif b/war/src/main/webapp/images/48x48/nobuilt.gif new file mode 100644 index 0000000000000000000000000000000000000000..86224d890ca73e08ab86b341d4a08d8ebb5aeb3d Binary files /dev/null and b/war/src/main/webapp/images/48x48/nobuilt.gif differ diff --git a/war/src/main/webapp/images/48x48/nobuilt.png b/war/src/main/webapp/images/48x48/nobuilt.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb94035d9199a9afbb527308bddf39cf611f898 Binary files /dev/null and b/war/src/main/webapp/images/48x48/nobuilt.png differ diff --git a/war/src/main/webapp/images/48x48/nobuilt_anime.gif b/war/src/main/webapp/images/48x48/nobuilt_anime.gif new file mode 100644 index 0000000000000000000000000000000000000000..146f14387f2a5f9222bb7014633f91b009e75109 Binary files /dev/null and b/war/src/main/webapp/images/48x48/nobuilt_anime.gif differ