<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>33986</buildingDurationMillis><executingTimeMillis>33986</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>7169</queuingDurationMillis><queuingTimeMillis>7169</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>41155</totalDurationMillis><waitingDurationMillis>7167</waitingDurationMillis><waitingTimeMillis>7167</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origin1.16 _class='hudson.plugins.git.util.Build'><buildNumber>77</buildNumber><marked><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><branch><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><name>origin/1.16</name></branch></marked><revision><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><branch><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><name>origin/1.16</name></branch></revision></origin1.16></buildsByBranchName><lastBuiltRevision><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><branch><SHA1>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</SHA1><name>origin/1.16</name></branch></lastBuiltRevision><remoteUrl>https://github.com/mezz/JustEnoughItems.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://dvs1.progwml6.com/jenkins/blue/organizations/jenkins/JustEnoughItems-MC1.16/detail/JustEnoughItems-MC1.16/77/artifacts</artifactsUrl><changesUrl>https://dvs1.progwml6.com/jenkins/blue/organizations/jenkins/JustEnoughItems-MC1.16/detail/JustEnoughItems-MC1.16/77/changes</changesUrl><displayUrl>https://dvs1.progwml6.com/jenkins/blue/organizations/jenkins/JustEnoughItems-MC1.16/detail/JustEnoughItems-MC1.16/77/</displayUrl><testsUrl>https://dvs1.progwml6.com/jenkins/blue/organizations/jenkins/JustEnoughItems-MC1.16/detail/JustEnoughItems-MC1.16/77/tests</testsUrl></action><building>false</building><displayName>#77</displayName><duration>33986</duration><estimatedDuration>74089</estimatedDuration><fullDisplayName>JustEnoughItems-MC1.16 #77</fullDisplayName><id>77</id><inProgress>false</inProgress><keepLog>false</keepLog><number>77</number><queueId>82520</queueId><result>SUCCESS</result><timestamp>1618113788598</timestamp><url>https://dvs1.progwml6.com/jenkins/view/all/job/JustEnoughItems-MC1.16/77/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/config/ClientConfig.java</affectedPath><commitId>e230674332a1c17c156983139c7364b6e790eaa3</commitId><timestamp>1618113503000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Add proper element validator to IngredientSortStages and SearchColors config entries (#2295)

</comment><date>2021-04-10 20:58:23 -0700</date><id>e230674332a1c17c156983139c7364b6e790eaa3</id><msg>Add proper element validator to IngredientSortStages and SearchColors config entries (#2295)</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/config/ClientConfig.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/api/java/mezz/jei/api/registration/IModIngredientRegistration.java</affectedPath><affectedPath>src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java</affectedPath><affectedPath>src/main/java/mezz/jei/color/ColorGetter.java</affectedPath><affectedPath>src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java</affectedPath><affectedPath>src/api/java/mezz/jei/api/ingredients/IIngredientHelper.java</affectedPath><affectedPath>src/main/java/mezz/jei/util/MathUtil.java</affectedPath><affectedPath>src/api/java/mezz/jei/api/helpers/IColorHelper.java</affectedPath><affectedPath>src/main/java/mezz/jei/ingredients/ModIngredientRegistration.java</affectedPath><affectedPath>gradle.properties</affectedPath><commitId>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</commitId><timestamp>1618113697000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Expose ColorGetter#getColors to the API via an IColorHelper (#2294)

</comment><date>2021-04-10 21:01:37 -0700</date><id>d1c54f900a1481956ccc5edd74dc4f0b1d1a8086</id><msg>Expose ColorGetter#getColors to the API via an IColorHelper (#2294)</msg><path><editType>add</editType><file>src/api/java/mezz/jei/api/helpers/IColorHelper.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/color/ColorGetter.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/util/MathUtil.java</file></path><path><editType>edit</editType><file>src/api/java/mezz/jei/api/registration/IModIngredientRegistration.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/ingredients/ModIngredientRegistration.java</file></path><path><editType>edit</editType><file>gradle.properties</file></path><path><editType>edit</editType><file>src/api/java/mezz/jei/api/ingredients/IIngredientHelper.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/github</absoluteUrl><fullName>github</fullName><id>github</id></culprit></freeStyleBuild>