Packages

final case class PersonalAccessToken(token: String) extends GitCredential with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersonalAccessToken
  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 PersonalAccessToken(token: String)

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 PersonalAccessToken to Constructor performed by method configDependencyConstructor in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ ProjectReference is in scope.
    Definition Classes
    Constructor
  4. def %(conf: Configuration): ClasspathDependency
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to Constructor performed by method configDependencyConstructor in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ ProjectReference is in scope.
    Definition Classes
    Constructor
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to any2stringadd[PersonalAccessToken] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (PersonalAccessToken, B)
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to ArrowAssoc[PersonalAccessToken] 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 PersonalAccessToken to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  8. def /(c: Configuration): RichConfiguration
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  9. def /(c: ConfigKey): RichConfiguration
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ Reference is in scope.
    Definition Classes
    RichReference
  10. final def /(key: AttributeKey[_]): RichScope
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ 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 PersonalAccessToken to RichReference performed by method sbtSlashSyntaxRichProject in sbt.SlashSyntax. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ Reference is in scope.
    Definition Classes
    HasSlashKey
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val a: PersonalAccessToken
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to OptionIdOps[PersonalAccessToken] 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 PersonalAccessToken to ClasspathDependency performed by method classpathDependency in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ ProjectReference is in scope.
    Definition Classes
    ClasspathDependency → ClasspathDep
  17. def ensuring(cond: (PersonalAccessToken) ⇒ Boolean, msg: ⇒ Any): PersonalAccessToken
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to Ensuring[PersonalAccessToken] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (PersonalAccessToken) ⇒ Boolean): PersonalAccessToken
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to Ensuring[PersonalAccessToken] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): PersonalAccessToken
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to Ensuring[PersonalAccessToken] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): PersonalAccessToken
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to Ensuring[PersonalAccessToken] 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 PersonalAccessToken to StringFormat[PersonalAccessToken] 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 project: ProjectReference
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to ClasspathDependency performed by method classpathDependency in sbt.ProjectExtra. This conversion will take place only if an implicit value of type (PersonalAccessToken) ⇒ ProjectReference is in scope.
    Definition Classes
    ClasspathDependency → ClasspathDep
  29. def some: Option[PersonalAccessToken]
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to OptionIdOps[PersonalAccessToken] performed by method sbtOptionSyntaxOptionIdOps in sbt.OptionSyntax.
    Definition Classes
    OptionIdOps
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val token: String
  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): (PersonalAccessToken, B)
    Implicit
    This member is added by an implicit conversion from PersonalAccessToken to ArrowAssoc[PersonalAccessToken] 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 PersonalAccessToken to RichReference

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

Inherited by implicit conversion classpathDependency from PersonalAccessToken to ClasspathDependency

Inherited by implicit conversion configDependencyConstructor from PersonalAccessToken to Constructor

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

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

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

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

Ungrouped