{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 668",
          "upstreamBuild" : 668,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 668,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
            "branch" : [
              {
                "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
            "branch" : [
              {
                "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
        "branch" : [
          {
            "SHA1" : "e612416fd3ea802d5fa572729f035e5e64674349",
            "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" : 210,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#668",
  "duration" : 390248,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #668",
  "id" : "2013-05-06_17-40-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 668,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1367854811000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/668/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/NativeBuffer.java",
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "5039f22bf0a89d658f613d14000e71be4e27f56a",
        "timestamp" : 1367023847000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Buffers: Expose 'getRemainingBytes(Object buffer)'\u000a",
        "date" : "2013-04-27T02:50:47+0200",
        "id" : "5039f22bf0a89d658f613d14000e71be4e27f56a",
        "msg" : "Buffers: Expose 'getRemainingBytes(Object buffer)'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/NativeBuffer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "35e932c32dad33693caa249a8139708412e8d798",
        "timestamp" : 1367030556000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Buffers: Add 'sizeOfBufferType(Class<?> bufferType)'\u000a",
        "date" : "2013-04-27T04:42:36+0200",
        "id" : "35e932c32dad33693caa249a8139708412e8d798",
        "msg" : "Buffers: Add 'sizeOfBufferType(Class<?> bufferType)'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "6dd403b5b460e58a4b1cb3ed3e522355f50901b7",
        "timestamp" : 1367249635000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Buffers: getRemainingBytes(Object) -> remainingBytes(Object); sizeOfBufferElem(Buffer) -> sizeOfBufferElem(Object) to include NativeBuffer<?>\u000a\u000aMisc:\u000a  - Add remainingElem(Object buffer).\u000a  - Removed 'sizeOfBufferType(Class<?> bufferType)', since we don't use such calling convention w/ class type\u000a\u000aNote: remainingBytes(..) exist to allow using only one branch traversal to return the remaining size in bytes\u000a      instead of 2, remaining(obj) and sizeOfBufferElem(obj).\u000aNote: The methods can take NativeBuffer<?> as an argument.\u000a",
        "date" : "2013-04-29T17:33:55+0200",
        "id" : "6dd403b5b460e58a4b1cb3ed3e522355f50901b7",
        "msg" : "Buffers: getRemainingBytes(Object) -> remainingBytes(Object);",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/util/locks/RecursiveThreadGroupLockImpl01Unfairish.java"
        ],
        "commitId" : "e612416fd3ea802d5fa572729f035e5e64674349",
        "timestamp" : 1367746371000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output\u000a",
        "date" : "2013-05-05T11:32:51+0200",
        "id" : "e612416fd3ea802d5fa572729f035e5e64674349",
        "msg" : "RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/util/locks/RecursiveThreadGroupLockImpl01Unfairish.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}