{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 634,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
            "branch" : [
              {
                "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
            "branch" : [
              {
                "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
        "branch" : [
          {
            "SHA1" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1288,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#634",
  "duration" : 225960,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #634",
  "id" : "2013-02-14_15-20-31",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 634,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1360851631000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/634/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/Function.java",
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/RunnableTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java"
        ],
        "commitId" : "b387d012103a02eb7d5eb919306583295ef09a38",
        "timestamp" : 1360753467000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding Function and FunctionTask extending RunnableTask functionality\u000a\u000aFunction allows passing arguments and having a return value in contrast to Runnable,\u000awhere FunctionTask allows a Function to be invoked and waited for.\u000a",
        "date" : "2013-02-13T12:04:27+0100",
        "id" : "b387d012103a02eb7d5eb919306583295ef09a38",
        "msg" : "Adding Function and FunctionTask extending RunnableTask functionality",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/Function.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/RunnableTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java"
        ],
        "commitId" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
        "timestamp" : 1360799334000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done before syncObject.notifyAll() ; Make methods final\u000a\u000aFixes commit b387d012103a02eb7d5eb919306583295ef09a38.\u000a",
        "date" : "2013-02-14T00:48:54+0100",
        "id" : "1604f2341e496b380fbb3cf8d1e0134d947d8536",
        "msg" : "Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 634,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=linux-x86_64/634/"
    },
    {
      "number" : 634,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/634/"
    },
    {
      "number" : 634,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/634/"
    }
  ]
}