{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 248",
          "upstreamBuild" : 248,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 248,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
            "branch" : [
              {
                "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
            "branch" : [
              {
                "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
        "branch" : [
          {
            "SHA1" : "17fafe97b0cd098374a038d0af4c057157c2794d",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 11,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#248",
  "duration" : 322927,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #248",
  "id" : "2010-12-12_01-45-07",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 248,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1292114707000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/248/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "make/scripts/tests-x64.bat",
          "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "e15344bfaf4df4ceb710b304b164bd03005dc132",
        "timestamp" : 1292138476000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close (X11 error on nvidia); reenable GLJPanel test\u000a",
        "date" : "2010-12-12T08:21:16+0100",
        "id" : "e15344bfaf4df4ceb710b304b164bd03005dc132",
        "msg" : "GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClassFactory.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClass.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClassFactory.java",
          "src/newt/classes/com/jogamp/newt/impl/windows/WindowsDisplay.java",
          "make/config/nativewindow/win32-lib.cfg",
          "src/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClass.java"
        ],
        "commitId" : "acda58e3d4a6fd735d0ec755a22b7ed44d02746f",
        "timestamp" : 1292139498000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow: Move RegisteredClass to private impl package\u000a",
        "date" : "2010-12-12T08:38:18+0100",
        "id" : "acda58e3d4a6fd735d0ec755a22b7ed44d02746f",
        "msg" : "NativeWindow: Move RegisteredClass to private impl package",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-lib.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/impl/windows/WindowsDisplay.java"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClass.java"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClassFactory.java"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClassFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "17fafe97b0cd098374a038d0af4c057157c2794d",
        "timestamp" : 1292139827000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Newt: Add com.jogamp.newt.util.* package(s) to public javadoc\u000a",
        "date" : "2010-12-12T08:43:47+0100",
        "id" : "17fafe97b0cd098374a038d0af4c057157c2794d",
        "msg" : "Newt: Add com.jogamp.newt.util.* package(s) to public javadoc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}