You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sechub-administration/src/main/java/com/mercedesbenz/sechub/domain/administration/autocleanup/IntegrationTestAdministrationRestController.java
Copy file name to clipboardexpand all lines: sechub-administration/src/main/java/com/mercedesbenz/sechub/domain/administration/job/JobAdministrationMessageHandler.java
+10-1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ public void receiveAsyncMessage(DomainMessage request) {
Copy file name to clipboardexpand all lines: sechub-administration/src/main/java/com/mercedesbenz/sechub/domain/administration/job/JobCancelService.java
Copy file name to clipboardexpand all lines: sechub-administration/src/main/java/com/mercedesbenz/sechub/domain/administration/job/JobInformationCreateService.java
@@ -28,7 +29,8 @@ public class JobInformationCreateService {
28
29
29
30
@Validated
30
31
@UseCaseSchedulerStartsJob(@Step(number = 4, name = "Store admin job info", description = "Fetches event about started job and store info in admin domain."))
@UseCaseUserCreatesNewJob(@Step(number = 3, name = "Store admin job info", description = "Fetches event about created job and store info in admin domain."))
Copy file name to clipboardexpand all lines: sechub-administration/src/test/java/com/mercedesbenz/sechub/domain/administration/job/JobInformationCreateServiceTest.java
Copy file name to clipboardexpand all lines: sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AssertJobInformationAdministration.java
Copy file name to clipboardexpand all lines: sechub-integrationtest/src/test/java/com/mercedesbenz/sechub/integrationtest/scenario2/JobScenario2IntTest.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ public void a_triggered_job_is_found_in_running_jobs_list_by_admin__when_not_alr
@UseCaseSystemHandlesJobCancelRequests(@PDSStep(name = "process cancellation", description = "process created by job will be destroyed. If configured, a given time in seconds will be waited, to give the process the chance handle some cleanup and to end itself.", number = 4))
0 commit comments