Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Annotation Interfaces
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    dev.galasa.api.run.Run.getLocal()
    This method will be removed in later versions of the code. Use Run.isLocal instead.
    dev.galasa.api.run.Run.getTrace()
    This method will be removed in later versions of the code. Use Run.isTraceEnabled instead.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log, BundleContext, IFileSystem, Environment)
    Use one of the other constructors.
    dev.galasa.selenium.IChromeOptions.getExperimentalOption(String)
    Use IChromeOptions.getCapability(string) instead.
    dev.galasa.selenium.IChromeOptions.setHeadless(boolean)
    Use IChromeOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.isLegacy()
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.selenium.IFirefoxOptions.setHeadless(boolean)
    Use IFirefoxOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.setLegacy(boolean)
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.zos3270.spi.Screen()
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, int, int, int, int, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, int, int, int, int, ITextScannerManagerSpi)
    use the #Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, ITextScannerManagerSpi)
    use the #Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
  • Deprecated Interfaces
    Interface
    Description
    dev.galasa.selenium.ISeleniumManager
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    dev.galasa.selenium.SeleniumManager
  • Deprecated Methods
    Method
    Description
    dev.galasa.api.run.Run.getLocal()
    This method will be removed in later versions of the code. Use Run.isLocal instead.
    dev.galasa.api.run.Run.getTrace()
    This method will be removed in later versions of the code. Use Run.isTraceEnabled instead.
    dev.galasa.http.HttpClientResponse.jaxbResponse(CloseableHttpResponse, boolean, Class<?>...)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.HttpClientResponse.jaxbResponse(CloseableHttpResponse, Class<?>...)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.HttpClientResponse.jsonResponse(CloseableHttpResponse)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.HttpClientResponse.jsonResponse(CloseableHttpResponse, boolean)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.HttpClientResponse.populateGenericValues(CloseableHttpResponse)
    This method uses the deprecated Apache HttpClient 4 API. It will be removed in a future release. Internal use only.
    dev.galasa.http.HttpClientResponse.xmlResponse(CloseableHttpResponse)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.HttpClientResponse.xmlResponse(CloseableHttpResponse, boolean)
    This method uses the deprecated Apache HttpClient 4 API (CloseableHttpResponse). Use the overloaded method that accepts ClassicHttpResponse instead. This method will be removed in a future release.
    dev.galasa.http.IHttpClient.getFile(String)
    Use IHttpClient.getFileStream(String) instead. This method exposes internal implementation details (CloseableHttpResponse) and will be removed in a future release.
    dev.galasa.http.IHttpClient.getFile(String, ContentType...)
    Use IHttpClient.getFileStream(String, ContentType...) instead. This method exposes internal implementation details (CloseableHttpResponse) and will be removed in a future release.
    dev.galasa.selenium.IChromeOptions.getExperimentalOption(String)
    Use IChromeOptions.getCapability(string) instead.
    dev.galasa.selenium.IChromeOptions.setHeadless(boolean)
    Use IChromeOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.isLegacy()
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.selenium.IFirefoxOptions.setHeadless(boolean)
    Use IFirefoxOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.setLegacy(boolean)
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
  • Deprecated Constructors
    Constructor
    Description
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log, BundleContext, IFileSystem, Environment)
    Use one of the other constructors.
    dev.galasa.zos3270.spi.Screen()
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, int, int, int, int, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, ITextScannerManagerSpi)
    use the #Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, int, int, int, int, ITextScannerManagerSpi)
    use the #Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, ITextScannerManagerSpi)
    use the #Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.

Copyright © 2026. All rights reserved.