Class RestUrlUtils
java.lang.Object
com.atlassian.bamboo.rest.common.utils.RestUrlUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 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
-
getDeploymentLogFileUri
-