{
  "_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" : 108,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
            "branch" : [
              {
                "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
            "branch" : [
              {
                "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
        "branch" : [
          {
            "SHA1" : "149f0c1f753bb8c2000a0a0ced226744e7e22769",
            "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.exe",
      "fileName" : "INT2023Q4_SHR-1.0.exe",
      "relativePath" : "build/launch4j/INT2023Q4_SHR-1.0.exe"
    },
    {
      "displayPath" : "INT2023Q4_SHR-1.0.jar",
      "fileName" : "INT2023Q4_SHR-1.0.jar",
      "relativePath" : "build/libs/INT2023Q4_SHR-1.0.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#108",
  "duration" : 26062,
  "estimatedDuration" : 38257,
  "executor" : None,
  "fullDisplayName" : "INT2023Q4_SHR #108",
  "id" : "108",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 108,
  "queueId" : 1441258,
  "result" : "SUCCESS",
  "timestamp" : 1701089997129,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/view/All/job/INT2023Q4_SHR/108/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/analysis/PatternAnalyser.java",
          ".idea/uiDesigner.xml",
          "src/main/java/de/fhdw/analysis/interfaces/PatternAnalyser.java",
          "src/main/java/de/fhdw/analysis/PatternAnalyserImpl.java"
        ],
        "commitId" : "c091c789e61fbba426b0e2f4c5dfb5370baff3a7",
        "timestamp" : 1701084597000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/a.tattolo",
          "fullName" : "a.tattolo"
        },
        "authorEmail" : "a.tattolo@gmail.com",
        "comment" : "Added Interface Packages and Analysis Interface\u000a",
        "date" : "2023-11-27 12:29:57 +0100",
        "id" : "c091c789e61fbba426b0e2f4c5dfb5370baff3a7",
        "msg" : "Added Interface Packages and Analysis Interface",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/main/java/de/fhdw/analysis/PatternAnalyser.java"
          },
          {
            "editType" : "add",
            "file" : ".idea/uiDesigner.xml"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/analysis/PatternAnalyserImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/analysis/interfaces/PatternAnalyser.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/fhdw/importer/interfaces/Importer.java",
          "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
        ],
        "commitId" : "76991c20764eb1f551c752e3972e91282e5e0335",
        "timestamp" : 1701084770000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/a.tattolo",
          "fullName" : "a.tattolo"
        },
        "authorEmail" : "a.tattolo@gmail.com",
        "comment" : "Added empty Interfaces for Structure\u000a",
        "date" : "2023-11-27 12:32:50 +0100",
        "id" : "76991c20764eb1f551c752e3972e91282e5e0335",
        "msg" : "Added empty Interfaces for Structure",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/importer/interfaces/Importer.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/de/fhdw/datapool/interfaces/Datapool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".idea/uiDesigner.xml"
        ],
        "commitId" : "0585a77b034e22bc069eca4784acdb65d421277b",
        "timestamp" : 1701087197000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
          "fullName" : "ambrogio.tattolo"
        },
        "authorEmail" : "ambrogio.tattolo@edu.fhdw.de",
        "comment" : "Deleated uiDesigner and Configured GIT\u000a",
        "date" : "2023-11-27 13:13:17 +0100",
        "id" : "0585a77b034e22bc069eca4784acdb65d421277b",
        "msg" : "Deleated uiDesigner and Configured GIT",
        "paths" : [
          {
            "editType" : "delete",
            "file" : ".idea/uiDesigner.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/ambrogio.tattolo",
      "fullName" : "ambrogio.tattolo"
    },
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/a.tattolo",
      "fullName" : "a.tattolo"
    }
  ]
}