{
  "_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" : 121,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
            "branch" : [
              {
                "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
            "branch" : [
              {
                "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
        "branch" : [
          {
            "SHA1" : "0b65b9e110fd6a8fd2a3d1428b9375ee8d8c82ab",
            "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" : "#121",
  "duration" : 31123,
  "estimatedDuration" : 38257,
  "executor" : None,
  "fullDisplayName" : "INT2023Q4_SHR #121",
  "id" : "121",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 121,
  "queueId" : 1563486,
  "result" : "SUCCESS",
  "timestamp" : 1706478106395,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/view/All/job/INT2023Q4_SHR/121/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java",
          "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java"
        ],
        "commitId" : "31685742082a1b7844ed9e667ca8883c1ef120a9",
        "timestamp" : 1706456240000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Refactored Some Code With Import and Architecture Team\u000a",
        "date" : "2024-01-28 16:37:20 +0100",
        "id" : "31685742082a1b7844ed9e667ca8883c1ef120a9",
        "msg" : "Refactored Some Code With Import and Architecture Team",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java",
          "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java",
          "src/main/java/de/fhdw/importer/interfaces/ImportedTelegram.java"
        ],
        "commitId" : "5f2d1c9a5fb73749439a05e6db9fc059f55d551e",
        "timestamp" : 1706465345000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Refactored Some Code With Import and Architecture Team\u000a",
        "date" : "2024-01-28 19:09:05 +0100",
        "id" : "5f2d1c9a5fb73749439a05e6db9fc059f55d551e",
        "msg" : "Refactored Some Code With Import and Architecture Team",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/ImportedTelegram.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java",
          "src/main/java/de/fhdw/importer/interfaces/DeviceAddressImpl.java",
          "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java",
          "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
        ],
        "commitId" : "f8939862e170404c6da111c129338c7cfdb3d2c3",
        "timestamp" : 1706468808000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Refactored Some Code With Import and Architecture Team\u000a",
        "date" : "2024-01-28 20:06:48 +0100",
        "id" : "f8939862e170404c6da111c129338c7cfdb3d2c3",
        "msg" : "Refactored Some Code With Import and Architecture Team",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/TelegramHistory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/DeviceAddressImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/importer/interfaces/DeviceAddressImpl.java",
          "src/main/java/de/fhdw/importer/interfaces/TelegramImpl.java",
          "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java",
          "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
        ],
        "commitId" : "eae3d62db1b6ddc978533f776a4c041e12eb3ffe",
        "timestamp" : 1706475116000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Implemented Methods for Analysing\u000a- refactored DeviceAddress\u000a- implemented equals()\u000a",
        "date" : "2024-01-28 21:51:56 +0100",
        "id" : "eae3d62db1b6ddc978533f776a4c041e12eb3ffe",
        "msg" : "Implemented Methods for Analysing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/TelegramImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/DeviceAddressImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java"
        ],
        "commitId" : "e8e71501fb9597d8bb26fd543937f2ba1cf63a54",
        "timestamp" : 1706475568000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Implemented Methods for Analysing\u000a- refactored DeviceAddress\u000a- implemented equals()\u000a",
        "date" : "2024-01-28 21:59:28 +0100",
        "id" : "e8e71501fb9597d8bb26fd543937f2ba1cf63a54",
        "msg" : "Implemented Methods for Analysing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java",
          "src/main/java/de/fhdw/gui/DetailedHistoryGUI.form",
          "src/main/java/de/fhdw/gui/GraphGUI.form",
          "src/main/java/de/fhdw/gui/GraphGUI.java",
          "src/main/java/de/fhdw/gui/DetailedHistoryGUI.java",
          "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java",
          "src/main/java/de/fhdw/analysis/interfaces/PatternAnalyser.java",
          "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
        ],
        "commitId" : "ed9d143c06f93d284fb6e379df3c56af90b9f7ce",
        "timestamp" : 1706477415000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
          "fullName" : "pascal.moeller"
        },
        "authorEmail" : "pascal.moeller@edu.fhdw.de",
        "comment" : "Merging for Main\u000a",
        "date" : "2024-01-28 22:30:15 +0100",
        "id" : "ed9d143c06f93d284fb6e379df3c56af90b9f7ce",
        "msg" : "Merging for Main",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/gui/DetailedHistoryGUI.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/gui/GraphGUI.form"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/gui/GraphGUI.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/gui/DetailedHistoryGUI.form"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/analysis/implementation/PatternAnalyserImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/de/fhdw/analysis/interfaces/PatternAnalyser.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/de/fhdw/analysis/PatternAnalyserTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
      "fullName" : "ambrogio.tattolo"
    },
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/pascal.moeller",
      "fullName" : "pascal.moeller"
    }
  ]
}