Class PullRequestRetrievalException

    • Constructor Detail

      • PullRequestRetrievalException

        public PullRequestRetrievalException​(@NotNull
                                             String message,
                                             @NotNull
                                             BuildTypeSettings buildTypeSettings)
      • PullRequestRetrievalException

        public PullRequestRetrievalException​(@NotNull
                                             String message,
                                             @Nullable
                                             Throwable cause,
                                             @NotNull
                                             BuildTypeSettings buildTypeSettings)
      • PullRequestRetrievalException

        public PullRequestRetrievalException​(@NotNull
                                             String message,
                                             @Nullable
                                             Throwable cause,
                                             @NotNull
                                             BuildTypeSettings buildTypeSettings,
                                             @Nullable
                                             String buildFeatureId)
    • Method Detail

      • getBuildFeatureId

        @Nullable
        public String getBuildFeatureId()