@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class CmakeInstaller.CmakeVariant extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
arch
OS architecture as specified by the cmake.org download site
|
String |
os
OS name as specified by the cmake.org download site
|
String |
url |
| Constructor and Description |
|---|
CmakeVariant() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(hudson.plugins.cmake.CmakeInstaller.OsFamily osFamily,
String nodeOsArch)
Checks whether an installation of this CmakeVariant will work on the
given node.
|
public String url
public String os
public String arch
public boolean appliesTo(hudson.plugins.cmake.CmakeInstaller.OsFamily osFamily,
String nodeOsArch)
osFamily - the OS family derived from the JVM system property
"os.name" of the nodenodeOsArch - the value of the JVM system property "os.arch" of the nodeCopyright © 2016–2021. All rights reserved.