Package io.jenkins.plugins.onmonit
Class ResourceUtil
java.lang.Object
io.jenkins.plugins.onmonit.ResourceUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetNodeExporterFilename(String os, boolean isAmd64) static StringgetOtelFilename(String os, boolean isAmd64) static voidwriteNodeExporter(OutputStream w, String os, boolean isAmd64) static voidwriteOtelCollector(OutputStream w, String os, boolean isAmd64)  
- 
Constructor Details
- 
ResourceUtil
public ResourceUtil() 
 - 
 - 
Method Details
- 
getOtelFilename
 - 
writeOtelCollector
public static void writeOtelCollector(OutputStream w, String os, boolean isAmd64) throws IOException, InterruptedException - Throws:
 IOExceptionInterruptedException
 - 
getNodeExporterFilename
 - 
writeNodeExporter
public static void writeNodeExporter(OutputStream w, String os, boolean isAmd64) throws IOException, InterruptedException - Throws:
 IOExceptionInterruptedException
 
 -