c

gitbucket.core.ssh

PluginGitUploadPack

class PluginGitUploadPack extends GitCommand with SystemSettingsService

Linear Supertypes
SystemSettingsService, GitCommand, ServerSessionAware, Command, CommandDirectStreamsAware, CommandDirectErrorStreamAware, CommandDirectOutputStreamAware, CommandDirectInputStreamAware, CommandLifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PluginGitUploadPack
  2. SystemSettingsService
  3. GitCommand
  4. ServerSessionAware
  5. Command
  6. CommandDirectStreamsAware
  7. CommandDirectErrorStreamAware
  8. CommandDirectOutputStreamAware
  9. CommandDirectInputStreamAware
  10. CommandLifecycle
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PluginGitUploadPack(repoName: String, routing: GitRepositoryRouting)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseUrl(implicit request: HttpServletRequest): String
    Definition Classes
    SystemSettingsService
  6. var callback: ExitCallback
    Attributes
    protected
    Definition Classes
    GitCommand
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def destroy(channel: ChannelSession): Unit
    Definition Classes
    GitCommand → CommandLifecycle
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. var err: OutputStream
    Attributes
    protected
    Definition Classes
    GitCommand
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. var in: InputStream
    Attributes
    protected
    Definition Classes
    GitCommand
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def loadSystemSettings(props: Properties): SystemSettings
    Definition Classes
    SystemSettingsService
  18. def loadSystemSettings(): SystemSettings
    Definition Classes
    SystemSettingsService
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. var out: OutputStream
    Attributes
    protected
    Definition Classes
    GitCommand
  23. def runTask(authType: AuthType): Unit
    Attributes
    protected
    Definition Classes
    PluginGitUploadPackGitCommand
  24. def saveSystemSettings(settings: SystemSettings): Unit
    Definition Classes
    SystemSettingsService
  25. def setErrorStream(err: OutputStream): Unit
    Definition Classes
    GitCommand → CommandDirectErrorStreamAware
  26. def setExitCallback(callback: ExitCallback): Unit
    Definition Classes
    GitCommand → Command
  27. def setInputStream(in: InputStream): Unit
    Definition Classes
    GitCommand → CommandDirectInputStreamAware
  28. def setOutputStream(out: OutputStream): Unit
    Definition Classes
    GitCommand → CommandDirectOutputStreamAware
  29. def setSession(serverSession: ServerSession): Unit
    Definition Classes
    GitCommand → ServerSessionAware
  30. final def start(channel: ChannelSession, env: Environment): Unit
    Definition Classes
    GitCommand → CommandLifecycle
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SystemSettingsService

Inherited from GitCommand

Inherited from ServerSessionAware

Inherited from Command

Inherited from CommandDirectStreamsAware

Inherited from CommandDirectErrorStreamAware

Inherited from CommandDirectOutputStreamAware

Inherited from CommandDirectInputStreamAware

Inherited from CommandLifecycle

Inherited from AnyRef

Inherited from Any

Ungrouped