Class ShellSessionManager

java.lang.Object
com.atlassian.bamboo.shell.ShellSessionManager
Direct Known Subclasses:
RemoteAgentShellSessionManager

public abstract class ShellSessionManager extends Object
  • Constructor Details

    • ShellSessionManager

      protected ShellSessionManager(ExpiryTicker expiryTicker)
  • Method Details

    • newShellSession

      protected abstract ShellSession newShellSession(long sessionId)
    • getSession

      public ShellSession getSession(long sessionId)
    • removeSession

      public void removeSession(long sessionId)