Class RestUrlUtils


  • public final class RestUrlUtils
    extends Object
    • Method Detail

      • getLogFileUri

        public static URI getLogFileUri​(@NotNull
                                        @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder,
                                        @NotNull
                                        @NotNull PlanResultKey planResultKey)
      • getLogFileUri

        public static URI getLogFileUri​(@NotNull
                                        @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder,
                                        @NotNull
                                        @NotNull PlanResultKey planResultKey,
                                        @NotNull
                                        @NotNull String fileName)
      • getLogFileUri

        public static URI getLogFileUri​(@NotNull
                                        @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder,
                                        @NotNull
                                        @NotNull String entityKey,
                                        @NotNull
                                        @NotNull String fileName)
      • getDeploymentLogFileUri

        public static URI getDeploymentLogFileUri​(@NotNull
                                                  @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder,
                                                  @NotNull
                                                  @org.jetbrains.annotations.NotNull long environmentId,
                                                  @NotNull
                                                  @NotNull ResultKey resultKey)