Skip to content

Commit

Permalink
Legacy functions aren't used in the AbstractSauceTunnelManager
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce committed Jan 16, 2025
1 parent ac699bf commit 7e7bb80
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,23 +734,6 @@ protected abstract String[] generateSauceConnectArgs(

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

/**
* Returns the arguments to be used to launch Sauce Connect
*
* @param args the initial Sauce Connect command line args
* @param username name of the user which launched Sauce Connect
* @param apiKey the access key for the Sauce user
* @param options command line args specified by the user
* @return String array representing the command line args to be used to launch Sauce Connect
* @deprecated Use {@link #generateSauceConnectArgs(String[], String, String, String)} instead
*/
@Deprecated
protected abstract String[] generateSauceConnectArgsLegacy(
String[] args, String username, String apiKey, String options);

@Deprecated
protected abstract String[] addExtraInfoLegacy(String[] args);

/**
* @return the user's home directory
*/
Expand Down

0 comments on commit 7e7bb80

Please sign in to comment.