final case class SshKey(privateKeyFile: File) extends GitCredential with Product with Serializable
- Source
- TravisGithub.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SshKey
- Serializable
- Serializable
- Product
- Equals
- GitCredential
- AnyRef
- Any
Implicitly
- by sbtSlashSyntaxRichProject
- by sbtOptionSyntaxOptionIdOps
- by classpathDependency
- by configDependencyConstructor
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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
- def +(other: String): String
- def ->[B](y: B): (SshKey, B)
- def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration
- def /(c: Configuration): RichConfiguration
- def /(c: ConfigKey): RichConfiguration
- final def /(key: AttributeKey[_]): RichScope
- final def /[K](key: ScopingSetting[K]): K
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val a: SshKey
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
- def ensuring(cond: (SshKey) ⇒ Boolean, msg: ⇒ Any): SshKey
- def ensuring(cond: (SshKey) ⇒ Boolean): SshKey
- def ensuring(cond: Boolean, msg: ⇒ Any): SshKey
- def ensuring(cond: Boolean): SshKey
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val privateKeyFile: File
-
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
- def some: Option[SshKey]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (SshKey, B)