{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://fhdwdev.ha.bib.de/jenkins/job/othello/de.fhdw.gaming.othello$othello-strategy-template/89/mavenArtifacts/"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "othello-strategy-template-1.0.2-SNAPSHOT.pom",
      "fileName" : "othello-strategy-template-1.0.2-SNAPSHOT.pom",
      "relativePath" : "de.fhdw.gaming.othello/othello-strategy-template/1.0.2-SNAPSHOT/othello-strategy-template-1.0.2-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "Othello Strategy Template",
  "duration" : 0,
  "estimatedDuration" : 14996,
  "executor" : None,
  "fullDisplayName" : "othello » Othello Strategy Template Othello Strategy Template",
  "id" : "89",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 89,
  "queueId" : -1,
  "result" : "NOT_BUILT",
  "timestamp" : 1696890194120,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/job/othello/de.fhdw.gaming.othello$othello-strategy-template/89/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategyFactory.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImplTest.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPositionImplTest.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImpl.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java",
          "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java",
          "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategyFactory.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayer.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateStub.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImplTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactoryProvider.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/OthelloBoardEventProvider.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/OthelloMove.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/OthelloFieldStateTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloDirection.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloState.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactory.java",
          "othello-gui/src/main/java/module-info.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/factory/OthelloMoveFactory.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImplTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloBoard.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardStub.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderFactoryImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloDefaultStrategyFactoryProvider.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloFieldState.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImplTest.java",
          "othello-strategy-template/src/main/java/module-info.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloStrategy.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMoveImplTest.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverFactoryImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilderFactory.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategyFactory.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategyFactory.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImplTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMove.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMove.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloField.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardBuilder.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java",
          "othello-core/src/main/java/module-info.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloFieldView.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveChecker.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloDefaultMoveFactory.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/AbstractOthelloMove.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategyFactory.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloObserver.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPosition.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMoveImplTest.java",
          "othello-strategy-examples/src/main/java/module-info.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImpl.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayerBuilder.java"
        ],
        "commitId" : "dbe56b603f9864e82cd0f416ac27486bf0353d39",
        "timestamp" : 1696887180000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/fhdwcsh",
          "fullName" : "Christoph Schulz"
        },
        "authorEmail" : "develop@kristov.de",
        "comment" : "othello: copyright updated\u000a",
        "date" : "2023-10-09 23:33:00 +0200",
        "id" : "dbe56b603f9864e82cd0f416ac27486bf0353d39",
        "msg" : "othello: copyright updated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloObserver.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloDirection.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilderFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactoryProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveChecker.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloFieldView.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/OthelloMove.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloBoard.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardStub.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPositionImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-template/src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloDefaultStrategyFactoryProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloDefaultMoveFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMove.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloFieldState.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/OthelloFieldStateTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderFactoryImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/AbstractOthelloMove.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMoveImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/OthelloBoardEventProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayerBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMoveImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloField.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloState.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPosition.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMove.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateStub.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/moves/factory/OthelloMoveFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverFactoryImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloStrategy.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java",
          "pom.xml",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java",
          "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java",
          "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java"
        ],
        "commitId" : "e81ff1b44ef61950bebf769f6607817a0b3d7fbf",
        "timestamp" : 1696887193000,
        "author" : {
          "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/fhdwcsh",
          "fullName" : "Christoph Schulz"
        },
        "authorEmail" : "develop@kristov.de",
        "comment" : "othello: rebased on gaming framework 1.0.2-SNAPSHOT\u000a\u000aThis changed game creation and strategy implementation.\u000a",
        "date" : "2023-10-09 23:33:13 +0200",
        "id" : "e81ff1b44ef61950bebf769f6607817a0b3d7fbf",
        "msg" : "othello: rebased on gaming framework 1.0.2-SNAPSHOT",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java"
          },
          {
            "editType" : "add",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java"
          },
          {
            "editType" : "add",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java"
          },
          {
            "editType" : "delete",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://fhdwdev.ha.bib.de/jenkins/user/fhdwcsh",
      "fullName" : "Christoph Schulz"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://fhdwdev.ha.bib.de/jenkins/job/othello/de.fhdw.gaming.othello$othello-strategy-template/89/mavenArtifacts/"
  }
}