Skip to content

Commit 7e7bb80

Browse files
committed
Legacy functions aren't used in the AbstractSauceTunnelManager
1 parent ac699bf commit 7e7bb80

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/java/com/saucelabs/ci/sauceconnect/AbstractSauceTunnelManager.java

-17
Original file line numberDiff line numberDiff line change
@@ -734,23 +734,6 @@ protected abstract String[] generateSauceConnectArgs(
734734

735735
protected abstract String[] addExtraInfo(String[] args);
736736

737-
/**
738-
* Returns the arguments to be used to launch Sauce Connect
739-
*
740-
* @param args the initial Sauce Connect command line args
741-
* @param username name of the user which launched Sauce Connect
742-
* @param apiKey the access key for the Sauce user
743-
* @param options command line args specified by the user
744-
* @return String array representing the command line args to be used to launch Sauce Connect
745-
* @deprecated Use {@link #generateSauceConnectArgs(String[], String, String, String)} instead
746-
*/
747-
@Deprecated
748-
protected abstract String[] generateSauceConnectArgsLegacy(
749-
String[] args, String username, String apiKey, String options);
750-
751-
@Deprecated
752-
protected abstract String[] addExtraInfoLegacy(String[] args);
753-
754737
/**
755738
* @return the user's home directory
756739
*/

0 commit comments

Comments
 (0)