UniPub
Toggle table of contents
1.0.9
jvm
Platform filter
jvm
Switch theme
Search in API
UniPub
UniPub
/
dev.mtctx.unipub
/
UniPubSettings
/
Repository
Repository
@
Serializable
data
class
Repository
(
_name
:
String
,
_url
:
String
,
_username
:
String
,
_password
:
String
)
(
source
)
Members
Constructors
Repository
Link copied to clipboard
constructor
(
_name
:
String
,
_url
:
String
,
_username
:
String
,
_password
:
String
)
Types
URL
Link copied to clipboard
enum
URL
:
Enum
<
UniPubSettings.Repository.URL
>
Properties
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
url
Link copied to clipboard
val
url
:
String
username
Link copied to clipboard
val
username
:
String