{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,457",
          "upstreamBuild" : 1457,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1457,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
            "branch" : [
              {
                "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
            "branch" : [
              {
                "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
        "branch" : [
          {
            "SHA1" : "f60bc2eb827a89d5d26d7348761da268306c0623",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 7,
      "totalCount" : 1073,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4808190,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "1457",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1457,
  "queueId" : 1697,
  "result" : "SUCCESS",
  "timestamp" : 1443789782998,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1457/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java",
          "src/newt/native/WindowsWindow.c",
          "make/stub_includes/win32/gluegen/wingdi.h",
          "make/stub_includes/win32/wingdi.h",
          "src/nativewindow/native/win32/WindowsDWM.h",
          "make/build-nativewindow.xml",
          "make/stub_includes/win32/WindowsDWM.h",
          "make/stub_includes/win32/windows.h",
          "make/stub_includes/win32/gluegen/winwgl.h",
          "make/stub_includes/win32/gluegen/wingdi_types.h",
          "src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java",
          "make/stub_includes/win32/winwgl.h",
          "make/stub_includes/win32/gluegen/windows.h",
          "make/config/nativewindow/win32-lib.cfg",
          "src/nativewindow/native/win32/WindowsDWM.c",
          "make/stub_includes/win32/wingdi_types.h"
        ],
        "commitId" : "a9b3f6d13b45284e81b91a1e1e31b35c31dd3670",
        "timestamp" : 1443735414000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >=\u000a8 (Lack of Aero / Blur )\u000aAdopting new undocumented user32.dll Windows >= 8 API:\u000a - SetWindowCompositionAttribute / AccentState\u000aSee:\u000a -\u000a<https://github.com/riverar/sample-win10-aeroglass/blob/master/MainWindow.xaml.cs>\u000a -\u000a<http://withinrafael.com/adding-the-aero-glass-blur-to-your-windows-10-apps/>\u000a -\u000a<http://undoc.airesoft.co.uk/user32.dll/SetWindowCompositionAttribute.php>\u000a -\u000a<http://undoc.airesoft.co.uk/user32.dll/GetWindowCompositionAttribute.php>\u000a+++\u000aCleaning up WindowsDWM.h, use on header file (in stub_includes) for\u000aGlueGen and implementation.\u000a+++\u000aMerge java implementation within GDIUtil.DwmSetupTranslucency(..), to be\u000autilized by NEWT and JOGL.\u000aNEWT issues GDIUtil.DwmSetupTranslucency(..) at creation and when\u000atoggling decoration.\u000aToggling decoration on Win >= 8 leads to lost of translucency when\u000areturning to decorated window. On Win 7, this may work .. but is also\u000abuggy.\u000a+++\u000aFollowup patch is needed for NEWT to _not_ clear the background!\u000a",
        "date" : "2015-10-01 23:36:54 +0200",
        "id" : "a9b3f6d13b45284e81b91a1e1e31b35c31dd3670",
        "msg" : "Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >=",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/WindowsDWM.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/win32/gluegen/wingdi.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/win32/wingdi.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/win32/winwgl.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/win32/gluegen/winwgl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-lib.cfg"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/win32/WindowsDWM.h"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/win32/WindowsDWM.c"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/win32/windows.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/win32/gluegen/windows.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/win32/wingdi_types.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/win32/gluegen/wingdi_types.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/newt/native/WindowsWindow.c"
        ],
        "commitId" : "f60bc2eb827a89d5d26d7348761da268306c0623",
        "timestamp" : 1443736723000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1205: Revert clear background to support fix for Bug 1232: NEWT\u000aTranslucency Windows >= 8\u000aReverting 'clear backrgound' portion of commit\u000af607c0148736fa198fb91b60123824e53366022e. It has been identified, that\u000aWindows does initialize onscreen windows (i.e. w/ white/DESKTOP color).\u000aThis is also required for allowing translucent windows, since clearing\u000athe background intefers on Windows >= 8 (undecorated windows).\u000a",
        "date" : "2015-10-01 23:58:43 +0200",
        "id" : "f60bc2eb827a89d5d26d7348761da268306c0623",
        "msg" : "Bug 1205: Revert clear background to support fix for Bug 1232: NEWT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}