Uses of Class
uk.ac.manchester.spinnaker.nmpi.model.job.RemoteStackTrace
Packages that use RemoteStackTrace
Package
Description
The job executers and their factories.
The description of SpiNNaker jobs.
-
Uses of RemoteStackTrace in uk.ac.manchester.spinnaker.nmpi.jobmanager
Methods in uk.ac.manchester.spinnaker.nmpi.jobmanager with parameters of type RemoteStackTraceModifier and TypeMethodDescriptionvoid
JobManager.setJobError
(String projectId, int id, String error, String logToAppend, String baseDirectory, List<String> outputs, RemoteStackTrace stackTrace) -
Uses of RemoteStackTrace in uk.ac.manchester.spinnaker.nmpi.model.job
Methods in uk.ac.manchester.spinnaker.nmpi.model.job with parameters of type RemoteStackTraceModifier and TypeMethodDescriptionvoid
JobManagerInterface.setJobError
(String projectId, int id, String error, String logToAppend, String baseFilename, List<String> outputs, RemoteStackTrace stackTrace) Mark the job as finished with an error.