{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 314",
          "upstreamBuild" : 314,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 314,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
            "branch" : [
              {
                "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
            "branch" : [
              {
                "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
        "branch" : [
          {
            "SHA1" : "90824b172b7c47dcaff306bd8b35d2fb82c2684f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 36,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#314",
  "duration" : 121805,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #314",
  "id" : "2011-03-19_09-20-42",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 314,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1300522842000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/314/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch"
        ],
        "commitId" : "2c758a3f2defcc06e0c5bb29bb5549b45dce194d",
        "timestamp" : 1298576867000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Speed up Eclipse build\u000a\u000aChanges Eclipse's build settings to reduce the amount of stuff\u000arebuilt by the build.xml flow.\u000a",
        "date" : "2011-02-25T03:47:47+0800",
        "id" : "2c758a3f2defcc06e0c5bb29bb5549b45dce194d",
        "msg" : "Speed up Eclipse build",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath",
          ".project",
          ".externalToolBuilders/gluegen builder.launch"
        ],
        "commitId" : "c35b9df4b3f25003b34b04108473744232ce1650",
        "timestamp" : 1298576867000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Speed up Eclipse build\u000a\u000aChanges Eclipse's build settings to reduce the amount of stuff\u000arebuilt by the build.xml flow.\u000a",
        "date" : "2011-02-25T03:47:47+0800",
        "id" : "c35b9df4b3f25003b34b04108473744232ce1650",
        "msg" : "Speed up Eclipse build",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".classpath"
          },
          {
            "editType" : "edit",
            "file" : ".externalToolBuilders/gluegen builder.launch"
          },
          {
            "editType" : "edit",
            "file" : ".project"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/ReflectionUtil.java"
        ],
        "commitId" : "684b4342d96fb16255928132c6c886a446f36f0a",
        "timestamp" : 1300516118000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ReflectionUtil: split up createInstance() / use var-args where possible w/o change\u000a",
        "date" : "2011-03-19T07:28:38+0100",
        "id" : "684b4342d96fb16255928132c6c886a446f36f0a",
        "msg" : "ReflectionUtil: split up createInstance() / use var-args where possible",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ReflectionUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/IntIntHashMapTest.java",
          "src/java/com/jogamp/common/util/IntIntHashMap.java",
          "src/junit/com/jogamp/common/util/IntObjectHashMapTest.java"
        ],
        "commitId" : "0b25e90d700d0c036883bebba4be8969584d68d0",
        "timestamp" : 1300516235000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object values (using equals(Object)); Adding junit tests for clone(), capacity and IntObjectHashMap\u000a",
        "date" : "2011-03-19T07:30:35+0100",
        "id" : "0b25e90d700d0c036883bebba4be8969584d68d0",
        "msg" : "Primitive HashMap: Add deep clone(); Fix containsValue() in case of",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/IntObjectHashMapTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntIntHashMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/IntIntHashMapTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}