public class RemotingVersionInfo extends Object
Modifier and Type | Method and Description |
---|---|
static VersionNumber |
getEmbeddedVersion()
Returns a version which is embedded into the Jenkins core.
|
static VersionNumber |
getMinimumSupportedVersion()
Gets Remoting version which is supported by the core.
|
@NonNull public static VersionNumber getEmbeddedVersion()
@NonNull public static VersionNumber getMinimumSupportedVersion()
MasterToSlaveCallable
)
and use Remoting-internal API within them.
In such case this API should be present on the remote side.
This method defines a minimum expected version, so that all calls should use a compatible API.Copyright © 2004–2021. All rights reserved.