Uses of Class
com.suse.salt.netapi.event.JobReturnEvent
Packages that use JobReturnEvent
-
Uses of JobReturnEvent in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type JobReturnEventModifier and TypeMethodDescriptionprivate static <R> voidLocalCall.onJobReturn(String jid, JobReturnEvent jre, com.google.gson.reflect.TypeToken<Result<R>> tt, Map<String, CompletableFuture<Result<R>>> targets) -
Uses of JobReturnEvent in com.suse.salt.netapi.event
Methods in com.suse.salt.netapi.event that return types with arguments of type JobReturnEventModifier and TypeMethodDescriptionstatic Optional<JobReturnEvent> Utility method to parse a generic event into a more specific one.