{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user mezz",
          "userId" : "mezz",
          "userName" : "mezz"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 19,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
            "branch" : [
              {
                "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
            "branch" : [
              {
                "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/1.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
            "branch" : [
              {
                "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
                "name" : "origin/1.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
            "branch" : [
              {
                "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
                "name" : "origin/1.8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
        "branch" : [
          {
            "SHA1" : "1cc7bfaa553b4d78dcc20f702a54ff6e14063990",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/mezz/JustEnoughItems.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#19",
  "duration" : 40856,
  "estimatedDuration" : 30783,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.11 #19",
  "id" : "19",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 19,
  "queueId" : 76,
  "result" : "SUCCESS",
  "timestamp" : 1449488240770,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems-MC1.11/19/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/input/InputHandler.java",
          "src/main/java/mezz/jei/util/Permissions.java"
        ],
        "commitId" : "9afbfd4d62d74f5937d40b31f1d2d336e41159b0",
        "timestamp" : 1449348763000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #50 Remove permissions check and rely on /give behavior\u000a",
        "date" : "2015-12-05 12:52:43 -0800",
        "id" : "9afbfd4d62d74f5937d40b31f1d2d336e41159b0",
        "msg" : "Fix #50 Remove permissions check and rely on /give behavior",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/input/InputHandler.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/mezz/jei/util/Permissions.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt"
        ],
        "commitId" : "570c31c13dd4ff6deafc46f3b2af0e6ccbc05486",
        "timestamp" : 1449350894000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "update license date\u000a",
        "date" : "2015-12-05 13:28:14 -0800",
        "id" : "570c31c13dd4ff6deafc46f3b2af0e6ccbc05486",
        "msg" : "update license date",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/RecipeRegistry.java",
          "src/main/java/mezz/jei/api/IRecipeRegistry.java",
          "src/main/java/mezz/jei/gui/RecipeGuiLogic.java"
        ],
        "commitId" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
        "timestamp" : 1449380772000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Experimental: allow adding new recipes while the game is running\u000a",
        "date" : "2015-12-05 21:46:12 -0800",
        "id" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
        "msg" : "Experimental: allow adding new recipes while the game is running",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipeGuiLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/IRecipeRegistry.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ItemRegistryDummy.java",
          "src/main/java/mezz/jei/ProxyCommon.java",
          "src/main/java/mezz/jei/RecipeRegistryDummy.java"
        ],
        "commitId" : "9a2534030a941735055d76bfc6daa6297f71f58b",
        "timestamp" : 1449381662000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Make server-side API useless instead of crashing\u000a",
        "date" : "2015-12-05 22:01:02 -0800",
        "id" : "9a2534030a941735055d76bfc6daa6297f71f58b",
        "msg" : "Make server-side API useless instead of crashing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommon.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/ItemRegistryDummy.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/RecipeRegistryDummy.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ProxyCommonClient.java"
        ],
        "commitId" : "b03986424488adff15b38086875dab4c4e86fd86",
        "timestamp" : 1449383170000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "add \"Loaded plugin\" console message\u000a",
        "date" : "2015-12-05 22:26:10 -0800",
        "id" : "b03986424488adff15b38086875dab4c4e86fd86",
        "msg" : "add \"Loaded plugin\" console message",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ProxyCommonClient.java"
        ],
        "commitId" : "db657d9b4ea894e7b29a7ba35a167afd921d68e0",
        "timestamp" : 1449384784000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Change \"loaded plugin\" to \"registered plugin\"\u000a",
        "date" : "2015-12-05 22:53:04 -0800",
        "id" : "db657d9b4ea894e7b29a7ba35a167afd921d68e0",
        "msg" : "Change \"loaded plugin\" to \"registered plugin\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/GuiEventHandler.java",
          "src/main/java/mezz/jei/gui/RecipesGui.java"
        ],
        "commitId" : "0c4989c2c89fa62716c457ed5c42fff37e73a81f",
        "timestamp" : 1449397255000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Allow the InitGuiEvent for the RecipesGui\u000a",
        "date" : "2015-12-06 02:20:55 -0800",
        "id" : "0c4989c2c89fa62716c457ed5c42fff37e73a81f",
        "msg" : "Allow the InitGuiEvent for the RecipesGui",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/GuiEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipesGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/config/Config.java",
          "src/main/java/mezz/jei/config/JEIModConfigGui.java"
        ],
        "commitId" : "a581b1f7baeb5bf96038a27cb5c8f858e7eb92d7",
        "timestamp" : 1449399599000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Tidy up config\u000a",
        "date" : "2015-12-06 02:59:59 -0800",
        "id" : "a581b1f7baeb5bf96038a27cb5c8f858e7eb92d7",
        "msg" : "Tidy up config",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/Config.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/JEIModConfigGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/api/IItemBlacklist.java",
          "src/main/java/mezz/jei/ItemBlacklist.java"
        ],
        "commitId" : "5c794c1801cf996b7d8ebc434de56219e6f163d4",
        "timestamp" : 1449399630000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Allow removing items from the blacklist\u000a",
        "date" : "2015-12-06 03:00:30 -0800",
        "id" : "5c794c1801cf996b7d8ebc434de56219e6f163d4",
        "msg" : "Allow removing items from the blacklist",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemBlacklist.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/IItemBlacklist.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/RecipesGuiInitEvent.java",
          "src/main/java/mezz/jei/gui/RecipesGui.java"
        ],
        "commitId" : "069c623b809d829c41d4729e472bb2ae7e323b7b",
        "timestamp" : 1449400658000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fire RecipesGuiInitEvent instead of firing a duplicate GuiInitEvent\u000a",
        "date" : "2015-12-06 03:17:38 -0800",
        "id" : "069c623b809d829c41d4729e472bb2ae7e323b7b",
        "msg" : "Fire RecipesGuiInitEvent instead of firing a duplicate GuiInitEvent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipesGui.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/gui/RecipesGuiInitEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/ItemRegistry.java",
          "src/main/java/mezz/jei/api/IItemRegistry.java",
          "src/main/java/mezz/jei/ItemRegistryDummy.java"
        ],
        "commitId" : "5d8089691da1be70e9e3535eb7c79d40fec5b7c8",
        "timestamp" : 1449402061000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add getItemListForModId(String modId) to IItemRegistry\u000a",
        "date" : "2015-12-06 03:41:01 -0800",
        "id" : "5d8089691da1be70e9e3535eb7c79d40fec5b7c8",
        "msg" : "Add getItemListForModId(String modId) to IItemRegistry",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemRegistryDummy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/IItemRegistry.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/TooltipEventHandler.java"
        ],
        "commitId" : "09a50ba46733b02c96697594c9b79cf6bfc48c51",
        "timestamp" : 1449451700000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #52 tooltip errors on bukkit/spigot\u000a",
        "date" : "2015-12-06 17:28:20 -0800",
        "id" : "09a50ba46733b02c96697594c9b79cf6bfc48c51",
        "msg" : "Fix #52 tooltip errors on bukkit/spigot",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/TooltipEventHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/RecipeRegistry.java",
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/util/RecipeCategoryComparator.java",
          "src/main/java/mezz/jei/util/ModRegistry.java",
          "src/main/java/mezz/jei/api/IModRegistry.java"
        ],
        "commitId" : "900b144273c2b917c157ebd858e4abed7720ce9a",
        "timestamp" : 1449474391000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add a way to ignore classes of unhandled recipes\u000a",
        "date" : "2015-12-06 23:46:31 -0800",
        "id" : "900b144273c2b917c157ebd858e4abed7720ce9a",
        "msg" : "Add a way to ignore classes of unhandled recipes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/ModRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/RecipeCategoryComparator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/IModRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/config/Config.java",
          "src/main/resources/assets/jei/lang/ru_RU.lang",
          "src/main/resources/assets/jei/lang/en_US.lang",
          "src/main/java/mezz/jei/util/StackUtil.java",
          "src/main/java/mezz/jei/api/INbtIgnoreList.java",
          "src/main/java/mezz/jei/api/JEIManager.java",
          "src/main/java/mezz/jei/NbtIgnoreList.java",
          "src/main/java/mezz/jei/JustEnoughItems.java"
        ],
        "commitId" : "662842498f453341dc768770a73c67f69b9a75e9",
        "timestamp" : 1449479483000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add NBT ignore-list to the API\u000a",
        "date" : "2015-12-07 01:11:23 -0800",
        "id" : "662842498f453341dc768770a73c67f69b9a75e9",
        "msg" : "Add NBT ignore-list to the API",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JustEnoughItems.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/JEIManager.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/NbtIgnoreList.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/ru_RU.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/Config.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/StackUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/en_US.lang"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/api/INbtIgnoreList.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ProxyCommon.java",
          "src/main/java/mezz/jei/ProxyCommonClient.java",
          "src/main/java/mezz/jei/ItemBlacklist.java"
        ],
        "commitId" : "164e7c8ce04c876b5da6220d055d0614614d0f7e",
        "timestamp" : 1449484058000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Reset item filter cache when the item blacklist changes\u000a",
        "date" : "2015-12-07 02:27:38 -0800",
        "id" : "164e7c8ce04c876b5da6220d055d0614614d0f7e",
        "msg" : "Reset item filter cache when the item blacklist changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemBlacklist.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ItemRegistry.java",
          "src/main/java/mezz/jei/network/packets/PacketJEI.java",
          "src/main/java/mezz/jei/network/PacketHandler.java",
          "src/main/java/mezz/jei/ProxyCommonClient.java",
          "src/main/java/mezz/jei/util/ItemStackElement.java",
          "src/main/java/mezz/jei/ItemFilter.java",
          "src/main/java/mezz/jei/RecipeRegistry.java",
          "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
        ],
        "commitId" : "0e2b4e8e43c09ad9638e91f87416a72af7bd0785",
        "timestamp" : 1449485157000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Log exceptions correctly (with stack trace)\u000a",
        "date" : "2015-12-07 02:45:57 -0800",
        "id" : "0e2b4e8e43c09ad9638e91f87416a72af7bd0785",
        "msg" : "Log exceptions correctly (with stack trace)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/ItemStackElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/network/PacketHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/network/packets/PacketJEI.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemRegistry.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ProxyCommonClient.java"
        ],
        "commitId" : "6737da7e67d328a88e128dfaa0968282db895bf8",
        "timestamp" : 1449485349000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix NPE when resetting item filter cache\u000a",
        "date" : "2015-12-07 02:49:09 -0800",
        "id" : "6737da7e67d328a88e128dfaa0968282db895bf8",
        "msg" : "Fix NPE when resetting item filter cache",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "gradle.properties"
        ],
        "commitId" : "a6d81000ce3f9fec9680a126c9f76da7d5ff31af",
        "timestamp" : 1449488096000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "bump version\u000a",
        "date" : "2015-12-07 03:34:56 -0800",
        "id" : "a6d81000ce3f9fec9680a126c9f76da7d5ff31af",
        "msg" : "bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}