Class RestUrlUtils
- java.lang.Object
-
- com.atlassian.bamboo.rest.common.utils.RestUrlUtils
-
public final class RestUrlUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
getDeploymentLogFileUri(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @org.jetbrains.annotations.NotNull long environmentId, @NotNull ResultKey resultKey)
static URI
getLogFileUri(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @NotNull PlanResultKey planResultKey)
static URI
getLogFileUri(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @NotNull PlanResultKey planResultKey, @NotNull String fileName)
static URI
getLogFileUri(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @NotNull String entityKey, @NotNull String fileName)
-
-
-
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)
-
-