{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 619",
          "upstreamBuild" : 619,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 619,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
            "branch" : [
              {
                "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
            "branch" : [
              {
                "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
        "branch" : [
          {
            "SHA1" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 105,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#619",
  "duration" : 94319,
  "estimatedDuration" : 392538,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #619",
  "id" : "2012-12-31_15-12-06",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 619,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1356963126000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/619/",
  "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/nio/StructAccessor.java"
        ],
        "commitId" : "0104f0ff35304b0aa416c2caa7b53aadf592f36a",
        "timestamp" : 1356890185000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods for short[]\u000a\u000aFor short[] Java code gets emitted for an StructAccessor object that uses:\u000a  void setShortsAt(int i, short[] shorts)\u000a  short[] getShortsAt(int i, short[] shorts)\u000a\u000aProblem was that StructAccessor.java had no such methods - added.\u000a",
        "date" : "2012-12-30T18:56:25+0100",
        "id" : "0104f0ff35304b0aa416c2caa7b53aadf592f36a",
        "msg" : "Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/StructAccessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestFloatStack01.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/FloatStack.java",
          "make/build.xml",
          "src/java/com/jogamp/common/util/PrimitiveStack.java"
        ],
        "commitId" : "ac16df0bab94fab313030ead42644844d1690a82",
        "timestamp" : 1356904748000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a simple primitive stack implementation.\u000a\u000aCurrently only FILO put/get operations are implemented using either\u000aprimitive arrays as I/O itself or <Type>Buffer.\u000a\u000aUnit tests are included..\u000a\u000aNote: Only FloatStack is implemented in a manual, where others (IntegerStack)\u000a      is derived (generated) from it. Same goes w/ unit tests.\u000a",
        "date" : "2012-12-30T22:59:08+0100",
        "id" : "ac16df0bab94fab313030ead42644844d1690a82",
        "msg" : "Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack),",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/PrimitiveStack.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/FloatStack.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestFloatStack01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestFloatStack01.java",
          "src/java/com/jogamp/common/util/FloatStack.java",
          "src/java/com/jogamp/common/util/PrimitiveStack.java"
        ],
        "commitId" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
        "timestamp" : 1356958356000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PrimitiveStack: Add 'void position(int)' to set new position. Add test case w/ initialSizeElem:=0.\u000a",
        "date" : "2012-12-31T13:52:36+0100",
        "id" : "8b3e5b94bcd3167278eb972b2be37086d3bd2996",
        "msg" : "PrimitiveStack: Add 'void position(int)' to set new position. Add test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestFloatStack01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/PrimitiveStack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FloatStack.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}