public static void handleExecutionError(
     @NotNull Project project,
     @NotNull String toolWindowId,
     @NotNull RunProfile runProfile,
     @NotNull ExecutionException e) {
   handleExecutionError(project, toolWindowId, runProfile.getName(), e);
 }
Exemple #2
0
 @Nullable
 public RunProfileState getState(final Executor executor) throws ExecutionException {
   return myRunProfile.getState(executor, this);
 }