Class EphemeralAgentPodResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.resource.EphemeralAgentPodResource
-
public class EphemeralAgentPodResource extends Object
-
-
Constructor Summary
Constructors Constructor Description EphemeralAgentPodResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestEphemeralPodLogsgetEphemeralAgentPodLogs(@NotNull String podName, @Nullable String containerName, @NotNull String limit, @Nullable String afterTimestamp)StringgetEphemeralAgentPodRawLogs(@NotNull String podName, @Nullable String containerName)
-
-
-
Method Detail
-
getEphemeralAgentPodLogs
public RestEphemeralPodLogs getEphemeralAgentPodLogs(@NotNull @NotNull String podName, @Nullable @Nullable String containerName, @NotNull @NotNull String limit, @Nullable @Nullable String afterTimestamp)
-
-