{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 79,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
            "branch" : [
              {
                "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
            "branch" : [
              {
                "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
        "branch" : [
          {
            "SHA1" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 22,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#79",
  "duration" : 652504,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #79",
  "id" : "2010-04-24_14-18-17",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 79,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1272111497000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/79/",
  "builtOn" : "u64JogAmp",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          
        ],
        "commitId" : "778225504c00c7ca03386b6eabfbda929542130f",
        "timestamp" : 1272071141000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Moved event classed from com.jogamp.newt to com.jogamp.newt.event\u000a",
        "date" : "2010-04-24T03:05:41+0200",
        "id" : "778225504c00c7ca03386b6eabfbda929542130f",
        "msg" : "Moved event classed from com.jogamp.newt to com.jogamp.newt.event",
        "paths" : [
          
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          
        ],
        "commitId" : "1ad8c39df6b097c80ba7a85badf555e7f669cc3f",
        "timestamp" : 1272071489000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/AWT Interoperability\u000a\u000a- Moved all event classes to\u000a    com.jogamp.newt.event\u000a  and the new AWT event helper to\u000a    com.jogamp.newt.awt.event\u000a\u000a- Added Newt<Type>Adapter for convenience\u000a\u000a- Added AWT<Type>Adapter for\u000a    - Using AWT agnostic NEWT event listener\u000a          see com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT\u000a      even for AWT\u000a          see com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsAWT\u000a      (Nice idea by mbien)\u000a\u000a    - Forwarding AWT events to NEWT (refactoring)\u000a\u000aMisc\u000a\u000a- GLDrawableFactory.shutdown() is now protected and called\u000a  by the JVM shutdown hook. Hence removing the validate().\u000a",
        "date" : "2010-04-24T03:11:29+0200",
        "id" : "1ad8c39df6b097c80ba7a85badf555e7f669cc3f",
        "msg" : "NEWT/AWT Interoperability",
        "paths" : [
          
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          
        ],
        "commitId" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
        "timestamp" : 1272104838000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Cleanup\u000a\u000a- Moved all implementation details (awt/x11/windows/macosx/..)\u000a  to com.jogamp.newt.impl\u000a\u000a- Moved awt event handling\u000a    com.jogamp.newt.awt.event -> com.jogamp.newt.event.awt\u000a\u000a- NEWTEvent         extends java.util.EventObject\u000a- NEWTEventListener extends java.util.EventListener\u000a\u000a- Added Trace*Adapter, logging the event, incl. the time lag\u000a",
        "date" : "2010-04-24T12:27:18+0200",
        "id" : "6e273ec07af21ad3c2a1b50fece9f46a3cc92658",
        "msg" : "NEWT Cleanup",
        "paths" : [
          
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    
  ]
}