{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 775",
          "upstreamBuild" : 775,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 775,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
            "branch" : [
              {
                "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
            "branch" : [
              {
                "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
        "branch" : [
          {
            "SHA1" : "8022ae51a072f5198409d3c81d9979456676d0cf",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 346,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#775",
  "duration" : 297118,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #775",
  "id" : "2014-02-20_17-51-05",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 775,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1392915065000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/775/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestBitstream00.java",
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/common/util/TestBitstream02.java",
          "src/junit/com/jogamp/common/util/TestBitstream01.java",
          "src/junit/com/jogamp/common/util/BitstreamData.java",
          "src/junit/com/jogamp/common/util/TestBitstream04.java",
          "src/java/com/jogamp/common/util/Bitstream.java",
          "src/junit/com/jogamp/common/util/TestBitstream03.java"
        ],
        "commitId" : "d4d337be925a28b8701ac335c2b5cc6e390cabc9",
        "timestamp" : 1392910956000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 890: Adding versatile Bitstream implementation\u000a\u000aWe already have several locations where bitstream operations are required and\u000apartially implemented (JPEG decoder, media parsing, ..)\u000aas well as endian related conversion (elf parser, ..).\u000a\u000aCreate a versatile Bitstream class allowing:\u000a  - Utilize I/O operations on I/O streams, buffers and arrays\u000a  - Consider MSBfirst / LSBfirst mode\u000a  - Linear bit R/W operations\u000a  - Bulk R/W operations w/ endian related type conversion\u000a  - Allow mark/reset and switching streams and input/output mode\u000a  - Optimized operations\u000a\u000aComplete set of unit tests included, covering hopefully all cases.\u000a",
        "date" : "2014-02-20T16:42:36+0100",
        "id" : "d4d337be925a28b8701ac335c2b5cc6e390cabc9",
        "msg" : "Bug 890: Adding versatile Bitstream implementation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestBitstream03.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestBitstream04.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/Bitstream.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/BitstreamData.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestBitstream01.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestBitstream00.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestBitstream02.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/elf/IOUtils.java",
          "src/java/jogamp/common/os/elf/SectionArmAttributes.java"
        ],
        "commitId" : "8022ae51a072f5198409d3c81d9979456676d0cf",
        "timestamp" : 1392911014000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 980: Use Bitsream class for jogamp.common.os.elf.**\u000a",
        "date" : "2014-02-20T16:43:34+0100",
        "id" : "8022ae51a072f5198409d3c81d9979456676d0cf",
        "msg" : "Bug 980: Use Bitsream class for jogamp.common.os.elf.**",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/elf/IOUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/elf/SectionArmAttributes.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}