final class RepositoryCredentialsEntry extends CredentialsEntry[RepositoryCredentials, RepositoryCredentialsAsJson]
- Alphabetic
- By Inheritance
- RepositoryCredentialsEntry
- CredentialsEntry
- Key
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asJson(credentials: RepositoryCredentials): RepositoryCredentialsAsJson
- Definition Classes
- RepositoryCredentialsEntry → CredentialsEntry
-
def
asString(value: List[RepositoryCredentials]): Seq[String]
Converts a value of this key to a sequence of strings
Converts a value of this key to a sequence of strings
Such a sequence can be printed in the console, and converted back to a T with fromString.
- Definition Classes
- RepositoryCredentialsEntry → CredentialsEntry → Key
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
description: String
A short description of a particular key's purpose and syntax for its values.
A short description of a particular key's purpose and syntax for its values.
- Definition Classes
- RepositoryCredentialsEntry → Key
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromString(values: Seq[String]): Either[MalformedValue, List[RepositoryCredentials]]
Reads a value of this key from a sequence of string
Reads a value of this key from a sequence of string
- Definition Classes
- CredentialsEntry → Key
-
final
def
fullName: String
The fully qualified name of this key
The fully qualified name of this key
- Definition Classes
- Key
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
hidden: Boolean
A flag indicating whether the key should by default be hidden in help outputs or not.
A flag indicating whether the key should by default be hidden in help outputs or not.
- Definition Classes
- RepositoryCredentialsEntry → Key
-
def
isExperimental: Boolean
- Definition Classes
- Key
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPasswordOption: Boolean
Whether this key corresponds to a password (see Key.PasswordEntry)
Whether this key corresponds to a password (see Key.PasswordEntry)
- Definition Classes
- Key
-
def
isRestricted: Boolean
- Definition Classes
- Key
-
val
name: String
Key name, such as "b" in "foo.a.b"
Key name, such as "b" in "foo.a.b"
- Definition Classes
- RepositoryCredentialsEntry → Key
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parse(json: Array[Byte]): Either[EntryError, List[RepositoryCredentials]]
Try to parse a value of this key
Try to parse a value of this key
- Definition Classes
- CredentialsEntry → Key
-
val
prefix: Seq[String]
Key prefix, such as "foo.a" in "foo.a.b"
Key prefix, such as "foo.a" in "foo.a.b"
- Definition Classes
- RepositoryCredentialsEntry → Key
-
val
specificationLevel: SpecificationLevel
The SpecificationLevel of the key.
The SpecificationLevel of the key. SpecificationLevel.RESTRICTED && SpecificationLevel.EXPERIMENTAL keys are only available in
powermode.- Definition Classes
- RepositoryCredentialsEntry → Key
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
def
write(value: List[RepositoryCredentials]): Array[Byte]
Converts a value of this key to JSON
Converts a value of this key to JSON
- returns
UTF-8 encoded JSON
- Definition Classes
- CredentialsEntry → Key