{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 609",
          "upstreamBuild" : 609,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 609,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
            "branch" : [
              {
                "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
            "branch" : [
              {
                "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
        "branch" : [
          {
            "SHA1" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 193,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#609",
  "duration" : 1547439,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #609",
  "id" : "2011-12-24_04-30-56",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 609,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1324697456000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/609/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/WindowsWindow.c",
          "src/newt/classes/jogamp/newt/driver/x11/X11Screen.java",
          "src/newt/classes/jogamp/newt/driver/macosx/MacScreen.java",
          "src/newt/classes/jogamp/newt/driver/broadcom/egl/Screen.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowsScreen.java",
          "src/newt/classes/jogamp/newt/driver/intel/gdl/Screen.java",
          "src/newt/classes/jogamp/newt/driver/awt/AWTScreen.java",
          "src/newt/classes/jogamp/newt/driver/android/AndroidScreen.java",
          "src/newt/classes/jogamp/newt/driver/kd/KDScreen.java",
          "src/newt/classes/com/jogamp/newt/Screen.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java",
          "src/newt/classes/jogamp/newt/ScreenImpl.java"
        ],
        "commitId" : "976e47291d052caab4b101d900270a073a3bbb55",
        "timestamp" : 1324689869000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: allow negative coordinates\u000a\u000a- ScreenImpl:\u000a  - Use Point & Dimension for holding virtual origin and size\u000a  - updateScreenSize() -> updateVirtualScreenOriginAndSize()\u000a  - DimensionImmutable getNativeScreenSizeImpl()\u000a    -> void getVirtualScreenOriginAndSize(Point virtualOrigin, Dimension virtualSize)\u000a\u000a- WindowImpl setFullscreen(true): Use Screen virtual origin\u000a\u000a- WindowsWindow.c\u000a  - For x/y coords use GET_X_LPARAM/GET_Y_LPARAM which casts '(int)(short)'\u000a    to preserve negative coordinates.\u000a\u000a  - NewtWindow_setVisiblePosSize() allow negative coordinates\u000a",
        "date" : "2011-12-24T02:24:29+0100",
        "id" : "976e47291d052caab4b101d900270a073a3bbb55",
        "msg" : "NEWT Screen: Add virtual top-left origin getX()/getY() ;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/AndroidScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/X11Screen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/intel/gdl/Screen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/ScreenImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/kd/KDScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/MacScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Screen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/broadcom/egl/Screen.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c",
          "src/newt/classes/jogamp/newt/driver/x11/X11Window.java"
        ],
        "commitId" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
        "timestamp" : 1324692952000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Windows/X11: Remove missed negative coordinate restrictions.\u000a",
        "date" : "2011-12-24T03:15:52+0100",
        "id" : "f0159e479d386e5ae7d1e5acfb44eb7a534cb24c",
        "msg" : "NEWT Windows/X11: Remove missed negative coordinate restrictions.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/X11Window.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}