{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 531,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
            "branch" : [
              {
                "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
            "branch" : [
              {
                "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/gradle" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 113,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          },
          "revision" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          }
        },
        "origin/1.7" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 299,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
        "branch" : [
          {
            "SHA1" : "b6d8e1fd315be14753a7fcbbc17bfbdf2bf9c085",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SlimeKnights/TinkersConstruct.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#531",
  "duration" : 215693,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #531",
  "id" : "2014-07-12_14-06-47",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 531,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1405188407000,
  "url" : "https://dvs1.progwml6.com/jenkins/job/TConstruct_1.8.9/531/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/gui/CraftingStationGui.java",
          "src/main/java/tconstruct/tools/gui/ToolStationGui.java"
        ],
        "commitId" : "d719885de738f0389c609da8303b146dc529d031",
        "timestamp" : 1404741215000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Fixed some inconsistencies in how damage/speed of tools is calculated in GUIs\u000a * Fixed damage not being calculated properly in Crafting Stations\u000a * Fixed Crafting Stations stonebound speed calculations (they were using a different algorithm)\u000a * Fixed typo that made GUIs show the primary mining speed of dual harvest twice\u000a * Fixed Stonebound damage bonus/loss always being truncated to an int in GUIs\u000a\u000aConflicts:\u000a\u0009src/main/java/tconstruct/tools/gui/CraftingStationGui.java\u000a\u0009src/main/java/tconstruct/tools/gui/ToolStationGui.java\u000a",
        "date" : "2014-07-07T06:53:35-0700",
        "id" : "d719885de738f0389c609da8303b146dc529d031",
        "msg" : "Fixed some inconsistencies in how damage/speed of tools is calculated in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/CraftingStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/ToolStationGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/logic/FurnaceLogic.java"
        ],
        "commitId" : "9b2784719b6846c017c092ce75544dbd7c0255fd",
        "timestamp" : 1404741423000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Made slab furnaces accept items with the same restrictions as normal furnaces\u000a * Duplicated ISidedInventory implementation of TileEntityFurnace\u000a\u000aFixes SlimeKnights/TinkersConstruct#573\u000a\u000aConflicts:\u000a\u0009src/main/java/tconstruct/tools/logic/FurnaceLogic.java\u000a",
        "date" : "2014-07-07T06:57:03-0700",
        "id" : "9b2784719b6846c017c092ce75544dbd7c0255fd",
        "msg" : "Made slab furnaces accept items with the same restrictions as normal",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/logic/FurnaceLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/blocks/SearedBlock.java"
        ],
        "commitId" : "8075cb0b9e8c7a8768c7940fcd1fd3d2d48625e7",
        "timestamp" : 1404741470000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Safer tile entity casting in SearedBlock.getCollisionBoundingBoxFromPool\u000a\u000aFixes SlimeKnights/TinkersConstruct#586 and SlimeKnights/TinkersConstruct#557\u000a\u000aConflicts:\u000a\u0009src/main/java/tconstruct/smeltery/blocks/SearedBlock.java\u000a",
        "date" : "2014-07-07T06:57:50-0700",
        "id" : "8075cb0b9e8c7a8768c7940fcd1fd3d2d48625e7",
        "msg" : "Safer tile entity casting in SearedBlock.getCollisionBoundingBoxFromPool",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/blocks/SearedBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/modifiers/tools/ModRepair.java"
        ],
        "commitId" : "4fce1a924e4394277fff34f8d55e627626960551",
        "timestamp" : 1404741472000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Fixed repairing only working with the first 2 crafting slots (it will now work with any slot).\u000a\u000aFixes SlimeKnights/TinkersConstruct/#568\u000a",
        "date" : "2014-07-07T06:57:52-0700",
        "id" : "4fce1a924e4394277fff34f8d55e627626960551",
        "msg" : "Fixed repairing only working with the first 2 crafting slots (it will",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModRepair.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/modifiers/tools/ModRepair.java"
        ],
        "commitId" : "443757c28c8772788aedefe9f9f63a683cc69eb8",
        "timestamp" : 1404741474000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Fixed multiple repairs being more effective than a single repair with the same amount of materials\u000a\u000aFixes SlimeKnights/TinkersConstruct#584\u000a",
        "date" : "2014-07-07T06:57:54-0700",
        "id" : "443757c28c8772788aedefe9f9f63a683cc69eb8",
        "msg" : "Fixed multiple repairs being more effective than a single repair with",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModRepair.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/lang/en_US.lang"
        ],
        "commitId" : "7afb01afb39d1bd12059176078c8369576df56b7",
        "timestamp" : 1404742034000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Fixed the ammo tooltip damage string and give a name to placed frying pans\u000a\u000aConflicts:\u000a\u0009resources/assets/tinker/lang/en_US.lang\u000a",
        "date" : "2014-07-07T07:07:14-0700",
        "id" : "7afb01afb39d1bd12059176078c8369576df56b7",
        "msg" : "Fixed the ammo tooltip damage string and give a name to placed frying",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_US.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/logic/FurnaceLogic.java",
          "src/main/java/tconstruct/smeltery/blocks/SearedBlock.java"
        ],
        "commitId" : "4a8ca08facd2b2d69b5a02e5eff20f7142f8d7d9",
        "timestamp" : 1404742607000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
          "fullName" : "squeek502"
        },
        "authorEmail" : "squeek502@hotmail.com",
        "comment" : "Compile fixes for 1.7.10\u000a",
        "date" : "2014-07-07T07:16:47-0700",
        "id" : "4a8ca08facd2b2d69b5a02e5eff20f7142f8d7d9",
        "msg" : "Compile fixes for 1.7.10",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/logic/FurnaceLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/blocks/SearedBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/gui/SmelteryGui.java",
          "returning_eventually/plugins/waila/WailaRegistrar.java",
          "resources/assets/tinker/lang/it_IT.lang",
          "resources/assets/tinker/lang/en_US.lang"
        ],
        "commitId" : "46fbe049207ce300c5b107b9bde8c3aa94d5a8b1",
        "timestamp" : 1404977011000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/jeanglassmaker",
          "fullName" : "JeanGlassmaker"
        },
        "authorEmail" : "JeanGlassmaker@mail.com",
        "comment" : "Fixed Localizations in Smeltery Tooltip and WAILA\u000a",
        "date" : "2014-07-10T10:23:31+0300",
        "id" : "46fbe049207ce300c5b107b9bde8c3aa94d5a8b1",
        "msg" : "Fixed Localizations in Smeltery Tooltip and WAILA",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_US.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/gui/SmelteryGui.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/it_IT.lang"
          },
          {
            "editType" : "edit",
            "file" : "returning_eventually/plugins/waila/WailaRegistrar.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/jeanglassmaker",
      "fullName" : "JeanGlassmaker"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/squeek502",
      "fullName" : "squeek502"
    }
  ]
}