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: wsmaster/che-core-api-factory-azure-devops/src/main/java/org/eclipse/che/api/factory/server/azure/devops/AzureDevOpsURLParser.java
+11-7
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,7 @@ public class AzureDevOpsURLParser {
Copy file name to clipboardExpand all lines: wsmaster/che-core-api-factory-azure-devops/src/main/java/org/eclipse/che/api/factory/server/azure/devops/AzureDevOpsUrl.java
+17-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ public class AzureDevOpsUrl extends DefaultFactoryUrl {
Copy file name to clipboardExpand all lines: wsmaster/che-core-api-factory-azure-devops/src/test/java/org/eclipse/che/api/factory/server/azure/devops/AzureDevOpsURLParserTest.java
Copy file name to clipboardExpand all lines: wsmaster/che-core-api-factory-bitbucket-server/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketServerURLParser.java
+9-2
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ public class BitbucketServerURLParser {
Copy file name to clipboardExpand all lines: wsmaster/che-core-api-factory-bitbucket-server/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketServerUrl.java
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2012-2023 Red Hat, Inc.
2
+
* Copyright (c) 2012-2025 Red Hat, Inc.
3
3
* This program and the accompanying materials are made
4
4
* available under the terms of the Eclipse Public License 2.0
5
5
* which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -43,6 +43,8 @@ public class BitbucketServerUrl extends DefaultFactoryUrl {
0 commit comments