{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by GermanCoding"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
            "branch" : [
              {
                "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
            "branch" : [
              {
                "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
        "branch" : [
          {
            "SHA1" : "44dae0daf03f8c5b32eefafbe41be73f4f7afe92",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/GermanCoding/PacketAPI.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "PacketAPI.jar",
      "fileName" : "PacketAPI.jar",
      "relativePath" : "PacketAPI/dist/lib/PacketAPI.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3",
  "duration" : 5455,
  "estimatedDuration" : 29450,
  "executor" : None,
  "fullDisplayName" : "PacketAPI #3",
  "id" : "3",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3,
  "queueId" : 3,
  "result" : "SUCCESS",
  "timestamp" : 1628883207865,
  "url" : "https://build.germancoding.com/job/PacketAPI/3/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PacketAPI/src/com/germancoding/packetapi/DataSender.java",
          "PacketAPI/src/com/germancoding/packetapi/DataReader.java",
          "PacketAPI/src/com/germancoding/packetapi/PacketHandler.java"
        ],
        "commitId" : "33a7edad20c4b2bf3ac61913e8b848b8645b95f7",
        "timestamp" : 1628861412000,
        "author" : {
          "absoluteUrl" : "https://build.germancoding.com/user/germancoding",
          "fullName" : "GermanCoding"
        },
        "authorEmail" : "github@germancoding.com",
        "comment" : "Code cleanup, fix deprecations, better close logic\u000a",
        "date" : "2021-08-13 15:30:12 +0200",
        "id" : "33a7edad20c4b2bf3ac61913e8b848b8645b95f7",
        "msg" : "Code cleanup, fix deprecations, better close logic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/PacketHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/DataReader.java"
          },
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/DataSender.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PacketAPI/src/com/germancoding/packetapi/DefaultPacketListener.java"
        ],
        "commitId" : "9d581ee71b595d53df739967ebb5800a3f87e7ee",
        "timestamp" : 1628882842000,
        "author" : {
          "absoluteUrl" : "https://build.germancoding.com/user/germancoding",
          "fullName" : "GermanCoding"
        },
        "authorEmail" : "github@germancoding.com",
        "comment" : "Add option to ignore certain default packets\u000a\u000aUseful, e.g in 1:n connections were close packets are invalid\u000a",
        "date" : "2021-08-13 21:27:22 +0200",
        "id" : "9d581ee71b595d53df739967ebb5800a3f87e7ee",
        "msg" : "Add option to ignore certain default packets",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/DefaultPacketListener.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PacketAPI/src/com/germancoding/packetapi/udp/UnreliableInputStream.java",
          "PacketAPI/src/com/germancoding/packetapi/udp/UnreliableOutputStream.java"
        ],
        "commitId" : "7ffe801b257a5e8ca81fbd73c330e4419ee1ae29",
        "timestamp" : 1628882915000,
        "author" : {
          "absoluteUrl" : "https://build.germancoding.com/user/germancoding",
          "fullName" : "GermanCoding"
        },
        "authorEmail" : "github@germancoding.com",
        "comment" : "Add helpers to interact with sending/receiving addresses in UDP connections.\u000a\u000aUseful for 1:n connections. This makes it possible to specify a (temporary) sender address, without\u000ahaving to use the connect() feature, which would prevent receiving packets from other addresses.\u000a\u000aOn the receiving side, remember the endpoint to be able to respond the address.\u000a",
        "date" : "2021-08-13 21:28:35 +0200",
        "id" : "7ffe801b257a5e8ca81fbd73c330e4419ee1ae29",
        "msg" : "Add helpers to interact with sending/receiving addresses in UDP connections.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/udp/UnreliableInputStream.java"
          },
          {
            "editType" : "edit",
            "file" : "PacketAPI/src/com/germancoding/packetapi/udp/UnreliableOutputStream.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://build.germancoding.com/user/germancoding",
      "fullName" : "GermanCoding"
    }
  ]
}