Packages

final case class SshKey(privateKeyFile: File) extends GitCredential with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SshKey
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GitCredential
  7. AnyRef
  8. Any
Implicitly
  1. by sbtSlashSyntaxRichProject
  2. by sbtOptionSyntaxOptionIdOps
  3. by classpathDependency
  4. by configDependencyConstructor
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SshKey(privateKeyFile: File)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(conf: String): ClasspathDependency
    Implicit
    This member is added by an implicit conversion from SshKey to Constructor performed by method configDependencyConstructor in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (SshKey) ⇒ ProjectReference is in scope.
    Definition Classes
    Constructor
  4. def %(conf: Configuration): ClasspathDependency
    Implicit
    This member is added by an implicit conversion from SshKey to Constructor performed by method configDependencyConstructor in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (SshKey) ⇒ ProjectReference is in scope.
    Definition Classes
    Constructor
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SshKey to any2stringadd[SshKey] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (SshKey, B)
    Implicit
    This member is added by an implicit conversion from SshKey to ArrowAssoc[SshKey] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration
    Implicit
    This member is added by an implicit conversion from SshKey to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (SshKey) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  8. def /(c: Configuration): RichConfiguration
    Implicit
    This member is added by an implicit conversion from SshKey to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (SshKey) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  9. def /(c: ConfigKey): RichConfiguration
    Implicit
    This member is added by an implicit conversion from SshKey to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (SshKey) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  10. final def /(key: AttributeKey[_]): RichScope
    Implicit
    This member is added by an implicit conversion from SshKey to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (SshKey) ⇒ Reference is in scope.
    Definition Classes
    HasSlashKeyOrAttrKey
  11. final def /[K](key: ScopingSetting[K]): K
    Implicit
    This member is added by an implicit conversion from SshKey to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (SshKey) ⇒ Reference is in scope.
    Definition Classes
    HasSlashKey
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val a: SshKey
    Implicit
    This member is added by an implicit conversion from SshKey to OptionIdOps[SshKey] performed by method sbtOptionSyntaxOptionIdOps in sbt.OptionSyntax.
    Definition Classes
    OptionIdOps
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. val configuration: Option[String]
    Implicit
    This member is added by an implicit conversion from SshKey to ClasspathDependency performed by method classpathDependency in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (SshKey) ⇒ ProjectReference is in scope.
    Definition Classes
    ClasspathDependency → ClasspathDep
  17. def ensuring(cond: (SshKey) ⇒ Boolean, msg: ⇒ Any): SshKey
    Implicit
    This member is added by an implicit conversion from SshKey to Ensuring[SshKey] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (SshKey) ⇒ Boolean): SshKey
    Implicit
    This member is added by an implicit conversion from SshKey to Ensuring[SshKey] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): SshKey
    Implicit
    This member is added by an implicit conversion from SshKey to Ensuring[SshKey] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): SshKey
    Implicit
    This member is added by an implicit conversion from SshKey to Ensuring[SshKey] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SshKey to StringFormat[SshKey] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val privateKeyFile: File
  29. val project: ProjectReference
    Implicit
    This member is added by an implicit conversion from SshKey to ClasspathDependency performed by method classpathDependency in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (SshKey) ⇒ ProjectReference is in scope.
    Definition Classes
    ClasspathDependency → ClasspathDep
  30. def some: Option[SshKey]
    Implicit
    This member is added by an implicit conversion from SshKey to OptionIdOps[SshKey] performed by method sbtOptionSyntaxOptionIdOps in sbt.OptionSyntax.
    Definition Classes
    OptionIdOps
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (SshKey, B)
    Implicit
    This member is added by an implicit conversion from SshKey to ArrowAssoc[SshKey] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GitCredential

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion sbtSlashSyntaxRichProject from SshKey to RichReference

Inherited by implicit conversion sbtOptionSyntaxOptionIdOps from SshKey to OptionIdOps[SshKey]

Inherited by implicit conversion classpathDependency from SshKey to ClasspathDependency

Inherited by implicit conversion configDependencyConstructor from SshKey to Constructor

Inherited by implicit conversion any2stringadd from SshKey to any2stringadd[SshKey]

Inherited by implicit conversion StringFormat from SshKey to StringFormat[SshKey]

Inherited by implicit conversion Ensuring from SshKey to Ensuring[SshKey]

Inherited by implicit conversion ArrowAssoc from SshKey to ArrowAssoc[SshKey]

Ungrouped