Uses of Class
org.sentrysoftware.metricshub.engine.common.exception.NoCredentialProvidedException
Packages that use NoCredentialProvidedException
-
Uses of NoCredentialProvidedException in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils that throw NoCredentialProvidedExceptionModifier and TypeMethodDescriptionstatic OsCommandResultOsCommandHelper.runOsCommand(@NonNull String commandLine, @NonNull TelemetryManager telemetryManager, Long commandTimeout, boolean isExecuteLocally, boolean isLocalhost) Run the OS Command on: Local (use java Process) Remote windows (use WMI/WinRm command) Remote Linux (use SSH)