{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 407",
          "upstreamBuild" : 407,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 407,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
            "branch" : [
              {
                "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
            "branch" : [
              {
                "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
        "branch" : [
          {
            "SHA1" : "f357a00e511f0049865392adecc4d042663da6e6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 54,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#407",
  "duration" : 100202,
  "estimatedDuration" : 398097,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #407",
  "id" : "2011-09-19_16-20-44",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 407,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1316442044000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/407/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/util/ReflectionUtil.java",
          "make/scripts/make.gluegen.all.linux-x86_64.sh",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/com/jogamp/common/os/Platform.java"
        ],
        "commitId" : "69d537e4f9e6e5d206719723094ea192ab51ef43",
        "timestamp" : 1316425725000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Enhancement/GenericStyle:\u000a\u000a- NativeLibrary:\u000a  - add isValidNativeLibraryName(..)\u000a  - generic style\u000a\u000a- Platform\u000a  - add getOSAndArch(), getOSAndArch(..)\u000a\u000a- IOUtil\u000a  - add getClassFileName(..)\u000a  - add getBasename(..)\u000a  - add getDirname(..)\u000a  - added doc\u000a\u000a- ReflectionUtil\u000a  - generic style\u000a",
        "date" : "2011-09-19T11:48:45+0200",
        "id" : "69d537e4f9e6e5d206719723094ea192ab51ef43",
        "msg" : "Enhancement/GenericStyle:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ReflectionUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestTempJarCache.java",
          "src/java/com/jogamp/common/util/cache/TempJarCache.java",
          "src/java/com/jogamp/common/util/cache/TempFileCache.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "f357a00e511f0049865392adecc4d042663da6e6",
        "timestamp" : 1316426106000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Enhancements / New utils: JarUtil, TempFileCache and TempJarCache\u000a\u000aJarUtil:\u000a  Utility to handle Jar files and it's content, incl. extracting it's entries\u000a\u000aTempFileCache:\u000a  Utility to have a save temporary file cache per JVM and per instance,\u000a  eg. per ClassLoader.\u000a  The temp cache is cleaned up with the next usage of TempFileCache,\u000a  which solves the troubles of JVM bugs and situations where the JVM\u000a  is not able to close and delete open temp files.\u000a\u000aTempJarCache:\u000a  Utility to cache Jar files temporary (using TempFileCache)\u000a  and access it's content.\u000a  This class is suitable to implement a URLClassLoader\u000a  or similar resource loading facilities.\u000a\u000aAll tested w/ TestTempJarCache\u000a",
        "date" : "2011-09-19T11:55:06+0200",
        "id" : "f357a00e511f0049865392adecc4d042663da6e6",
        "msg" : "Enhancements / New utils: JarUtil, TempFileCache and TempJarCache",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/cache/TempJarCache.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/cache/TempFileCache.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestTempJarCache.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}