Package io.jenkins.plugins.onmonit.util
Class RemoteComputerInfoRetriever
java.lang.Object
io.jenkins.plugins.onmonit.util.RemoteComputerInfoRetriever
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getOs()
static ComputerInfo
getRemoteInfo
(Launcher launcher) static boolean
isAmd64()
static boolean
isDarwin()
static boolean
-
Constructor Details
-
RemoteComputerInfoRetriever
public RemoteComputerInfoRetriever()
-
-
Method Details
-
getRemoteInfo
-
getOs
-
isWindows
public static boolean isWindows() -
isDarwin
public static boolean isDarwin() -
isAmd64
public static boolean isAmd64()
-