{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 128",
          "upstreamBuild" : 128,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 138,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
            "branch" : [
              {
                "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
            "branch" : [
              {
                "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
        "branch" : [
          {
            "SHA1" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 204,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#138",
  "duration" : 598726,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #138",
  "id" : "2010-06-15_22-04-46",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 138,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1276632286000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/138/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/newt/TestParenting01bAWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestParentingAWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestListenerCom01AWT.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java",
          "src/newt/classes/com/jogamp/newt/Window.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/newt/classes/com/jogamp/newt/Display.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting01aAWT.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting01cSwingAWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting01NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLAutoDrawable.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java",
          "src/newt/classes/com/jogamp/newt/impl/event/NEWTEventTask.java",
          "src/newt/classes/com/jogamp/newt/util/EDTUtil.java",
          "src/junit/com/jogamp/test/junit/newt/GLRunnableDummy.java",
          "src/jogl/classes/javax/media/opengl/GLRunnable.java",
          "src/junit/com/jogamp/test/junit/newt/TestParenting02NEWT.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLRunnableTask.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "make/build-newt.xml",
          "src/junit/com/jogamp/test/junit/newt/TestParenting01cAWT.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
        "timestamp" : 1276657035000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGL.GLAutoDrawable:\u000a    - Add: 'public void addGLEventListener(int index, GLEventListener listener)'\u000a      Fixes previous GLWindow addition, ie public in interface and common impl. behavior.\u000a\u000a    - Add: 'public void invoke(boolean wait, GLRunnable glRunnable)'\u000a\u000a    - Change: 'public void display()' semantics, in regards to the GLRunnable queue\u000a\u000aNew: GLRunnable, invoke() at GLAutoDrawable\u000a    Allows injection of GL commands from other threads, executed after the\u000a    GLEventListener's display() notifyier by the GLAutoDrawable.\u000a\u000aNEWT:\u000a    - Fix EDTUTil.invokeAndWait() and Display.enqueueAndWait() impl.,\u000a      where we only wait for the single action/event to be processed now.\u000a\u000aJUnit: NEWT Parenting\u000a        - Added test cases for Swing (JFrame, JPanel and COntainer) with NewtCanvasAWT\u000a        - Added thread calling 'invoke(true, GLRunnable)'\u000a        - start Animator ASAP\u000a",
        "date" : "2010-06-16T04:57:15+0200",
        "id" : "0d24458c68ac1bb92da21a1701633f8f32a267bb",
        "msg" : "JOGL.GLAutoDrawable:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Display.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/javax/media/opengl/GLRunnable.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01bAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting02NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01aAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestListenerCom01AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01cSwingAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/util/EDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLRunnableTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Window.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/GLRunnableDummy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLAutoDrawable.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParenting01cAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestParentingAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/com/jogamp/newt/impl/event/NEWTEventTask.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    
  ]
}