<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>23</buildNumber><marked><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><branch><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><branch><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><branch><SHA1>df15583e908c1d393dc85d48d87c508088d775f4</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/datainmotion/diamant/backend.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>140</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#23</displayName><duration>38519</duration><estimatedDuration>122464</estimatedDuration><fullDisplayName>DIM-Diamant-Backend #23</fullDisplayName><id>23</id><inProgress>false</inProgress><keepLog>false</keepLog><number>23</number><queueId>2666</queueId><result>SUCCESS</result><timestamp>1567693548610</timestamp><url>https://devel.data-in-motion.biz/jenkins/job/DIM-Diamant-Backend/23/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionLogServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.model/src/de/dim/diamant/impl/TransactionNotificationImpl.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/api/TransactionService.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/api/ContactService.java</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/ParticipantResource.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionLogServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/ContactServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java</affectedPath><affectedPath>de.dim.diamant.model/model/diamant.ecore</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ParticipantTransactionServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/api/TransactionLogService.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/BaseParticipantService.java</affectedPath><affectedPath>de.dim.diamant.model/model/diamant.genmodel</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionResource.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ContactServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/BearerResource.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/NotificationServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/ContactResource.java</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java</affectedPath><affectedPath>de.dim.diamant.model/src/de/dim/diamant/TransactionNotification.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/ParticipantServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/api/NotificationService.java</affectedPath><affectedPath>de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ParticipantContactServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionLogResource.java</affectedPath><affectedPath>de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/api/ParticipantService.java</affectedPath><commitId>f66600136066f882b59ed4f6794fac6918aacf4d</commitId><timestamp>1567689670000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- refactoring smaller services
- created contactservice
- created notification service
- created transactionservice
- integration notification
- integration test notification
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2019-09-05 15:21:10 +0200</date><id>f66600136066f882b59ed4f6794fac6918aacf4d</id><msg>- refactoring smaller services</msg><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/api/TransactionService.java</file></path><path><editType>add</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionLogResource.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionServiceImpl.java</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/ContactServiceImpl.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/ParticipantServiceImpl.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/model/diamant.genmodel</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/BaseParticipantService.java</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionLogServiceImpl.java</file></path><path><editType>add</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/BearerResource.java</file></path><path><editType>add</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/ContactResource.java</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/api/NotificationService.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/src/de/dim/diamant/impl/TransactionNotificationImpl.java</file></path><path><editType>add</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ContactServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/api/ContactService.java</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/api/TransactionLogService.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java</file></path><path><editType>delete</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ParticipantTransactionServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/model/diamant.ecore</file></path><path><editType>delete</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ParticipantContactServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/ParticipantResource.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/api/ParticipantService.java</file></path><path><editType>add</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/NotificationServiceImpl.java</file></path><path><editType>add</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java</file></path><path><editType>edit</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java</file></path><path><editType>edit</editType><file>de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionResource.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/src/de/dim/diamant/TransactionNotification.java</file></path><path><editType>add</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionLogServiceIntegrationTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/NotificationServiceImpl.java</affectedPath><affectedPath>de.dim.diamant.service/src/de/dim/diamant/service/impl/BaseParticipantService.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ContactServiceIntegrationTest.java</affectedPath><commitId>38f2b37927510e4fca6f6a84491bf7c958733bc1</commitId><timestamp>1567691554000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- integration tests
- notification service
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2019-09-05 15:52:34 +0200</date><id>38f2b37927510e4fca6f6a84491bf7c958733bc1</id><msg>- integration tests</msg><path><editType>edit</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/NotificationServiceImpl.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ContactServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.service/src/de/dim/diamant/service/impl/BaseParticipantService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</affectedPath><affectedPath>de.dim.diamant.model/src/de/dim/diamant/impl/TransactionNotificationImpl.java</affectedPath><affectedPath>de.dim.diamant.model/model/diamant.genmodel</affectedPath><commitId>df15583e908c1d393dc85d48d87c508088d775f4</commitId><timestamp>1567693536000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- notification test
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2019-09-05 16:25:36 +0200</date><id>df15583e908c1d393dc85d48d87c508088d775f4</id><msg>- notification test</msg><path><editType>edit</editType><file>de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/NotificationServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>de.dim.diamant.model/model/diamant.genmodel</file></path><path><editType>edit</editType><file>de.dim.diamant.model/src/de/dim/diamant/impl/TransactionNotificationImpl.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></freeStyleBuild>