{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 2,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/net.md-5$bungeecord-api/916/mavenArtifacts/"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "BungeeCord-API",
  "duration" : 16178,
  "estimatedDuration" : 12986,
  "executor" : None,
  "fullDisplayName" : "BungeeCord » BungeeCord-API BungeeCord-API",
  "id" : "2014-06-11_02-10-08",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 916,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1402467008000,
  "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/net.md-5$bungeecord-api/916/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "api/src/main/java/net/md_5/bungee/api/ServerPing.java"
        ],
        "commitId" : "107d6b011db98e549b401ae56daa01d2701ad287",
        "timestamp" : 1402430960000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Fix ServerPing NPE w/ String favicons\u000a\u000aCurrently, passing a null favicon String to the ServerPing(Protocol, Players, String, String) constructor causes a NPE. However, passing a null `Favicon` object to the corresponding constructor does not cause one. Setting the favicon String using the setFavicon(String) method doesn't cause a NPE either.\u000a\u000aTherefore, the NPE thrown by the constructor is inconsistent and should be avoided. Please find a sample NPE here: http://newpaste.md-5.net/pmtqjc8vl (Note the `null` favicon)\u000a\u000aThis PR changes the documented (unintended?) behaviour by adding a null check before passing the favicon String to the alternative `Favicon` object constructor. This makes the constructor consistent with the other one and the `setFavicon(String)` method. This also adds compatibility for old (made before Favicon API) plugins passing `null` favicon Strings (and expecting no favicon to be displayed instead of a NPE).\u000a\u000aThanks!\u000a",
        "date" : "2014-06-11T06:09:20+1000",
        "id" : "107d6b011db98e549b401ae56daa01d2701ad287",
        "msg" : "Fix ServerPing NPE w/ String favicons",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "api/src/main/java/net/md_5/bungee/api/ServerPing.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/net.md-5$bungeecord-api/916/mavenArtifacts/"
  }
}