{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by md-5"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1025,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
            "branch" : [
              {
                "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
            "branch" : [
              {
                "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
        "branch" : [
          {
            "SHA1" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/SpigotMC/BungeeCord.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 19,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeCord.jar",
      "fileName" : "BungeeCord.jar",
      "relativePath" : "bootstrap/target/BungeeCord.jar"
    },
    {
      "displayPath" : "cmd_alert.jar",
      "fileName" : "cmd_alert.jar",
      "relativePath" : "module/cmd-alert/target/cmd_alert.jar"
    },
    {
      "displayPath" : "cmd_find.jar",
      "fileName" : "cmd_find.jar",
      "relativePath" : "module/cmd-find/target/cmd_find.jar"
    },
    {
      "displayPath" : "cmd_list.jar",
      "fileName" : "cmd_list.jar",
      "relativePath" : "module/cmd-list/target/cmd_list.jar"
    },
    {
      "displayPath" : "cmd_send.jar",
      "fileName" : "cmd_send.jar",
      "relativePath" : "module/cmd-send/target/cmd_send.jar"
    },
    {
      "displayPath" : "cmd_server.jar",
      "fileName" : "cmd_server.jar",
      "relativePath" : "module/cmd-server/target/cmd_server.jar"
    },
    {
      "displayPath" : "reconnect_yaml.jar",
      "fileName" : "reconnect_yaml.jar",
      "relativePath" : "module/reconnect-yaml/target/reconnect_yaml.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1025",
  "duration" : 144870,
  "estimatedDuration" : 237864,
  "executor" : None,
  "fullDisplayName" : "BungeeCord #1025",
  "id" : "2014-12-14_01-19-14",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1025,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1418537954000,
  "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/1025/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeTask.java"
        ],
        "commitId" : "36c4af35de3852c6038d3a62856d9b9378fb3939",
        "timestamp" : 1418498329000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Fix issues cleaning up after repeating tasks.\u000a\u000aA mass of NullPointerExceptions would be outputted when tasks were stopped. This is resolved by checking if we are still running (indicating a possible scheduler cancel) before telling the scheduler to pull the plug.\u000a\u000aIdeally, the entire BungeeCord scheduler should be rewritten. It has quite a few issues which could be avoided with a new system.\u000a",
        "date" : "2014-12-14T06:18:49+1100",
        "id" : "36c4af35de3852c6038d3a62856d9b9378fb3939",
        "msg" : "Fix issues cleaning up after repeating tasks.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeTask.java",
          "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeScheduler.java"
        ],
        "commitId" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
        "timestamp" : 1418498329000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Further fix task clean up issues by moving the BungeeScheduler's cancel(ScheduledTask) method to just call the cancel() method on the task. The cancel call was moved to BungeeTask's cancel method.\u000a\u000aThis patch makes the patch transparent to existing callers using cancel(ScheduledTask) from the scheduler. It also simplifies some logic in BungeeTask itself.\u000a",
        "date" : "2014-12-14T06:18:49+1100",
        "id" : "972b4c1fe5f085a39bc5abb12f568a691ffa23fb",
        "msg" : "Further fix task clean up issues by moving the BungeeScheduler's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeTask.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/scheduler/BungeeScheduler.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.0.4"
}