sbt

SshBasedRepository

sealed abstract class SshBasedRepository extends PatternsBasedRepository

sbt interface for an Ivy ssh-based repository (ssh and sftp). Requires the Jsch library..

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SshBasedRepository
  2. PatternsBasedRepository
  3. Resolver
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SshBasedRepository()

Type Members

  1. abstract type RepositoryType <: SshBasedRepository

Abstract Value Members

  1. abstract def connection: SshConnection

    The object representing the configured ssh connection for this repository.

  2. abstract def copy(connection: SshConnection): RepositoryType

    Attributes
    protected
  3. abstract def copy(patterns: Patterns): RepositoryType

    Should be implemented to create a new copy of this repository but with patterns as given.

    Should be implemented to create a new copy of this repository but with patterns as given.

    Attributes
    protected
    Definition Classes
    PatternsBasedRepository
  4. abstract def name: String

    Definition Classes
    Resolver
  5. abstract def patterns: Patterns

    The object representing the configured patterns for this repository.

    The object representing the configured patterns for this repository.

    Definition Classes
    PatternsBasedRepository

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def artifacts(artifactPatterns: String*): RepositoryType

    Adds the given patterns for resolving/publishing artifacts.

    Adds the given patterns for resolving/publishing artifacts.

    Definition Classes
    PatternsBasedRepository
  7. def as(user: String, keyfile: File, password: Option[String]): RepositoryType

  8. def as(user: String, keyfile: File, password: String): RepositoryType

  9. 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.

  10. def as(user: String, password: Option[String]): RepositoryType

  11. def as(user: String): RepositoryType

  12. def as(user: String, password: String): RepositoryType

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

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def ivys(ivyPatterns: String*): RepositoryType

    Adds the given patterns for resolving/publishing Ivy files.

    Adds the given patterns for resolving/publishing Ivy files.

    Definition Classes
    PatternsBasedRepository
  22. def mavenStyle(): RepositoryType

    Enables maven 2 compatibility for this repository.

    Enables maven 2 compatibility for this repository.

    Definition Classes
    PatternsBasedRepository
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    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()

Inherited from PatternsBasedRepository

Inherited from Resolver

Inherited from AnyRef

Inherited from Any