Class EphemeralAgentPodResource
java.lang.Object
com.atlassian.bamboo.plugins.rest.resource.EphemeralAgentPodResource
@Path("ephemeral/pod")
@Produces("application/json")
@Consumes("application/json")
public class EphemeralAgentPodResource
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEphemeralAgentPodLogs
(@NotNull String podName, @Nullable String containerName, @NotNull String limit, @Nullable String afterTimestamp) getEphemeralAgentPodRawLogs
(@NotNull String podName, @Nullable String containerName)
-
Constructor Details
-
EphemeralAgentPodResource
public EphemeralAgentPodResource()
-
-
Method Details
-
getEphemeralAgentPodLogs
@GET @Path("/{pod}/logs") public RestEphemeralPodLogs getEphemeralAgentPodLogs(@PathParam("pod") @NotNull @NotNull String podName, @QueryParam("containerName") @Nullable @Nullable String containerName, @QueryParam("limit") @DefaultValue("50") @NotNull @NotNull String limit, @QueryParam("afterTimestamp") @Nullable @Nullable String afterTimestamp) -
getEphemeralAgentPodRawLogs
-