{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by Brokkonaut"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 51,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
            "branch" : [
              {
                "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
            "branch" : [
              {
                "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
        "branch" : [
          {
            "SHA1" : "6f4f253405376950d81f8999f2f46767e7dda8a9",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Brokkonaut/LWCEntityLocking.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "LWC.jar",
      "fileName" : "LWC.jar",
      "relativePath" : "target/LWC.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#51",
  "duration" : 26871,
  "estimatedDuration" : 10391,
  "executor" : None,
  "fullDisplayName" : "LWC #51",
  "id" : "51",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 51,
  "queueId" : 39,
  "result" : "SUCCESS",
  "timestamp" : 1557113582126,
  "url" : "https://www.iani.de/jenkins/view/all/job/LWC/51/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/griefcraft/lwc/LWC.java",
          "src/main/java/com/griefcraft/listeners/LWCEntityListener.java",
          "src/main/java/com/griefcraft/listeners/LWCPlayerListener.java",
          "src/main/resources/config/core.yml"
        ],
        "commitId" : "990099fc484a8693ab41b60417bdcce1b2ac3b27",
        "timestamp" : 1557112399000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Special option to have all living entities without ai protectable\u000a",
        "date" : "2019-05-06 05:13:19 +0200",
        "id" : "990099fc484a8693ab41b60417bdcce1b2ac3b27",
        "msg" : "Special option to have all living entities without ai protectable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/config/core.yml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/listeners/LWCEntityListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/lwc/LWC.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/listeners/LWCPlayerListener.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/griefcraft/listeners/LWCBlockListener.java",
          "src/main/java/com/griefcraft/lwc/LWC.java",
          "src/main/java/com/griefcraft/listeners/LWCPlayerListener.java",
          "src/main/resources/config/core.yml",
          "src/main/java/com/griefcraft/modules/free/FreeModule.java",
          "src/main/java/com/griefcraft/modules/destroy/DestroyModule.java"
        ],
        "commitId" : "37573517cdc5ef86d3974b72a3424d4c2436e4e7",
        "timestamp" : 1557113504000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Protection owners can destroy protections (configurable)\u000a",
        "date" : "2019-05-06 05:31:44 +0200",
        "id" : "37573517cdc5ef86d3974b72a3424d4c2436e4e7",
        "msg" : "Protection owners can destroy protections (configurable)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/config/core.yml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/listeners/LWCBlockListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/lwc/LWC.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/modules/free/FreeModule.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/listeners/LWCPlayerListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/griefcraft/modules/destroy/DestroyModule.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
      "fullName" : "Brokkonaut"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.5.4"
}