{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 361",
          "upstreamBuild" : 361,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 361,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
            "branch" : [
              {
                "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
            "branch" : [
              {
                "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
        "branch" : [
          {
            "SHA1" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 118,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#361",
  "duration" : 781490,
  "estimatedDuration" : 2528180,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #361",
  "id" : "2011-03-27_01-05-27",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 361,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1301184327000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/361/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath"
        ],
        "commitId" : "db9f53b76e510abaa82679d1068a94df78c396e2",
        "timestamp" : 1301180663000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Remove platform-specific JAR from Eclipse classpath.\u000a\u000aThis has to be handled through the user library for SWT or it\u000awon't work on multiple platforms.\u000a",
        "date" : "2011-03-26T18:04:23-0500",
        "id" : "db9f53b76e510abaa82679d1068a94df78c396e2",
        "msg" : "Remove platform-specific JAR from Eclipse classpath.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".classpath"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
        ],
        "commitId" : "aa789b25e9a0a592de0a69861e9ffea26edb7adf",
        "timestamp" : 1301182308000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix NPE caused by refactoring on 2/26/2011.\u000a\u000aThe refactoring refers to the static sunToolkitClass when it's not\u000ainitialized, which causes an NPE and makes the system think it\u000acan't do AWT locks.\u000a",
        "date" : "2011-03-26T18:31:48-0500",
        "id" : "aa789b25e9a0a592de0a69861e9ffea26edb7adf",
        "msg" : "Fix NPE caused by refactoring on 2/26/2011.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".project"
        ],
        "commitId" : "6c1d25075573625ace3cb54ce093760e1adea569",
        "timestamp" : 1301182685000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Make jogl builder order match gluegen builder order.\u000a\u000aThis simplifies the Eclipse project creation; now that the\u000aJava builder is turned off, we can leave the order in its\u000adefault state instead of reordering them.\u000a",
        "date" : "2011-03-26T18:38:05-0500",
        "id" : "6c1d25075573625ace3cb54ce093760e1adea569",
        "msg" : "Make jogl builder order match gluegen builder order.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".project"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java"
        ],
        "commitId" : "f0581998c7398bc561df063bc1aa207a292d9881",
        "timestamp" : 1301177596000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FPSAnimator: Poor attempt to wait for threads EOL after pause/stop\u000a",
        "date" : "2011-03-26T23:13:16+0100",
        "id" : "f0581998c7398bc561df063bc1aa207a292d9881",
        "msg" : "FPSAnimator: Poor attempt to wait for threads EOL after pause/stop",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
        ],
        "commitId" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
        "timestamp" : 1301178942000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JAWTUtil: Just use 'sunToolkitClass' in local block\u000a",
        "date" : "2011-03-26T23:35:42+0100",
        "id" : "4c37cbf64440ee1e3986afff94b74b513bed2bab",
        "msg" : "JAWTUtil: Just use 'sunToolkitClass' in local block",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
      "fullName" : "Wade Walker"
    }
  ]
}