c

gitbucket.core.ssh

GitCommandFactory

class GitCommandFactory extends CommandFactory

Linear Supertypes
CommandFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitCommandFactory
  2. CommandFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GitCommandFactory(baseUrl: String, sshUrl: Option[String])

Value Members

  1. def createCommand(command: String): Command
    Definition Classes
    GitCommandFactory → CommandFactory