{
  "_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" : 22,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
            "branch" : [
              {
                "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
            "branch" : [
              {
                "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/1.8.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 96,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c44f5ccc8ed68538d307107def606929b8abcc83",
            "branch" : [
              {
                "SHA1" : "c44f5ccc8ed68538d307107def606929b8abcc83",
                "name" : "origin/1.8.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c44f5ccc8ed68538d307107def606929b8abcc83",
            "branch" : [
              {
                "SHA1" : "c44f5ccc8ed68538d307107def606929b8abcc83",
                "name" : "origin/1.8.8"
              }
            ]
          }
        },
        "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" : "c44f5ccc8ed68538d307107def606929b8abcc83",
        "branch" : [
          {
            "SHA1" : "c44f5ccc8ed68538d307107def606929b8abcc83",
            "name" : "origin/1.8.8"
          }
        ]
      },
      "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" : "#96",
  "duration" : 46171,
  "estimatedDuration" : 30783,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.11 #96",
  "id" : "96",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 96,
  "queueId" : 3,
  "result" : "SUCCESS",
  "timestamp" : 1453260349843,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems-MC1.11/96/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/RecipeTransferButton.java",
          "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java",
          "src/main/resources/assets/jei/lang/en_US.lang",
          "src/main/java/mezz/jei/transfer/RecipeTransferErrorSlots.java",
          "src/main/java/mezz/jei/util/StackHelper.java",
          "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java"
        ],
        "commitId" : "d8553178665f7e4f1b6f4a6ebd32bc2f17479ce0",
        "timestamp" : 1453253025000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #99 Item transfer handler misreporting missing items\u000a",
        "date" : "2016-01-19 17:23:45 -0800",
        "id" : "d8553178665f7e4f1b6f4a6ebd32bc2f17479ce0",
        "msg" : "Fix #99 Item transfer handler misreporting missing items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipeTransferButton.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/RecipeTransferErrorSlots.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/en_US.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/StackHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/RecipeLayout.java"
        ],
        "commitId" : "63928362abdfc1d519da8f6c9ab4d97551c33dde",
        "timestamp" : 1453260058000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix gray text on recipes changing to black when a tooltip is on screen\u000a",
        "date" : "2016-01-19 19:20:58 -0800",
        "id" : "63928362abdfc1d519da8f6c9ab4d97551c33dde",
        "msg" : "Fix gray text on recipes changing to black when a tooltip is on screen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipeLayout.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
        ],
        "commitId" : "2f5764c72fb1695d817ffe906d4aaaf1570ecff3",
        "timestamp" : 1453260096000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix furnace recipe transfer handler putting items in wrong slots\u000a",
        "date" : "2016-01-19 19:21:36 -0800",
        "id" : "2f5764c72fb1695d817ffe906d4aaaf1570ecff3",
        "msg" : "Fix furnace recipe transfer handler putting items in wrong slots",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/gui/ingredients/GuiIngredientGroup.java",
          "src/main/java/mezz/jei/util/StackHelper.java",
          "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java",
          "src/main/java/mezz/jei/gui/ingredients/IGuiIngredient.java",
          "src/main/java/mezz/jei/gui/RecipesGui.java",
          "src/main/java/mezz/jei/api/gui/IGuiIngredientGroup.java",
          "src/main/java/mezz/jei/network/packets/PacketRecipeTransfer.java",
          "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java",
          "src/main/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandler.java",
          "src/main/java/mezz/jei/transfer/RecipeTransferUtil.java",
          "gradle.properties"
        ],
        "commitId" : "c44f5ccc8ed68538d307107def606929b8abcc83",
        "timestamp" : 1453260267000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Close #65 Shift-click the [+] to move many sets of items\u000a",
        "date" : "2016-01-19 19:24:27 -0800",
        "id" : "c44f5ccc8ed68538d307107def606929b8abcc83",
        "msg" : "Close #65 Shift-click the [+] to move many sets of items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/RecipeTransferUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/network/packets/PacketRecipeTransfer.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/IGuiIngredient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/gui/IGuiIngredientGroup.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipesGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/StackHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiIngredientGroup.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}