jar

com.paypal.selion : SeLion-Grid

Maven & Gradle

May 26, 2017
1 usages
261 stars

SeLion Grid · A customized Grid for SeLion

Table Of Contents

Latest Version

Download com.paypal.selion : SeLion-Grid JAR file - Latest Versions:

All Versions

Download com.paypal.selion : SeLion-Grid JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window SeLion-Grid-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.paypal.selion.pojos

├─ com.paypal.selion.pojos.BrowserInformationCache.class - [JAR]

├─ com.paypal.selion.pojos.BrowserStatisticsCollection.class - [JAR]

├─ com.paypal.selion.pojos.ProcessInfo.class - [JAR]

├─ com.paypal.selion.pojos.ProcessNames.class - [JAR]

├─ com.paypal.selion.pojos.SeLionGridConstants.class - [JAR]

com.paypal.selion.proxy

├─ com.paypal.selion.proxy.SeLionRemoteProxy.class - [JAR]

├─ com.paypal.selion.proxy.SeLionSauceProxy.class - [JAR]

com.paypal.selion.grid

├─ com.paypal.selion.grid.AbstractBaseLauncher.class - [JAR]

├─ com.paypal.selion.grid.AbstractBaseProcessLauncher.class - [JAR]

├─ com.paypal.selion.grid.AppiumSpawner.class - [JAR]

├─ com.paypal.selion.grid.ArtifactDetails.class - [JAR]

├─ com.paypal.selion.grid.FileDownloader.class - [JAR]

├─ com.paypal.selion.grid.FileExtractor.class - [JAR]

├─ com.paypal.selion.grid.IOSDriverJarSpawner.class - [JAR]

├─ com.paypal.selion.grid.InstallHelper.class - [JAR]

├─ com.paypal.selion.grid.JarSpawner.class - [JAR]

├─ com.paypal.selion.grid.LauncherOptions.class - [JAR]

├─ com.paypal.selion.grid.MobileProcessLauncher.class - [JAR]

├─ com.paypal.selion.grid.ProcessLauncherOptions.class - [JAR]

├─ com.paypal.selion.grid.RunnableLauncher.class - [JAR]

├─ com.paypal.selion.grid.SeLionGridLauncher.class - [JAR]

├─ com.paypal.selion.grid.SelendroidJarSpawner.class - [JAR]

├─ com.paypal.selion.grid.ThreadedLauncher.class - [JAR]

com.paypal.selion.logging

├─ com.paypal.selion.logging.SeLionGridLogger.class - [JAR]

com.paypal.selion.grid.servlets

├─ com.paypal.selion.grid.servlets.GridAutoUpgradeDelegateServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.GridForceRestartDelegateServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.GridStatistics.class - [JAR]

├─ com.paypal.selion.grid.servlets.ListAllNodes.class - [JAR]

├─ com.paypal.selion.grid.servlets.LoginServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.PasswordChangeServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.ProxyInfo.class - [JAR]

├─ com.paypal.selion.grid.servlets.SauceConfigChangeServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.SauceServlet.class - [JAR]

├─ com.paypal.selion.grid.servlets.TransferServlet.class - [JAR]

com.paypal.selion.grid.matchers

├─ com.paypal.selion.grid.matchers.MinimalIOSCapabilityMatcher.class - [JAR]

├─ com.paypal.selion.grid.matchers.MobileCapabilityMatcher.class - [JAR]

├─ com.paypal.selion.grid.matchers.SeLionCapabilitiesMatcher.class - [JAR]

├─ com.paypal.selion.grid.matchers.SeLionSauceCapabilityMatcher.class - [JAR]

com.paypal.selion.grid.servlets.transfer

├─ com.paypal.selion.grid.servlets.transfer.ArtifactDownloadException.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.ArtifactUploadException.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.DefaultManagedArtifact.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.DownloadRequestProcessor.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.DownloadResponder.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.ManagedArtifact.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.ManagedArtifactRepository.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.ServerRepository.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.TransferContext.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.UploadRequestProcessor.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.UploadResponder.class - [JAR]

├─ com.paypal.selion.grid.servlets.transfer.UploadedArtifact.class - [JAR]

com.paypal.selion.utils

├─ com.paypal.selion.utils.AuthenticationHelper.class - [JAR]

├─ com.paypal.selion.utils.ConfigParser.class - [JAR]

├─ com.paypal.selion.utils.FileBackedStringBuffer.class - [JAR]

├─ com.paypal.selion.utils.SauceConfigReader.class - [JAR]

├─ com.paypal.selion.utils.SauceLabsRestApi.class - [JAR]

├─ com.paypal.selion.utils.ServletHelper.class - [JAR]

com.paypal.selion.utils.process

├─ com.paypal.selion.utils.process.AbstractProcessHandler.class - [JAR]

├─ com.paypal.selion.utils.process.OSPlatform.class - [JAR]

├─ com.paypal.selion.utils.process.ProcessHandler.class - [JAR]

├─ com.paypal.selion.utils.process.ProcessHandlerException.class - [JAR]

├─ com.paypal.selion.utils.process.ProcessHandlerFactory.class - [JAR]

├─ com.paypal.selion.utils.process.StreamGobbler.class - [JAR]

├─ com.paypal.selion.utils.process.UnixProcessHandler.class - [JAR]

├─ com.paypal.selion.utils.process.WindowsProcessHandler.class - [JAR]

com.paypal.selion.node.servlets

├─ com.paypal.selion.node.servlets.InsecureHttpPostAuthChallenge.class - [JAR]

├─ com.paypal.selion.node.servlets.LogServlet.class - [JAR]

├─ com.paypal.selion.node.servlets.NodeAutoUpgradeServlet.class - [JAR]

├─ com.paypal.selion.node.servlets.NodeForceRestartServlet.class - [JAR]

├─ com.paypal.selion.node.servlets.NodeResponseBody.class - [JAR]

├─ com.paypal.selion.node.servlets.ProcessShutdownHandler.class - [JAR]

Advertisement