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