<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 kantenkugel"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 94,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
            "branch" : [
              {
                "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
                "name" : "refs/remotes/origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
            "branch" : [
              {
                "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
                "name" : "refs/remotes/origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
        "branch" : [
          {
            "SHA1" : "301147118006691b18559f2294c84a0d9a5e2a46",
            "name" : "refs/remotes/origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DV8FromTheWorld/JDA.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "JDA-4.1.0_94-javadoc.jar",
      "fileName" : "JDA-4.1.0_94-javadoc.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94-javadoc.jar"
    },
    {
      "displayPath" : "JDA-4.1.0_94-sources.jar",
      "fileName" : "JDA-4.1.0_94-sources.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94-sources.jar"
    },
    {
      "displayPath" : "JDA-4.1.0_94-withDependencies-min.jar",
      "fileName" : "JDA-4.1.0_94-withDependencies-min.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94-withDependencies-min.jar"
    },
    {
      "displayPath" : "JDA-4.1.0_94-withDependencies-no-opus.jar",
      "fileName" : "JDA-4.1.0_94-withDependencies-no-opus.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94-withDependencies-no-opus.jar"
    },
    {
      "displayPath" : "JDA-4.1.0_94-withDependencies.jar",
      "fileName" : "JDA-4.1.0_94-withDependencies.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94-withDependencies.jar"
    },
    {
      "displayPath" : "JDA-4.1.0_94.jar",
      "fileName" : "JDA-4.1.0_94.jar",
      "relativePath" : "build/libs/JDA-4.1.0_94.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#94",
  "duration" : 70291,
  "estimatedDuration" : 61602,
  "executor" : None,
  "fullDisplayName" : "JDA #94",
  "id" : "94",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 94,
  "queueId" : 197,
  "result" : "SUCCESS",
  "timestamp" : 1578059552434,
  "url" : "https://ci.dv8tion.net/job/jda/94/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java",
          "src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.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" : "301147118006691b18559f2294c84a0d9a5e2a46",
        "timestamp" : 1578059539000,
        "author" : {
          "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add functionality to set/get state of embed suppression (#1117)\u000a\u000a* Add functionality to set/get state of embed suppression\u000a\u000a* Provide Enum for MessageFlags\u000a",
        "date" : "2020-01-03 14:52:19 +0100",
        "id" : "301147118006691b18559f2294c84a0d9a5e2a46",
        "msg" : "Add functionality to set/get state of embed suppression (#1117)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/SystemMessage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/api/entities/Message.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/ReceivedMessage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.dv8tion.net/user/noreply",
      "fullName" : "noreply"
    }
  ]
}</pre></body></html>