{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 13,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/net.md-5$bungeecord-proxy/1397/mavenArtifacts/"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "BungeeCord-Proxy",
  "duration" : 11126,
  "estimatedDuration" : 4871,
  "executor" : None,
  "fullDisplayName" : "BungeeCord » BungeeCord-Proxy BungeeCord-Proxy",
  "id" : "1397",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1397,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1551598443170,
  "url" : "https://hub.spigotmc.org/jenkins/job/BungeeCord/net.md-5$bungeecord-proxy/1397/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
        ],
        "commitId" : "1a06ebeee018b19a30b68491150cc91a7cf3e298",
        "timestamp" : 1549142763000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "#2599: Remove connection throttle if proxy protocol in use\u000a",
        "date" : "2019-02-03 08:26:03 +1100",
        "id" : "1a06ebeee018b19a30b68491150cc91a7cf3e298",
        "msg" : "#2599: Remove connection throttle if proxy protocol in use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
        ],
        "commitId" : "28c82238d0ef880b4ba79bd1516eb652bf2513c5",
        "timestamp" : 1549177126000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Fix typo in previous commit\u000a",
        "date" : "2019-02-03 17:58:46 +1100",
        "id" : "28c82238d0ef880b4ba79bd1516eb652bf2513c5",
        "msg" : "Fix typo in previous commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/conf/Configuration.java",
          "proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java",
          "protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java",
          "proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java"
        ],
        "commitId" : "0d6f3ee3745a9d551c90ca654e0092b6f173ce0c",
        "timestamp" : 1550358641000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Make 1.13 command injection normal functionality\u000a",
        "date" : "2019-02-17 10:10:41 +1100",
        "id" : "0d6f3ee3745a9d551c90ca654e0092b6f173ce0c",
        "msg" : "Make 1.13 command injection normal functionality",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/conf/Configuration.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java"
          },
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/util/ChatComponentTransformer.java",
          "proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java"
        ],
        "commitId" : "6d6fbb5efa06259166cc2e6f56e6320bf0d6316d",
        "timestamp" : 1550358804000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Fix two minor formatting issues\u000a",
        "date" : "2019-02-17 10:13:24 +1100",
        "id" : "6d6fbb5efa06259166cc2e6f56e6320bf0d6316d",
        "msg" : "Fix two minor formatting issues",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/util/ChatComponentTransformer.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.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-proxy/1397/mavenArtifacts/"
  }
}