VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.version
/
VersionProvider
Version
Provider
interface
VersionProvider
Members
Functions
get
All
Registered
Versions
Link copied to clipboard
abstract
fun
getAllRegisteredVersions
(
)
:
List
<
Version
>
get
Version
By
Name
Link copied to clipboard
abstract
fun
getVersionByName
(
name
:
String
)
:
Version
?
get
Versions
By
Type
Link copied to clipboard
abstract
fun
getVersionsByType
(
type
:
VersionType
)
:
List
<
Version
>
prepare
Version
Link copied to clipboard
abstract
fun
prepareVersion
(
version
:
SingleVersion
,
servicePath
:
Path
)
register
Custom
Version
Link copied to clipboard
abstract
fun
registerCustomVersion
(
version
:
Version
)