{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 33077,
      "executingTimeMillis" : 33077,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9816,
      "waitingTimeMillis" : 9816
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#289",
  "duration" : 33077,
  "estimatedDuration" : 41560,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.12 #289",
  "id" : "289",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 289,
  "queueId" : 99500,
  "result" : "SUCCESS",
  "timestamp" : 1566178330456,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/JustEnoughItems-MC1.12/289/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java",
          "src/main/java/mezz/jei/config/JEIModConfigGui.java",
          "src/main/java/mezz/jei/gui/recipes/RecipesGui.java",
          "src/main/java/mezz/jei/gui/GuiEventHandler.java",
          "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java"
        ],
        "commitId" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "timestamp" : 1566178036000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1673 Treat GuiScreen#mc as nullable\u000a",
        "date" : "2019-08-18 18:27:16 -0700",
        "id" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "msg" : "Fix #1673 Treat GuiScreen#mc as nullable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/GuiEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/JEIModConfigGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/recipes/RecipesGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ingredients/IngredientFilter.java",
          "src/main/java/mezz/jei/recipes/RecipeRegistry.java",
          "src/main/java/mezz/jei/recipes/RecipeMap.java",
          "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java",
          "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java",
          "src/main/java/mezz/jei/util/MathUtil.java",
          "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java",
          "src/main/java/mezz/jei/config/ServerInfo.java",
          "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java",
          "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
        ],
        "commitId" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "timestamp" : 1566178084000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Minor misc cleanup\u000a",
        "date" : "2019-08-18 18:28:04 -0700",
        "id" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "msg" : "Minor misc cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/MathUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/ServerInfo.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}