{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by MinnDevelopment"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by MinnDevelopment"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by MinnDevelopment"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 505,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
            "branch" : [
              {
                "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
            "branch" : [
              {
                "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
        "branch" : [
          {
            "SHA1" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/discord-jda/JDA.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "JDA-5.2.2_e400efe-javadoc.jar",
      "fileName" : "JDA-5.2.2_e400efe-javadoc.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe-javadoc.jar"
    },
    {
      "displayPath" : "JDA-5.2.2_e400efe-sources.jar",
      "fileName" : "JDA-5.2.2_e400efe-sources.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe-sources.jar"
    },
    {
      "displayPath" : "JDA-5.2.2_e400efe-withDependencies-min.jar",
      "fileName" : "JDA-5.2.2_e400efe-withDependencies-min.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe-withDependencies-min.jar"
    },
    {
      "displayPath" : "JDA-5.2.2_e400efe-withDependencies-no-opus.jar",
      "fileName" : "JDA-5.2.2_e400efe-withDependencies-no-opus.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe-withDependencies-no-opus.jar"
    },
    {
      "displayPath" : "JDA-5.2.2_e400efe-withDependencies.jar",
      "fileName" : "JDA-5.2.2_e400efe-withDependencies.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe-withDependencies.jar"
    },
    {
      "displayPath" : "JDA-5.2.2_e400efe.jar",
      "fileName" : "JDA-5.2.2_e400efe.jar",
      "relativePath" : "build/libs/JDA-5.2.2_e400efe.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#505",
  "duration" : 151068,
  "estimatedDuration" : 118810,
  "executor" : None,
  "fullDisplayName" : "JDA5 #505",
  "id" : "505",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 505,
  "queueId" : 43,
  "result" : "SUCCESS",
  "timestamp" : 1737900846267,
  "url" : "https://ci.dv8tion.net/job/JDA5/505/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java",
          "src/test/java/net/dv8tion/jda/test/entities/EntityManagerTest.java",
          "src/main/java/net/dv8tion/jda/internal/entities/channel/middleman/AbstractStandardGuildChannelImpl.java",
          "src/main/java/net/dv8tion/jda/internal/entities/channel/middleman/AbstractGuildChannelImpl.java"
        ],
        "commitId" : "e81e8c348a81fd689daa8491430b34875741cd79",
        "timestamp" : 1737900696000,
        "author" : {
          "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Fix channel cache lock handling (#2795)\u000a\u000a* Fix channel cache lock handling\u000a* Update guild cache reference in GuildChannel#getGuild\u000a* Make sure channel always uses getGuild() internally\u000a",
        "date" : "2025-01-26 15:11:36 +0100",
        "id" : "e81e8c348a81fd689daa8491430b34875741cd79",
        "msg" : "Fix channel cache lock handling (#2795)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/channel/middleman/AbstractGuildChannelImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/java/net/dv8tion/jda/test/entities/EntityManagerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/channel/middleman/AbstractStandardGuildChannelImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/net/dv8tion/jda/api/JDA.java",
          "src/main/java/net/dv8tion/jda/api/entities/emoji/ApplicationEmoji.java"
        ],
        "commitId" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
        "timestamp" : 1737900751000,
        "author" : {
          "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Rename ApplicationEmoji#APPLICATION_EMOJI_CAP -> MAX_APPLICATION_EMOJIS (#2791)\u000a\u000a",
        "date" : "2025-01-26 15:12:31 +0100",
        "id" : "e400efe7a6dee39a04689099117dc1419efc9dc5",
        "msg" : "Rename ApplicationEmoji#APPLICATION_EMOJI_CAP -> MAX_APPLICATION_EMOJIS (#2791)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/api/entities/emoji/ApplicationEmoji.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/api/JDA.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
      "fullName" : "noreply"
    }
  ]
}