{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Brokkonaut",
          "userId" : "brokkonaut",
          "userName" : "Brokkonaut"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 22,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
            "branch" : [
              {
                "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
            "branch" : [
              {
                "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 23,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
            "branch" : [
              {
                "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
            "branch" : [
              {
                "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
        "branch" : [
          {
            "SHA1" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "TreasureChest.jar",
      "fileName" : "TreasureChest.jar",
      "relativePath" : "target/TreasureChest.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#23",
  "duration" : 5610,
  "estimatedDuration" : 12659,
  "executor" : None,
  "fullDisplayName" : "TreasureChest #23",
  "id" : "23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 23,
  "queueId" : 528,
  "result" : "SUCCESS",
  "timestamp" : 1623395376754,
  "url" : "https://www.iani.de/jenkins/job/TreasureChest/23/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/util/sql/MySQLConnection.java",
          "src/main/java/de/iani/treasurechest/database/SQLConfig.java",
          "src/main/java/de/iani/treasurechest/TreasureChest.java",
          "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java",
          "src/main/java/de/iani/treasurechest/util/sql/SQLRunnable.java",
          "src/main/java/de/iani/treasurechest/util/sql/SQLConnection.java",
          "pom.xml",
          "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java",
          "src/main/resources/config.yml"
        ],
        "commitId" : "b49a61e7d60e235f54f2aa710f6c564bd2589733",
        "timestamp" : 1533612235000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Unfinished: SQL database\u000a",
        "date" : "2018-08-07 05:23:55 +0200",
        "id" : "b49a61e7d60e235f54f2aa710f6c564bd2589733",
        "msg" : "Unfinished: SQL database",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/util/sql/SQLConnection.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/database/SQLConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/util/sql/MySQLConnection.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/util/sql/SQLRunnable.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/config.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/plugin.yml",
          "pom.xml"
        ],
        "commitId" : "8f430bb489e528f15301876748c2d6346840f51e",
        "timestamp" : 1533612692000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "1.13\u000a",
        "date" : "2018-08-07 05:31:32 +0200",
        "id" : "8f430bb489e528f15301876748c2d6346840f51e",
        "msg" : "1.13",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/plugin.yml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "d2aec579e8faa1ea5158f297e520f41efcd0e0e0",
        "timestamp" : 1535927126000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "1.13.1\u000a",
        "date" : "2018-09-03 00:25:26 +0200",
        "id" : "d2aec579e8faa1ea5158f297e520f41efcd0e0e0",
        "msg" : "1.13.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
        ],
        "commitId" : "4b9fc306820394e1cd02532a6e0b760ee7f0275d",
        "timestamp" : 1535929895000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "replace deprecated method invocations\u000a",
        "date" : "2018-09-03 01:11:35 +0200",
        "id" : "4b9fc306820394e1cd02532a6e0b760ee7f0275d",
        "msg" : "replace deprecated method invocations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/PlayerEventListener.java",
          "src/main/java/de/iani/treasurechest/ListedItemsData.java",
          "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java",
          "src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java",
          "src/main/java/de/iani/treasurechest/OpenInventoryData.java",
          "pom.xml",
          "src/main/java/de/iani/treasurechest/worker/WorkEntry.java",
          "src/main/java/de/iani/treasurechest/TreasureChest.java",
          "src/main/java/de/iani/treasurechest/database/DatabaseTreasureChestItem.java",
          "src/main/java/de/iani/treasurechest/ChestInventoryListener.java",
          "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java",
          "src/main/java/de/iani/treasurechest/worker/WorkerThread.java",
          "src/main/java/de/iani/treasurechest/TreasureChestData.java"
        ],
        "commitId" : "1a74a1f4669307808a4513a296c8d722258783bb",
        "timestamp" : 1538972560000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Start adding database backend (not completed, not tested)\u000a",
        "date" : "2018-10-08 06:22:40 +0200",
        "id" : "1a74a1f4669307808a4513a296c8d722258783bb",
        "msg" : "Start adding database backend (not completed, not tested)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/worker/WorkEntry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/worker/WorkerThread.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestData.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/ListedItemsData.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/OpenInventoryData.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/PlayerEventListener.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/database/DatabaseTreasureChestItem.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/PlayerEventListener.java",
          "src/main/java/de/iani/treasurechest/TreasureChest.java",
          "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java",
          "src/main/java/de/iani/treasurechest/Converter.java",
          "src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java",
          "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java",
          "src/main/java/de/iani/treasurechest/TreasureChestData.java"
        ],
        "commitId" : "bb9551a99e21a609bd2ac90ddf83229d8a2217d2",
        "timestamp" : 1539009157000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Completed database storage\u000a",
        "date" : "2018-10-08 16:32:37 +0200",
        "id" : "bb9551a99e21a609bd2ac90ddf83229d8a2217d2",
        "msg" : "Completed database storage",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/Converter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/PlayerEventListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/database/TreasureChestDatabase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestData.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestCommandExecutor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/TreasureChest.java"
        ],
        "commitId" : "7368cc479e3b5a69f72bf5619aefb2b46e126177",
        "timestamp" : 1539009314000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Increase effect range\u000a",
        "date" : "2018-10-08 16:35:14 +0200",
        "id" : "7368cc479e3b5a69f72bf5619aefb2b46e126177",
        "msg" : "Increase effect range",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
        ],
        "commitId" : "b2eea9e733c1b2ea5140e0d2bcb9a57f0897cf1e",
        "timestamp" : 1539018421000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Load chest content when trying to open treasure chest\u000a",
        "date" : "2018-10-08 19:07:01 +0200",
        "id" : "b2eea9e733c1b2ea5140e0d2bcb9a57f0897cf1e",
        "msg" : "Load chest content when trying to open treasure chest",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/worker/WorkerThread.java",
          "src/main/java/de/iani/treasurechest/TreasureChest.java"
        ],
        "commitId" : "c4d3b64f79840a32fa78097fedfce4caf19c5bba",
        "timestamp" : 1539092694000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Shutdown worker when the plugin is disabled\u000a",
        "date" : "2018-10-09 15:44:54 +0200",
        "id" : "c4d3b64f79840a32fa78097fedfce4caf19c5bba",
        "msg" : "Shutdown worker when the plugin is disabled",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/worker/WorkerThread.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/TreasureChest.java"
        ],
        "commitId" : "1b6d1bf118801fc1ac18d25f94925d4065a45ed3",
        "timestamp" : 1541126067000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "missing null check in addItem\u000a",
        "date" : "2018-11-02 03:34:27 +0100",
        "id" : "1b6d1bf118801fc1ac18d25f94925d4065a45ed3",
        "msg" : "missing null check in addItem",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "3e73bf67ae131591007660dc88ddd5e9f8d310d8",
        "timestamp" : 1560652768000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Update to 1.14.2\u000a",
        "date" : "2019-06-16 04:39:28 +0200",
        "id" : "3e73bf67ae131591007660dc88ddd5e9f8d310d8",
        "msg" : "Update to 1.14.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "4c683c230d38e52e79a4c0d150eb6139322d3492",
        "timestamp" : 1576522388000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "1.15\u000a",
        "date" : "2019-12-16 19:53:08 +0100",
        "id" : "4c683c230d38e52e79a4c0d150eb6139322d3492",
        "msg" : "1.15",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/TreasureChest.java",
          "src/main/java/de/iani/treasurechest/TreasureChestMoneyTransactionEvent.java"
        ],
        "commitId" : "30e9a80db466b9daed33d4807065c69f3b25a7bd",
        "timestamp" : 1587334748000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/thomas.voelkl",
          "fullName" : "thomas.voelkl"
        },
        "authorEmail" : "thomas.voelkl@outlook.de",
        "comment" : "add event for use in MoneyHistory\u000a",
        "date" : "2020-04-20 00:19:08 +0200",
        "id" : "30e9a80db466b9daed33d4807065c69f3b25a7bd",
        "msg" : "add event for use in MoneyHistory",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestMoneyTransactionEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/TreasurePayoutEvent.java",
          "src/main/java/de/iani/treasurechest/ChestInventoryListener.java",
          "src/main/java/de/iani/treasurechest/TreasureChest.java",
          "src/main/java/de/iani/treasurechest/TreasureChestMoneyTransactionEvent.java"
        ],
        "commitId" : "462046f4854c1b854f6e42128772b0a30c447efc",
        "timestamp" : 1587360252000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Refactor PayoutEvent, some cleanup\u000a",
        "date" : "2020-04-20 07:24:12 +0200",
        "id" : "462046f4854c1b854f6e42128772b0a30c447efc",
        "msg" : "Refactor PayoutEvent, some cleanup",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/iani/treasurechest/TreasurePayoutEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChest.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/de/iani/treasurechest/TreasureChestMoneyTransactionEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "e120fce2563094476a74710945c1f99b4e2eb6c9",
        "timestamp" : 1587692155000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Fix PlayerUUIDCache dependency\u000a",
        "date" : "2020-04-24 03:35:55 +0200",
        "id" : "e120fce2563094476a74710945c1f99b4e2eb6c9",
        "msg" : "Fix PlayerUUIDCache dependency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
        ],
        "commitId" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
        "timestamp" : 1609595387000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/thomas.voelkl",
          "fullName" : "thomas.voelkl"
        },
        "authorEmail" : "thomas.voelkl@outlook.de",
        "comment" : "fix calling TreasurePayoutEvent when player inventory is full\u000a",
        "date" : "2021-01-02 14:49:47 +0100",
        "id" : "47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02",
        "msg" : "fix calling TreasurePayoutEvent when player inventory is full",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/iani/treasurechest/ChestInventoryListener.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
      "fullName" : "Brokkonaut"
    },
    {
      "absoluteUrl" : "https://www.iani.de/jenkins/user/thomas.voelkl",
      "fullName" : "thomas.voelkl"
    }
  ]
}