<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>74c4732b2abf3f0cf6e4a14a456212ea</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c79cc622cd3078735b917f841bcb4d22</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>85b1ba1d17b82e63ad2d0e5d78301470</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><number>33</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/33/</url></parent><pomArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4dc68c51db02af783423650fd43c7148</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/33/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#33</displayName><duration>3491</duration><estimatedDuration>2927</estimatedDuration><fullDisplayName>microstories-2425-teamA » Tests #33</fullDisplayName><id>33</id><keepLog>false</keepLog><number>33</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1732722727706</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/33/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java</affectedPath><commitId>9a5af239c6ab139024169f4cd04ccdce39d90313</commitId><timestamp>1732721756000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/david.f.suarez18</absoluteUrl><fullName>david.f.suarez18</fullName></author><authorEmail>david.f.suarez18@gmail.com</authorEmail><comment>tsk11 Adds the EJB method to search stories by text.
Added a method to the EJB for searching all stories containing a
specified text. Implemented corresponding unit tests for the new search
functionality. Added a method in StoriesDataset to enable text-based
search within the dataset of stories.
</comment><date>2024-11-27 16:35:56 +0100</date><id>9a5af239c6ab139024169f4cd04ccdce39d90313</id><msg>tsk11 Adds the EJB method to search stories by text.</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>add</editType><file>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/david.f.suarez18</absoluteUrl><fullName>david.f.suarez18</fullName><id>david.f.suarez18</id><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property><property _class='hudson.model.PaneStatusProperties'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>true</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>david.f.suarez18@gmail.com</address></property></culprit><mavenArtifacts><attachedArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>74c4732b2abf3f0cf6e4a14a456212ea</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c79cc622cd3078735b917f841bcb4d22</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>85b1ba1d17b82e63ad2d0e5d78301470</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><number>33</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/33/</url></parent><pomArtifact><artifactId>dgss2425-teamA-microstories-tests</artifactId><canonicalName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4dc68c51db02af783423650fd43c7148</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/33/mavenArtifacts/</url></mavenArtifacts></mavenBuild>