{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 306",
          "upstreamBuild" : 306,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 306,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
            "branch" : [
              {
                "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
            "branch" : [
              {
                "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
        "branch" : [
          {
            "SHA1" : "2557207469fe581cbc9d51861953cdc88f1e9715",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 31,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#306",
  "duration" : 88040,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #306",
  "id" : "2011-02-26_22-45-48",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 306,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1298756748000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=linux-x86_64/306/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "src/java/com/jogamp/common/util/IntIntHashMap.java",
          "src/java/com/jogamp/common/util/JogampVersion.java",
          "src/java/com/jogamp/common/util/VersionUtil.java",
          "src/java/com/jogamp/common/util/ReflectionUtil.java",
          "src/java/com/jogamp/common/util/RunnableTask.java",
          "src/java/com/jogamp/common/util/VersionNumber.java"
        ],
        "commitId" : "be26200a6d2fbeff6df49aada0bcf7cad91fe64f",
        "timestamp" : 1298735967000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "small cleanup in uitl package\u000a - StringBuffer -> StringBuilder\u000a - ReflectionUtil.getBaseName -> class.getSimpleName()\u000a - cleanup imports, generics and @Override for all touched classes\u000a",
        "date" : "2011-02-26T16:59:27+0100",
        "id" : "be26200a6d2fbeff6df49aada0bcf7cad91fe64f",
        "msg" : "small cleanup in uitl package",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionNumber.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntIntHashMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ReflectionUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/ArrayHashSet.java",
          "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
        ],
        "commitId" : "45788d1f3264725ba2e2f31f4b56d492e265b67c",
        "timestamp" : 1298736607000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "cleanup imports\u000a",
        "date" : "2011-02-26T17:10:07+0100",
        "id" : "45788d1f3264725ba2e2f31f4b56d492e265b67c",
        "msg" : "cleanup imports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ArrayHashSet.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
        ],
        "commitId" : "47e9c21909034ef2d68937ec970a1c8c3b380ada",
        "timestamp" : 1298739586000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "fix TestRecursiveLock01's LockedObjectAction1 sync\u000a",
        "date" : "2011-02-26T17:59:46+0100",
        "id" : "47e9c21909034ef2d68937ec970a1c8c3b380ada",
        "msg" : "fix TestRecursiveLock01's LockedObjectAction1 sync",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/RecursiveLock.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java"
        ],
        "commitId" : "7b9c3dd1d42b8e8bd1caea8e2caf8f3e15e3ff8f",
        "timestamp" : 1298744080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "RecursiveLock: static field -> final; NativeLibrary: cleanup\u000a",
        "date" : "2011-02-26T19:14:40+0100",
        "id" : "7b9c3dd1d42b8e8bd1caea8e2caf8f3e15e3ff8f",
        "msg" : "RecursiveLock: static field -> final; NativeLibrary: cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/RecursiveLock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java",
          "src/java/com/jogamp/common/GlueGenVersion.java"
        ],
        "commitId" : "f8f5fcb7571ff8d7bd876aa8650e7017b653d8cb",
        "timestamp" : 1298744365000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "DoubleCheckLocking: Added 'ok' comment - volatile var\u000a",
        "date" : "2011-02-26T19:19:25+0100",
        "id" : "f8f5fcb7571ff8d7bd876aa8650e7017b653d8cb",
        "msg" : "DoubleCheckLocking: Added 'ok' comment - volatile var",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/GlueGenVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "2557207469fe581cbc9d51861953cdc88f1e9715",
        "timestamp" : 1298745124000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix jogamp-env.xml's NODE_NAME -> build.node.name\u000a",
        "date" : "2011-02-26T19:32:04+0100",
        "id" : "2557207469fe581cbc9d51861953cdc88f1e9715",
        "msg" : "Fix jogamp-env.xml's NODE_NAME -> build.node.name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
      "fullName" : "Michael Bien"
    }
  ]
}