UniPub
Toggle table of contents
1.0.9
jvm
Platform filter
jvm
Switch theme
Search in API
UniPub
UniPub
/
dev.mtctx.unipub
/
UniPubSettings
Uni
Pub
Settings
@
Serializable
data
class
UniPubSettings
(
val
repositories
:
List
<
UniPubSettings.Repository
>
,
val
gpgKey
:
UniPubSettings.GpgKey
?
=
null
)
(
source
)
Members
Constructors
Uni
Pub
Settings
Link copied to clipboard
constructor
(
repositories
:
List
<
UniPubSettings.Repository
>
,
gpgKey
:
UniPubSettings.GpgKey
?
=
null
)
Types
Gpg
Key
Link copied to clipboard
@
Serializable
data
class
GpgKey
(
_keyId
:
String
?
=
null
,
_passphrase
:
String
?
=
null
,
_privateKey
:
String
?
=
null
)
Repository
Link copied to clipboard
@
Serializable
data
class
Repository
(
_name
:
String
,
_url
:
String
,
_username
:
String
,
_password
:
String
)
Properties
gpg
Key
Link copied to clipboard
val
gpgKey
:
UniPubSettings.GpgKey
?
=
null
repositories
Link copied to clipboard
val
repositories
:
List
<
UniPubSettings.Repository
>