{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$RemoteCause",
          "shortDescription" : "Started by remote host 193.22.77.174",
          "addr" : "193.22.77.174",
          "note" : None
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 114,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
            "branch" : [
              {
                "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
            "branch" : [
              {
                "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
        "branch" : [
          {
            "SHA1" : "664feea0be597361c2a93b42011cf483c674a4b1",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://fhdwdev.ha.bib.de/gitea/INT_2023Q4-2024Q2/INT2023Q4_SHR.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "INT2023Q4_SHR-1.0.zip",
      "fileName" : "INT2023Q4_SHR-1.0.zip",
      "relativePath" : "build/distributions/INT2023Q4_SHR-1.0.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#114",
  "duration" : 32098,
  "estimatedDuration" : 38257,
  "executor" : None,
  "fullDisplayName" : "INT2023Q4_SHR #114",
  "id" : "114",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 114,
  "queueId" : 1545569,
  "result" : "FAILURE",
  "timestamp" : 1705607572368,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/view/All/job/INT2023Q4_SHR/114/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java",
          "src/main/java/de/fhdw/datapool/interfaces/DeviceAddress.java",
          "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java",
          "src/main/java/de/fhdw/datapool/interfaces/Dpt.java",
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddressTelegram.java",
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
        ],
        "commitId" : "0c62e52cf33d579cdc60d41506b78f88a7c87bc5",
        "timestamp" : 1701701629000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Interfaces from Diagram for Data-Management\u000a",
        "date" : "2023-12-04 15:53:49 +0100",
        "id" : "0c62e52cf33d579cdc60d41506b78f88a7c87bc5",
        "msg" : "Added Interfaces from Diagram for Data-Management",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Dpt.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddressTelegram.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/DeviceAddress.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/importer/interfaces/TelegramImporter.java",
          "src/main/java/de/fhdw/importer/interfaces/GroupAddressImporter.java"
        ],
        "commitId" : "846cd1660bc46008db0c404ac1f15869c595da79",
        "timestamp" : 1701701807000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Interfaces from Diagram for Importer-Group\u000a",
        "date" : "2023-12-04 15:56:47 +0100",
        "id" : "846cd1660bc46008db0c404ac1f15869c595da79",
        "msg" : "Added Interfaces from Diagram for Importer-Group",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/importer/interfaces/GroupAddressImporter.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/importer/interfaces/TelegramImporter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java",
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "92456553d6b7df1b2ea29ac127bcf0a3aea58513",
        "timestamp" : 1701704562000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Modified Datapool, and added basic DataPool (WIP)\u000a",
        "date" : "2023-12-04 16:42:42 +0100",
        "id" : "92456553d6b7df1b2ea29ac127bcf0a3aea58513",
        "msg" : "Modified Datapool, and added basic DataPool (WIP)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "4b6d69e3f177f0ced71f1d52704a09d94ac533e9",
        "timestamp" : 1701704623000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Removed comment that was wrong\u000a",
        "date" : "2023-12-04 16:43:43 +0100",
        "id" : "4b6d69e3f177f0ced71f1d52704a09d94ac533e9",
        "msg" : "Removed comment that was wrong",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java",
          "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java",
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddressTelegram.java",
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java",
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java",
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
        ],
        "commitId" : "f9f1bb7e86100c09403ec7315e264d6517fc1738",
        "timestamp" : 1701707830000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/dana.loehr",
          "fullName" : "dana.loehr"
        },
        "authorEmail" : "dana.loehr@edu.fhdw.de",
        "comment" : "Added Comments for the Datapool Interfaces\u000a",
        "date" : "2023-12-04 17:37:10 +0100",
        "id" : "f9f1bb7e86100c09403ec7315e264d6517fc1738",
        "msg" : "Added Comments for the Datapool Interfaces",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddressTelegram.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java",
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java",
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java",
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
        ],
        "commitId" : "51639e5e5138a0a0c3216942e66a307dd778cce9",
        "timestamp" : 1701730715000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Optimized Imports, Added more Comments, Added Exception for not implemented Operations\u000a",
        "date" : "2023-12-04 23:58:35 +0100",
        "id" : "51639e5e5138a0a0c3216942e66a307dd778cce9",
        "msg" : "Optimized Imports, Added more Comments, Added Exception for not implemented Operations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddressValueTelegram.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java",
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
        ],
        "commitId" : "d06cb368e856fb3a2a669ef83b941e359292e9f7",
        "timestamp" : 1701731097000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Refactoring Interfaces and added Constructor to SimpleDataPool\u000a",
        "date" : "2023-12-05 00:04:57 +0100",
        "id" : "d06cb368e856fb3a2a669ef83b941e359292e9f7",
        "msg" : "Refactoring Interfaces and added Constructor to SimpleDataPool",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/Mock/TelegramImporterMock.java",
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java",
          "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressImporterMock.java",
          "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressMock.java",
          "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressTelegramMock.java"
        ],
        "commitId" : "3f9c8b387f3a46d64388dfdc93d9930ea25cf462",
        "timestamp" : 1701732499000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Mockclasses and some Tests\u000a",
        "date" : "2023-12-05 00:28:19 +0100",
        "id" : "3f9c8b387f3a46d64388dfdc93d9930ea25cf462",
        "msg" : "Added Mockclasses and some Tests",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/Mock/TelegramImporterMock.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressTelegramMock.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressImporterMock.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressMock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
        ],
        "commitId" : "5e4906166fd0361110b57916d97b120471a12c71",
        "timestamp" : 1701781401000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Refactoring one testcase\u000a",
        "date" : "2023-12-05 14:03:21 +0100",
        "id" : "5e4906166fd0361110b57916d97b120471a12c71",
        "msg" : "Refactoring one testcase",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java",
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "71c768f59b9c3c9833194005c51d8d0e2a79f372",
        "timestamp" : 1701783530000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Nullcheck to SimpleDataPool and Added a Test to Check for NullPointerException\u000a",
        "date" : "2023-12-05 14:38:50 +0100",
        "id" : "71c768f59b9c3c9833194005c51d8d0e2a79f372",
        "msg" : "Added Nullcheck to SimpleDataPool and Added a Test to Check for NullPointerException",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
        ],
        "commitId" : "013f1da0bdf5175bdd08e75aa81bb9ee64ae5783",
        "timestamp" : 1701784057000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added TODO-Comments\u000a",
        "date" : "2023-12-05 14:47:37 +0100",
        "id" : "013f1da0bdf5175bdd08e75aa81bb9ee64ae5783",
        "msg" : "Added TODO-Comments",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "a9933a31615cc38a16f1d79bedeb22ecd19e3ca6",
        "timestamp" : 1701784450000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Changed RuntimeException to NullPointerException\u000a",
        "date" : "2023-12-05 14:54:10 +0100",
        "id" : "a9933a31615cc38a16f1d79bedeb22ecd19e3ca6",
        "msg" : "Changed RuntimeException to NullPointerException",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "71a80927aad5a4f76a6421996bd439a5273576a2",
        "timestamp" : 1701784769000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Todo Comments to not Implemented Methods\u000a",
        "date" : "2023-12-05 14:59:29 +0100",
        "id" : "71a80927aad5a4f76a6421996bd439a5273576a2",
        "msg" : "Added Todo Comments to not Implemented Methods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
        ],
        "commitId" : "58c9d079bd46ab4cf8d0244f9ab314b146224924",
        "timestamp" : 1701787420000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Tests, and moved SimpleDataPool to Implementation Directory\u000a",
        "date" : "2023-12-05 15:43:40 +0100",
        "id" : "58c9d079bd46ab4cf8d0244f9ab314b146224924",
        "msg" : "Added Tests, and moved SimpleDataPool to Implementation Directory",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java",
          "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
        ],
        "commitId" : "04e594c0b95c598b32e79f610b144c717e2ff730",
        "timestamp" : 1701788002000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Tests, and moved SimpleDataPool to Implementation Directory\u000a",
        "date" : "2023-12-05 15:53:22 +0100",
        "id" : "04e594c0b95c598b32e79f610b144c717e2ff730",
        "msg" : "Added Tests, and moved SimpleDataPool to Implementation Directory",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java",
          "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java",
          "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java",
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java",
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java",
          "src/main/java/de/fhdw/Exceptions/NotImplementedException.java"
        ],
        "commitId" : "4e1cb71b0a9c57fbd72b2801d0983e9cc0798587",
        "timestamp" : 1705061820000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Removed one Test, because we are now Expect an Ordered List from the Importer, small Documentation fixes, Added an NotImplementedException, Changed not Implemented Testcase to Thrown an NotImplementedException, Small Refactoring for Cleaner Code.\u000a",
        "date" : "2024-01-12 13:17:00 +0100",
        "id" : "4e1cb71b0a9c57fbd72b2801d0983e9cc0798587",
        "msg" : "Removed one Test, because we are now Expect an Ordered List from the Importer, small Documentation fixes, Added an NotImplementedException, Changed not Implemented Testcase to Thrown an NotImplementedException, Small Refactoring for Cleaner Code.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/Exceptions/NotImplementedException.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java"
        ],
        "commitId" : "c5482dd846fbb191b830790148ba405069aa7fe6",
        "timestamp" : 1705411433000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Changed SimpleDataPool to create an unmodifiableList of Telegrams and Addresses\u000a",
        "date" : "2024-01-16 14:23:53 +0100",
        "id" : "c5482dd846fbb191b830790148ba405069aa7fe6",
        "msg" : "Changed SimpleDataPool to create an unmodifiableList of Telegrams and Addresses",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
        ],
        "commitId" : "e5c1e5d414dc7fda0776075c373bfbbdb7e2f128",
        "timestamp" : 1705412234000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Test for UnsupportedOperationException for Immutable Lists\u000a",
        "date" : "2024-01-16 14:37:14 +0100",
        "id" : "e5c1e5d414dc7fda0776075c373bfbbdb7e2f128",
        "msg" : "Added Test for UnsupportedOperationException for Immutable Lists",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java"
        ],
        "commitId" : "0bd03a5204a6b8b1017bb6e342cdce5ae0e99976",
        "timestamp" : 1705607364000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Added Default Implementation for getFullLabel()\u000a",
        "date" : "2024-01-18 20:49:24 +0100",
        "id" : "0bd03a5204a6b8b1017bb6e342cdce5ae0e99976",
        "msg" : "Added Default Implementation for getFullLabel()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/GroupAddress.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/dana.loehr",
      "fullName" : "dana.loehr"
    },
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
      "fullName" : "pascal.moeller"
    }
  ]
}