Class RestUrlUtils

java.lang.Object
com.atlassian.bamboo.rest.common.utils.RestUrlUtils

public final class RestUrlUtils extends Object
  • Method Details

    • 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)