corda / net.corda.core.node.services.diagnostics / NodeVersionInfo / <init>

<init>

NodeVersionInfo(releaseVersion: String, revision: String, platformVersion: Int, vendor: String)

Version info about the node. Note that this data should be used for diagnostics purposes only - it is unsafe to rely on this for functional decisions.

Parameters

releaseVersion - The release version string of the node, e.g. 4.3, 4.4-SNAPSHOT.

revision - The git commit hash this node was built from

platformVersion - The platform version of this node, representing the released API version.

vendor - The vendor of this node