ICPC-live contest data parser
Toggle table of contents
dev
jvm
Platform filter
jvm
Switch theme
Search in API
ICPC-live contest data parser
allcups
/
org.icpclive.cds.plugins.allcups
/
AllCupsSettings
All
Cups
Settings
sealed
interface
AllCupsSettings
:
CDSSettings
,
KtorNetworkSettingsProvider
(
source
)
Inheritors
AllCupsSettingsBuilder
Members
Members & Extensions
Properties
contest
Id
Link copied to clipboard
abstract
val
contestId
:
Int
contest
Length
Link copied to clipboard
abstract
val
contestLength
:
Duration
contest
Name
Link copied to clipboard
abstract
val
contestName
:
String
emulation
Link copied to clipboard
open
val
emulation
:
EmulationSettings
?
freeze
Time
Link copied to clipboard
abstract
val
freezeTime
:
Duration
network
Link copied to clipboard
open
val
network
:
NetworkSettings
previous
Days
Link copied to clipboard
open
val
previousDays
:
List
<
PreviousDaySettings
>
problem
Ids
Link copied to clipboard
abstract
val
problemIds
:
List
<
Int
>
start
Time
Link copied to clipboard
abstract
val
startTime
:
Instant
team
Ids
Link copied to clipboard
abstract
val
teamIds
:
List
<
Int
>
token
Link copied to clipboard
abstract
val
token
:
Credential
Functions
copy
Link copied to clipboard
inline
fun
AllCupsSettings
.
copy
(
initializer
:
AllCupsSettingsBuilder
.
(
)
->
Unit
=
{}
)
:
AllCupsSettings
to
Data
Source
Link copied to clipboard
open
override
fun
toDataSource
(
)
:
ContestDataSource