Package io.jenkins.plugins.onmonit
Interface RemoteNodeExporterProcess
- All Superinterfaces:
RemoteProcess
- All Known Implementing Classes:
ExecDownloadedNodeExporterProcess,ExecRemoteNodeExporterProcess,ExecUploadedNodeExporterProcess
-
Method Summary
Modifier and TypeMethodDescriptionvoidstart(TaskListener listener, int port) Starts the process.Methods inherited from interface io.jenkins.plugins.onmonit.RemoteProcess
stop
-
Method Details
-
start
Starts the process.- Parameters:
listener- for logging.port- the port on which the node_exporter process should listen on- Throws:
IOExceptionInterruptedException
-