jove.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. SshBasedRepository
  2. PatternsBasedRepository
  3. Resolver
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: 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 artifacts(artifactPatterns: String*): RepositoryType

    Adds the given patterns for resolving/publishing artifacts.

    Adds the given patterns for resolving/publishing artifacts.

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

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

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

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

  9. def as(user: String): RepositoryType

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

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

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def descriptorOptional(): RepositoryType

    Makes descriptor metadata optional for this repository.

    Makes descriptor metadata optional for this repository.

    Definition Classes
    PatternsBasedRepository
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  20. 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
  21. def mavenStyle(): RepositoryType

    Enables maven 2 compatibility for this repository.

    Enables maven 2 compatibility for this repository.

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

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

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

    Definition Classes
    AnyRef
  25. def skipConsistencyCheck(): RepositoryType

    Disables consistency checking for this repository.

    Disables consistency checking for this repository.

    Definition Classes
    PatternsBasedRepository
  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

Ungrouped