{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 45,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://fhdwdev.ha.bib.de/jenkins/job/ipspiel24/de.fhdw.gaming.ipspiel24$ipspiel24-memory/103/mavenArtifacts/"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "ipspiel24-memory-1.0.0-SNAPSHOT-sources.jar",
      "fileName" : "ipspiel24-memory-1.0.0-SNAPSHOT-sources.jar",
      "relativePath" : "de.fhdw.gaming.ipspiel24/ipspiel24-memory/1.0.0-SNAPSHOT/ipspiel24-memory-1.0.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "ipspiel24-memory-1.0.0-SNAPSHOT.jar",
      "fileName" : "ipspiel24-memory-1.0.0-SNAPSHOT.jar",
      "relativePath" : "de.fhdw.gaming.ipspiel24/ipspiel24-memory/1.0.0-SNAPSHOT/ipspiel24-memory-1.0.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "ipspiel24-memory-1.0.0-SNAPSHOT.pom",
      "fileName" : "ipspiel24-memory-1.0.0-SNAPSHOT.pom",
      "relativePath" : "de.fhdw.gaming.ipspiel24/ipspiel24-memory/1.0.0-SNAPSHOT/ipspiel24-memory-1.0.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#103",
  "duration" : 24733,
  "estimatedDuration" : 24743,
  "executor" : None,
  "fullDisplayName" : "ipspiel24 » ipspiel24-memory #103",
  "id" : "103",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 103,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1718018235048,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/job/ipspiel24/de.fhdw.gaming.ipspiel24$ipspiel24-memory/103/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryObserverFactoryImpl.java",
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryObserverImpl.java",
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryPairImpl.java",
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryShiftListImpl.java",
          "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryShiftListImpl.java",
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryKeyImpl.java",
          "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryBrainImpl.java"
        ],
        "commitId" : "afaa6eb4b2f6c2ce90ef9732a518bdc381c05e1e",
        "timestamp" : 1717434152000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/kevin",
          "fullName" : "Kevin"
        },
        "authorEmail" : "ktt.dev+github@proton.me",
        "comment" : "Memory: Working testclasses + fixed remaining checkstyle\u000a",
        "date" : "2024-06-03 19:02:32 +0200",
        "id" : "afaa6eb4b2f6c2ce90ef9732a518bdc381c05e1e",
        "msg" : "Memory: Working testclasses + fixed remaining checkstyle",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryPairImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryObserverFactoryImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryBrainImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryObserverImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryShiftListImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryKeyImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/test/java/de/fhdw/gaming/memory/TestMemoryShiftListImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategy.java",
          "ipspiel24-gd/src/main/java/module-info.java",
          "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDTitForTatStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDPavlovStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDTitForTatStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDPavlovStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategyFactory.java"
        ],
        "commitId" : "110b780f7b5b87efc59e1580b8a670b73a196481",
        "timestamp" : 1717611113000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/kevin",
          "fullName" : "Kevin"
        },
        "authorEmail" : "ktt.dev+github@proton.me",
        "comment" : "Memory: Added Strategies (and folder for them)\u000a",
        "date" : "2024-06-05 20:11:53 +0200",
        "id" : "110b780f7b5b87efc59e1580b8a670b73a196481",
        "msg" : "Memory: Added Strategies (and folder for them)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategy.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategyFactory.java"
          },
          {
            "editType" : "delete",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDTitForTatStrategy.java"
          },
          {
            "editType" : "delete",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDPavlovStrategy.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/module-info.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategyFactory.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategyFactory.java"
          },
          {
            "editType" : "delete",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDTitForTatStrategyFactory.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategy.java"
          },
          {
            "editType" : "delete",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/GDPavlovStrategyFactory.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategyFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategyFactory.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategy.java",
          "ipspiel24-gd/src/main/java/module-info.java"
        ],
        "commitId" : "83172dd48aa9f705309d11c0323144335f337b73",
        "timestamp" : 1717850043000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/kevin",
          "fullName" : "Kevin"
        },
        "authorEmail" : "ktt.dev+github@proton.me",
        "comment" : "Memory: Added TitFor2Tat + adjusted syso from observer\u000a",
        "date" : "2024-06-08 14:34:03 +0200",
        "id" : "83172dd48aa9f705309d11c0323144335f337b73",
        "msg" : "Memory: Added TitFor2Tat + adjusted syso from observer",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java"
          },
          {
            "editType" : "add",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategy.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategy.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategy.java",
          "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java",
          "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/domain/impl/GDStateImpl.java"
        ],
        "commitId" : "9e3a4834caf2bc8144880159b6f14a5e753277d7",
        "timestamp" : 1717933535000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/jeremy.hesse",
          "fullName" : "jeremy.hesse"
        },
        "authorEmail" : "jeremy.hesse@edu.fhdw.de",
        "comment" : "Memory: Corrected move checked (index) and null-check in strategies, changed GD winning definition.\u000a",
        "date" : "2024-06-09 13:45:35 +0200",
        "id" : "9e3a4834caf2bc8144880159b6f14a5e753277d7",
        "msg" : "Memory: Corrected move checked (index) and null-check in strategies, changed GD winning definition.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ipspiel24-memory/src/main/java/de/fhdw/gaming/memory/impl/MemoryObserverImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/domain/impl/GDStateImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDSusTitForTatStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTatStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDTitForTwoTatsStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDGrimTriggerStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "ipspiel24-gd/src/main/java/de/fhdw/gaming/GefangenenDilemma/strategy/stratsWithBrain/GDPavlovStrategy.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/kevin",
      "fullName" : "Kevin"
    },
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/jeremy.hesse",
      "fullName" : "jeremy.hesse"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://fhdwdev.ha.bib.de/jenkins/job/ipspiel24/de.fhdw.gaming.ipspiel24$ipspiel24-memory/103/mavenArtifacts/"
  }
}