<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by DV8FromTheWorld"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 321,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
            "branch" : [
              {
                "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
                "name" : "refs/remotes/origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
            "branch" : [
              {
                "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
                "name" : "refs/remotes/origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
        "branch" : [
          {
            "SHA1" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
            "name" : "refs/remotes/origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DV8FromTheWorld/JDA.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "JDA-4.3.0_321-javadoc.jar",
      "fileName" : "JDA-4.3.0_321-javadoc.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321-javadoc.jar"
    },
    {
      "displayPath" : "JDA-4.3.0_321-sources.jar",
      "fileName" : "JDA-4.3.0_321-sources.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321-sources.jar"
    },
    {
      "displayPath" : "JDA-4.3.0_321-withDependencies-min.jar",
      "fileName" : "JDA-4.3.0_321-withDependencies-min.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321-withDependencies-min.jar"
    },
    {
      "displayPath" : "JDA-4.3.0_321-withDependencies-no-opus.jar",
      "fileName" : "JDA-4.3.0_321-withDependencies-no-opus.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321-withDependencies-no-opus.jar"
    },
    {
      "displayPath" : "JDA-4.3.0_321-withDependencies.jar",
      "fileName" : "JDA-4.3.0_321-withDependencies.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321-withDependencies.jar"
    },
    {
      "displayPath" : "JDA-4.3.0_321.jar",
      "fileName" : "JDA-4.3.0_321.jar",
      "relativePath" : "build/libs/JDA-4.3.0_321.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#321",
  "duration" : 51793,
  "estimatedDuration" : 61602,
  "executor" : None,
  "fullDisplayName" : "JDA #321",
  "id" : "321",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 321,
  "queueId" : 447,
  "result" : "SUCCESS",
  "timestamp" : 1630857286761,
  "url" : "https://ci.dv8tion.net/job/jda/321/",
  "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/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java",
          "src/main/java/net/dv8tion/jda/internal/entities/ReceivedMessage.java",
          "src/main/java/net/dv8tion/jda/api/entities/Message.java",
          "src/main/java/net/dv8tion/jda/internal/entities/SystemMessage.java"
        ],
        "commitId" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
        "timestamp" : 1630857274000,
        "author" : {
          "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "add Interaction Object for Messages (#1747)\u000a\u000aAdds `Message#getInteraction() : Message.Interaction`\u000a",
        "date" : "2021-09-05 11:54:34 -0400",
        "id" : "b1b5c8c437b52df2ec1597b02a8bd4f51dabf437",
        "msg" : "add Interaction Object for Messages (#1747)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/api/entities/Message.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/ReceivedMessage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/SystemMessage.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
      "fullName" : "noreply"
    }
  ]
}</pre></body></html>