{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1155,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
            "branch" : [
              {
                "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
            "branch" : [
              {
                "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
        "branch" : [
          {
            "SHA1" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 10111,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1155",
  "duration" : 4727192,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #1155",
  "id" : "2013-11-18_22-17-12",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1155,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1384809432000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/1155/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "417675219de9fb5fceca5771812366ae8768b658",
        "timestamp" : 1384829641000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: add missing @Override annotation in NewtCanvasAWT\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-11-18T18:54:01-0800",
        "id" : "417675219de9fb5fceca5771812366ae8768b658",
        "msg" : "jogl: add missing @Override annotation in NewtCanvasAWT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "0a9d16f057727652220a5983b65f22f427df6a22",
        "timestamp" : 1384829730000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: simplify conditional that repeats test for isOnScreen\u000a\u000aif (isOnscreen)\u000aelse if (!isOnScreen)\u000a\u000achange to\u000a\u000aif (isOnscreen)\u000aelse\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-11-18T18:55:30-0800",
        "id" : "0a9d16f057727652220a5983b65f22f427df6a22",
        "msg" : "jogl: simplify conditional that repeats test for isOnScreen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "d544c839f6df10f20977c786a446833f3aa7ef13",
        "timestamp" : 1384830520000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWT\u000a\u000aOtherwise we can deadlock in the native focusrequest calls from the AWT thread,\u000asee bug 879 for the details.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-11-18T19:08:40-0800",
        "id" : "d544c839f6df10f20977c786a446833f3aa7ef13",
        "msg" : "jogl: do the clearGlobalFocusOwner() call on the AWT EDT in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "177d0da1a9a8e031f15efa9e89465f8ed97f25e5",
        "timestamp" : 1384831720000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: push other call to clearGlobalFocus to the AWT EDT\u000a\u000aFollow-on to commit:\u000ad544c839f6df10f20977c786a446833f3aa7ef13 (jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWT)\u000a\u000aLikely this won't hurt anything.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-11-18T19:28:40-0800",
        "id" : "177d0da1a9a8e031f15efa9e89465f8ed97f25e5",
        "msg" : "jogl: push other call to clearGlobalFocus to the AWT EDT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
        "timestamp" : 1384805753000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NewtCanvasAWT: Remove useless block in else branch\u000a",
        "date" : "2013-11-18T21:15:53+0100",
        "id" : "b5b5b0f9f5a12e131b4718af8a4cea899f74e1dc",
        "msg" : "NewtCanvasAWT: Remove useless block in else branch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/qun",
      "fullName" : "qun"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
      "fullName" : "petrs"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/mark",
      "fullName" : "mark"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/brice",
      "fullName" : "brice"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ],
  "runs" : [
    {
      "number" : 1155,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/1155/"
    },
    {
      "number" : 1155,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/1155/"
    },
    {
      "number" : 1155,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1155/"
    }
  ]
}