{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by md-5"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 752,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
            "branch" : [
              {
                "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
            "branch" : [
              {
                "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
        "branch" : [
          {
            "SHA1" : "94ee61cd35de95e63819cd64055d4914d02ef300",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/SpigotMC/BungeeCord.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 9,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeCord.jar",
      "fileName" : "BungeeCord.jar",
      "relativePath" : "bootstrap/target/BungeeCord.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#752",
  "duration" : 99246,
  "estimatedDuration" : 237864,
  "executor" : None,
  "fullDisplayName" : "BungeeCord #752",
  "id" : "2013-11-18_14-53-32",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 752,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1384804412000,
  "url" : "https://hub.spigotmc.org/jenkins/view/All/job/BungeeCord/752/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "native/src/main/java/net/md_5/bungee/NativeCipher.java",
          "proxy/src/main/java/net/md_5/bungee/netty/cipher/CipherEncoder.java",
          "proxy/src/main/java/net/md_5/bungee/netty/CipherEncoder.java",
          "native/src/main/resources/native-cipher.so",
          "proxy/src/main/java/net/md_5/bungee/EncryptionUtil.java",
          "proxy/src/main/java/net/md_5/bungee/netty/CipherBase.java",
          "pom.xml",
          "native/src/main/java/net/md_5/bungee/FallbackCipher.java",
          "proxy/src/main/java/net/md_5/bungee/netty/CipherDecoder.java",
          "native/src/main/c/NativeCipherImpl.c",
          "proxy/src/main/java/net/md_5/bungee/netty/cipher/CipherDecoder.java",
          "native/src/main/java/net/md_5/bungee/BungeeCipher.java",
          "native/src/main/c/net_md_5_bungee_NativeCipherImpl.h",
          "native/pom.xml",
          "native/src/test/java/net/md_5/bungee/NativeCipherTest.java",
          "native/nb-configuration.xml",
          "native/compile-native.sh",
          "proxy/pom.xml",
          "native/src/main/java/net/md_5/bungee/NativeCipherImpl.java",
          "proxy/src/main/java/net/md_5/bungee/BungeeCord.java",
          "proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java"
        ],
        "commitId" : "94ee61cd35de95e63819cd64055d4914d02ef300",
        "timestamp" : 1384766166000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "md_5@live.com.au",
        "comment" : "Native cipher, with more smoke tests!\u000a",
        "date" : "2013-11-18T20:16:06+1100",
        "id" : "94ee61cd35de95e63819cd64055d4914d02ef300",
        "msg" : "Native cipher, with more smoke tests!",
        "paths" : [
          {
            "editType" : "add",
            "file" : "native/src/main/java/net/md_5/bungee/NativeCipherImpl.java"
          },
          {
            "editType" : "delete",
            "file" : "proxy/src/main/java/net/md_5/bungee/netty/CipherDecoder.java"
          },
          {
            "editType" : "add",
            "file" : "native/compile-native.sh"
          },
          {
            "editType" : "edit",
            "file" : "proxy/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "add",
            "file" : "proxy/src/main/java/net/md_5/bungee/netty/cipher/CipherEncoder.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/EncryptionUtil.java"
          },
          {
            "editType" : "add",
            "file" : "native/pom.xml"
          },
          {
            "editType" : "add",
            "file" : "native/src/test/java/net/md_5/bungee/NativeCipherTest.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java"
          },
          {
            "editType" : "add",
            "file" : "native/nb-configuration.xml"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/c/NativeCipherImpl.c"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/java/net/md_5/bungee/NativeCipher.java"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/resources/native-cipher.so"
          },
          {
            "editType" : "delete",
            "file" : "proxy/src/main/java/net/md_5/bungee/netty/CipherEncoder.java"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/c/net_md_5_bungee_NativeCipherImpl.h"
          },
          {
            "editType" : "delete",
            "file" : "proxy/src/main/java/net/md_5/bungee/netty/CipherBase.java"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/java/net/md_5/bungee/FallbackCipher.java"
          },
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
          },
          {
            "editType" : "add",
            "file" : "proxy/src/main/java/net/md_5/bungee/netty/cipher/CipherDecoder.java"
          },
          {
            "editType" : "add",
            "file" : "native/src/main/java/net/md_5/bungee/BungeeCipher.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    }
  ],
  "mavenArtifacts" : None,
  "mavenVersionUsed" : "3.0.4"
}