Packages

final class SshRepository extends SshBasedRepository with SshRepositoryExtra with Serializable

sbt interface for an Ivy repository over ssh. More convenient construction is done using Resolver.ssh.

Linear Supertypes
SshRepositoryExtra, SshBasedRepository, SshBasedRepositoryExtra, PatternsBasedRepository, Resolver, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SshRepository
  2. SshRepositoryExtra
  3. SshBasedRepository
  4. SshBasedRepositoryExtra
  5. PatternsBasedRepository
  6. Resolver
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SshRepository(name: String, connection: SshConnection, patterns: Patterns, publishPermissions: Option[String])

Type Members

  1. type RepositoryType = SshRepository
    Definition Classes
    SshRepositoryExtra → SshBasedRepositoryExtra

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. def as(user: String, keyfile: File, password: Option[String]): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  5. def as(user: String, keyfile: File, password: String): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  6. def as(user: String, keyfile: File): RepositoryType

    Configures this to use the specified keyfile and password for the keyfile when connecting to the remote repository.

    Configures this to use the specified keyfile and password for the keyfile when connecting to the remote repository.

    Definition Classes
    SshBasedRepositoryExtra
  7. def as(user: String, password: Option[String]): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  8. def as(user: String): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  9. def as(user: String, password: String): RepositoryType

    Configures this to use the specified user name and password when connecting to the remote repository.

    Configures this to use the specified user name and password when connecting to the remote repository.

    Definition Classes
    SshBasedRepositoryExtra
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val connection: SshConnection

    The object representing the configured ssh connection for this repository.

    The object representing the configured ssh connection for this repository.

    Definition Classes
    SshBasedRepository → SshBasedRepositoryExtra
  13. def copy(connection: SshConnection): SshRepository
    Attributes
    protected
    Definition Classes
    SshRepositoryExtra → SshBasedRepositoryExtra
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(o: Any): Boolean
    Definition Classes
    SshRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    SshRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val name: String
    Definition Classes
    Resolver
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val patterns: Patterns
    Definition Classes
    PatternsBasedRepository
  25. val publishPermissions: Option[String]
    Definition Classes
    SshRepository → SshRepositoryExtra
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    SshRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withConnection(connection: SshConnection): SshRepository
  32. def withName(name: String): SshRepository
  33. def withPatterns(patterns: Patterns): SshRepository
  34. def withPublishPermissions(publishPermissions: String): SshRepository
  35. def withPublishPermissions(publishPermissions: Option[String]): SshRepository

Inherited from SshRepositoryExtra

Inherited from SshBasedRepository

Inherited from SshBasedRepositoryExtra

Inherited from PatternsBasedRepository

Inherited from Resolver

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped