{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 713",
          "upstreamBuild" : 713,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 713,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
            "branch" : [
              {
                "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
            "branch" : [
              {
                "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
        "branch" : [
          {
            "SHA1" : "6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5",
            "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" : 155,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#713",
  "duration" : 90370,
  "estimatedDuration" : 398097,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #713",
  "id" : "2013-09-08_15-44-07",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 713,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1378647847000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/713/",
  "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/net/URIQueryProps.java"
        ],
        "commitId" : "c47bac817d39fda74f757da79f781190fe3ca581",
        "timestamp" : 1378360337000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "gluegen: remove trailing whitespace from URIQueryProps\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-09-04T22:52:17-0700",
        "id" : "c47bac817d39fda74f757da79f781190fe3ca581",
        "msg" : "gluegen: remove trailing whitespace from URIQueryProps",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/net/URIQueryProps.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/net/URIQueryProps.java"
        ],
        "commitId" : "2ebb8363effaa205972ba7f056aa6435a7fa8d62",
        "timestamp" : 1378360540000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "gluegen: loop over entries in HashMap directly rather than looping over keys\u000a\u000aThis saves repeated lookups of the value mapped to each key by just looping\u000aover the entries directly.\u000a\u000aAlso remove the URIException clause as this method never can throw that exception.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-09-04T22:55:40-0700",
        "id" : "2ebb8363effaa205972ba7f056aa6435a7fa8d62",
        "msg" : "gluegen: loop over entries in HashMap directly rather than looping over",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/net/URIQueryProps.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/doc/javadoc/stylesheet.css"
        ],
        "commitId" : "80187d258eeda0f0ddbb9469c84270a0c920b1a0",
        "timestamp" : 1378639953000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc\u000a",
        "date" : "2013-09-08T13:32:33+0200",
        "id" : "80187d258eeda0f0ddbb9469c84270a0c920b1a0",
        "msg" : "JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/doc/javadoc/stylesheet.css"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}