{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://fhdwdev.ha.bib.de/jenkins/job/othello/de.fhdw.gaming.othello$othello/89/mavenArtifacts/"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "othello-1.0.2-SNAPSHOT.pom",
      "fileName" : "othello-1.0.2-SNAPSHOT.pom",
      "relativePath" : "de.fhdw.gaming.othello/othello/1.0.2-SNAPSHOT/othello-1.0.2-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#89",
  "duration" : 25542,
  "estimatedDuration" : 12361,
  "executor" : None,
  "fullDisplayName" : "othello » Othello #89",
  "id" : "89",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 89,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1696890194094,
  "url" : "https://fhdwdev.ha.bib.de/jenkins/job/othello/de.fhdw.gaming.othello$othello/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/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/OthelloBoardView.java",
          "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.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-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.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/OthelloGameBuilder.java",
          "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java",
          "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.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/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" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java"
          },
          {
            "editType" : "delete",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.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/impl/OthelloGameBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java"
          },
          {
            "editType" : "add",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java"
          },
          {
            "editType" : "add",
            "file" : "othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "othello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "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" : "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-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java"
          }
        ]
      }
    ],
    "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/89/mavenArtifacts/"
  }
}