{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 18,
      "totalCount" : 820,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://letsbuild.net/jenkins/job/CommandHelper/com.sk89q$commandhelper/4/mavenArtifacts/"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "commandhelper-3.3.5-SNAPSHOT-full.jar",
      "fileName" : "commandhelper-3.3.5-SNAPSHOT-full.jar",
      "relativePath" : "com.sk89q/commandhelper/3.3.5-SNAPSHOT/commandhelper-3.3.5-SNAPSHOT-full.jar"
    },
    {
      "displayPath" : "commandhelper-3.3.5-SNAPSHOT.jar",
      "fileName" : "commandhelper-3.3.5-SNAPSHOT.jar",
      "relativePath" : "com.sk89q/commandhelper/3.3.5-SNAPSHOT/commandhelper-3.3.5-SNAPSHOT.jar"
    },
    {
      "displayPath" : "commandhelper-3.3.5-SNAPSHOT.pom",
      "fileName" : "commandhelper-3.3.5-SNAPSHOT.pom",
      "relativePath" : "com.sk89q/commandhelper/3.3.5-SNAPSHOT/commandhelper-3.3.5-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4",
  "duration" : 1716746,
  "estimatedDuration" : 844977,
  "executor" : None,
  "fullDisplayName" : "CommandHelper » CommandHelper #4",
  "id" : "4",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1709278646511,
  "url" : "https://letsbuild.net/jenkins/job/CommandHelper/com.sk89q$commandhelper/4/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/core/MethodScriptCompiler.java"
        ],
        "commitId" : "d607e9dbc3af196011d1e30554b96121318fb0e7",
        "timestamp" : 1709102058000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Avoid val() when returning from MSC.execute()\u000a\u000aThis can be noticed in profiling when passing arrays to iclosures, for example. In a lot of cases the string builder does not need to complete, so a potentially expensive CArray.val() can be avoided.\u000a",
        "date" : "2024-02-27 22:34:18 -0800",
        "id" : "d607e9dbc3af196011d1e30554b96121318fb0e7",
        "msg" : "Avoid val() when returning from MSC.execute()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/MethodScriptCompiler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/functionDocs/get_itemmeta"
        ],
        "commitId" : "170ebbbd560486289b1b2ace3ae2c8b3b6f9c903",
        "timestamp" : 1709102766000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Update book meta limits\u000a",
        "date" : "2024-02-27 22:46:06 -0800",
        "id" : "170ebbbd560486289b1b2ace3ae2c8b3b6f9c903",
        "msg" : "Update book meta limits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/functionDocs/get_itemmeta"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java",
          "src/main/java/com/laytonsmith/abstraction/MCPlayer.java",
          "src/main/java/com/laytonsmith/core/functions/PlayerManagement.java"
        ],
        "commitId" : "7c64252557e7b2c051294e5823f94e0e6019b82d",
        "timestamp" : 1709102838000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Add functions to hide entities from players\u000a",
        "date" : "2024-02-27 22:47:18 -0800",
        "id" : "7c64252557e7b2c051294e5823f94e0e6019b82d",
        "msg" : "Add functions to hide entities from players",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/functions/PlayerManagement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/MCPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "azure-pipelines.yml"
        ],
        "commitId" : "283e9f5d1b228eb299a8d9c2cd5778464e202608",
        "timestamp" : 1709116828000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
          "fullName" : "LadyCailin"
        },
        "authorEmail" : "savannahcailin@gmail.com",
        "comment" : "Update azure-pipelines.yml to java 17\u000a",
        "date" : "2024-02-28 11:40:28 +0100",
        "id" : "283e9f5d1b228eb299a8d9c2cd5778464e202608",
        "msg" : "Update azure-pipelines.yml to java 17",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "azure-pipelines.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "azure-pipelines.yml"
        ],
        "commitId" : "fd53398272ab564d501ceee459660cc0949de8c6",
        "timestamp" : 1709117504000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
          "fullName" : "LadyCailin"
        },
        "authorEmail" : "savannahcailin@gmail.com",
        "comment" : "Update azure-pipelines.yml for Azure Pipelines\u000a",
        "date" : "2024-02-28 11:51:44 +0100",
        "id" : "fd53398272ab564d501ceee459660cc0949de8c6",
        "msg" : "Update azure-pipelines.yml for Azure Pipelines",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "azure-pipelines.yml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
      "fullName" : "LadyCailin"
    },
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
      "fullName" : "PseudoKnight"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://letsbuild.net/jenkins/job/CommandHelper/com.sk89q$commandhelper/4/mavenArtifacts/"
  }
}