Package io.jenkins.plugins.onmonit
Interface RemoteOtelContribProcess
- All Superinterfaces:
 RemoteProcess
- All Known Implementing Classes:
 ExecDownloadedOtelContribProcess,ExecRemoteOtelContribProcess,ExecUploadedOtelContribProcess
- 
Method Summary
Modifier and TypeMethodDescriptionvoidstart(TaskListener listener, String config) Starts the process.Methods inherited from interface io.jenkins.plugins.onmonit.RemoteProcess
stop 
- 
Method Details
- 
start
Starts the process.- Parameters:
 listener- for logging.config- the config for the otel-contrib process.- Throws:
 IOExceptionInterruptedException
 
 -