{
  "_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" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 695,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
            "branch" : [
              {
                "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
            "branch" : [
              {
                "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
        "branch" : [
          {
            "SHA1" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#695",
  "duration" : 593,
  "estimatedDuration" : 590,
  "executor" : None,
  "fullDisplayName" : "CraftBukkit-RSS #695",
  "id" : "695",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 695,
  "queueId" : 578,
  "result" : "SUCCESS",
  "timestamp" : 1484867768492,
  "url" : "https://hub.spigotmc.org/jenkins/view/RSS/job/CraftBukkit-RSS/695/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/CommandDebug.patch",
          "nms-patches/World.patch",
          "nms-patches/Entity.patch",
          "nms-patches/PlayerList.patch",
          "nms-patches/WorldServer.patch",
          "nms-patches/MethodProfiler.patch"
        ],
        "commitId" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
        "timestamp" : 1484790155000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/pokechu022",
          "fullName" : "Pokechu022"
        },
        "authorEmail" : "Pokechu022@gmail.com",
        "comment" : "Re-enable the vanilla debug MethodProfiler and /debug command\u000aThis is highly useful for profiling vanilla code, and in some cases\u000aplugin code.  It is somewhat expensive, though, which is why it was\u000ainitially disabled.\u000aI chose to use a system property instead of a configuration setting\u000abecause 1) the MethodProfiler is exclusive to CraftBukkit and not part\u000aof the general API (the timings system is the general API equivalent),\u000aand 2) using a static final boolean property _may_ allow the JITter to\u000aoptimize out the methods when disabled (though I'm not sure of it).\u000aThere are several changes to fix cases where the profiler code was\u000abroken slightly by other craftbukkit changes.  All of cases have been\u000afixed, except for the block entity ticking one, due to the cost of the\u000agetSimpleName call.  For that, a ticking entry is used instead, so that\u000atime spent actually ticking the block entities can be compared with time\u000aprocessing the list.\u000aThis (effectively) reverts 7dde6cc5663e1f6b84f549c54a47bc623b49fdf1.\u000a",
        "date" : "2017-01-18 17:42:35 -0800",
        "id" : "4d3bf2015504897fc69af2a209d4c8bbe217394d",
        "msg" : "Re-enable the vanilla debug MethodProfiler and /debug command",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/Entity.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/PlayerList.patch"
          },
          {
            "editType" : "add",
            "file" : "nms-patches/CommandDebug.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/World.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/WorldServer.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/MethodProfiler.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/pokechu022",
      "fullName" : "Pokechu022"
    }
  ]
}