Class InvalidRepositoryException

    • Constructor Detail

      • InvalidRepositoryException

        public InvalidRepositoryException​(String message)
      • InvalidRepositoryException

        public InvalidRepositoryException​(String message,
                                          Throwable cause)
      • InvalidRepositoryException

        public InvalidRepositoryException​(String message,
                                          String stdout,
                                          String stderr)
      • InvalidRepositoryException

        public InvalidRepositoryException​(String message,
                                          Throwable cause,
                                          String stdout,
                                          String stderr,
                                          long repositoryId)
    • Method Detail

      • handleInvalidRepositoryIfAppropriate

        public static boolean handleInvalidRepositoryIfAppropriate​(@Nullable
                                                                   @Nullable PlanKey planKey,
                                                                   Throwable e,
                                                                   ErrorCollection errorCollection,
                                                                   com.atlassian.event.api.EventPublisher eventPublisher,
                                                                   @Nullable
                                                                   @Nullable ErrorHandler errorHandler)
        Returns if the InvalidRepositoryException was handled (if the passed exception or the cause of it is of the right type.
        Parameters:
        planKey -
        e -
        errorCollection -
        eventPublisher -
        errorHandler -
        Returns: