<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$RemoteCause'><shortDescription>Gestartet durch entfernten Rechner 192.30.252.42</shortDescription><addr>192.30.252.42</addr></cause><cause _class='hudson.model.Cause$RemoteCause'><shortDescription>Gestartet durch entfernten Rechner 192.30.252.40</shortDescription><addr>192.30.252.40</addr></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>443</buildNumber><marked><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><branch><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><branch><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><branch><SHA1>110526afc9614adb0849acad2a71b64efa40a5d2</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/wurstscript/WurstScript.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>1</skipCount><totalCount>552</totalCount><urlName>testReport</urlName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#443</displayName><duration>973381</duration><estimatedDuration>737407</estimatedDuration><fullDisplayName>Wurst #443</fullDisplayName><id>443</id><inProgress>false</inProgress><keepLog>false</keepLog><number>443</number><queueId>2832</queueId><result>SUCCESS</result><timestamp>1503355450619</timestamp><url>https://grill.wurstlang.org/hudson/view/all/job/Wurst/443/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>docs/_doc/tutorials.md</affectedPath><affectedPath>docs/_doc/tutorials/wurst_for_vjass_users.md</affectedPath><affectedPath>docs/README.md</affectedPath><affectedPath>docs/_doc/tutorials/wurst_for_vjass_users/page_1.md</affectedPath><affectedPath>docs/Gemfile.lock</affectedPath><commitId>ed80d5ed40f9701247376d43f6823c23fb5076d4</commitId><timestamp>1503347870000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/frotty</absoluteUrl><fullName>frotty</fullName></author><authorEmail>Frotty@users.noreply.github.com</authorEmail><comment>wurst for vjassers tutorial (#551)

* draft tutorial

* tidying and code review
</comment><date>2017-08-21T22:37:50+0200</date><id>ed80d5ed40f9701247376d43f6823c23fb5076d4</id><msg>wurst for vjassers tutorial (#551)</msg><path><editType>add</editType><file>docs/_doc/tutorials/wurst_for_vjass_users.md</file></path><path><editType>add</editType><file>docs/_doc/tutorials/wurst_for_vjass_users/page_1.md</file></path><path><editType>edit</editType><file>docs/_doc/tutorials.md</file></path><path><editType>edit</editType><file>docs/Gemfile.lock</file></path><path><editType>edit</editType><file>docs/README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstLanguageServer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/BufferManager.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstCommands.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstTextDocumentService.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/CodeActionRequest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/PerformCodeActionRequest.java</affectedPath><commitId>745b14c7241f13e11e1ca9e4b7de28e60d30f797</commitId><timestamp>1503347971000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>added a simple import-quickfix for new-obj exressions
</comment><date>2017-08-21T22:39:31+0200</date><id>745b14c7241f13e11e1ca9e4b7de28e60d30f797</id><msg>added a simple import-quickfix for new-obj exressions</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstTextDocumentService.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstCommands.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/WurstLanguageServer.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/BufferManager.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/CodeActionRequest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/PerformCodeActionRequest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://grill.wurstlang.org/hudson/user/frotty</absoluteUrl><fullName>frotty</fullName></culprit><culprit><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></culprit></freeStyleBuild>