<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Build wurde durch eine SCM-Änderung ausgelöst.</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>12</buildNumber><marked><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><branch><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><branch><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><branch><SHA1>5781599d52255ae52bf729fac1dbb3f165cab0fc</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/peq/wurstStdlib.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#12</displayName><duration>29420</duration><estimatedDuration>53049</estimatedDuration><fullDisplayName>Wurst StdLib #12</fullDisplayName><id>12</id><inProgress>false</inProgress><keepLog>false</keepLog><number>12</number><queueId>841</queueId><result>SUCCESS</result><timestamp>1471025290255</timestamp><url>https://grill.wurstlang.org/hudson/job/Wurst%20StdLib/12/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>fa883d99450bbb7be376888abc78af4ab06a54b9</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>add linked hash map data structure with tests
</comment><date>2016-08-12T14:20:04+0100</date><id>fa883d99450bbb7be376888abc78af4ab06a54b9</id><msg>add linked hash map data structure with tests</msg><path><editType>add</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>325d2583ab03819fbb1a0cce6a11497133cd5bdb</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>add size function and fix broken tests
</comment><date>2016-08-12T14:20:04+0100</date><id>325d2583ab03819fbb1a0cce6a11497133cd5bdb</id><msg>add size function and fix broken tests</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>efacde77711466f2ff95b660bf5bc97d6b0c9bc1</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>add nested iterator test. passing
</comment><date>2016-08-12T14:20:04+0100</date><id>efacde77711466f2ff95b660bf5bc97d6b0c9bc1</id><msg>add nested iterator test. passing</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>cd0ed71915abc81b24ede99aba598cbbd2ab67eb</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>add test for handling destroyed elements. failing.
</comment><date>2016-08-12T14:20:04+0100</date><id>cd0ed71915abc81b24ede99aba598cbbd2ab67eb</id><msg>add test for handling destroyed elements. failing.</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>ea126b3a6061845aac896f821d7be0f6c73179c4</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>re-work to use list of entries rather than reusing one dummy
</comment><date>2016-08-12T14:20:04+0100</date><id>ea126b3a6061845aac896f821d7be0f6c73179c4</id><msg>re-work to use list of entries rather than reusing one dummy</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>0b3dfc07d4fe95d4be79252b9ba6b19151c851a5</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>fix destroy behaviour. memory verification fv test now passing
</comment><date>2016-08-12T14:20:04+0100</date><id>0b3dfc07d4fe95d4be79252b9ba6b19151c851a5</id><msg>fix destroy behaviour. memory verification fv test now passing</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>558504e2f78e2760c5e152a96d4db8dcdecb726e</commitId><timestamp>1471008004000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>add test for when map becomes empty then gets first element. passing.
</comment><date>2016-08-12T14:20:04+0100</date><id>558504e2f78e2760c5e152a96d4db8dcdecb726e</id><msg>add test for when map becomes empty then gets first element. passing.</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>140eb748e16fe5f329553ef28e46cbcef3a536f2</commitId><timestamp>1471011705000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>fix iterating on empty map
</comment><date>2016-08-12T15:21:45+0100</date><id>140eb748e16fe5f329553ef28e46cbcef3a536f2</id><msg>fix iterating on empty map</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>2a0b9501f9ca03c2be58819c1e22db6d3cc86c5f</commitId><timestamp>1471017862000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>make constant that which has no business changing
</comment><date>2016-08-12T17:04:22+0100</date><id>2a0b9501f9ca03c2be58819c1e22db6d3cc86c5f</id><msg>make constant that which has no business changing</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>wurst/data structures/LinkedHashMap.wurst</affectedPath><commitId>df603e2335871e4e876abb1760176af589a10f76</commitId><timestamp>1471018183000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></author><authorEmail>Cokemonkey11@gmail.com</authorEmail><comment>adjust visibility for Entry
</comment><date>2016-08-12T17:09:43+0100</date><id>df603e2335871e4e876abb1760176af589a10f76</id><msg>adjust visibility for Entry</msg><path><editType>edit</editType><file>wurst/data structures/LinkedHashMap.wurst</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://grill.wurstlang.org/hudson/user/cokemonkey11</absoluteUrl><fullName>Cokemonkey11</fullName></culprit></freeStyleBuild>