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

      @GET @Path("/{pod}/logs/raw") public String getEphemeralAgentPodRawLogs(@PathParam("pod") @NotNull @NotNull String podName, @QueryParam("containerName") @Nullable @Nullable String containerName)