java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.cache.CacheResource

@Path("cache") @Consumes("application/json") @Produces("application/json") @Singleton public class CacheResource extends Object
  • Constructor Details

  • Method Details

    • isPlanCached

      @GET @Path("plans/{planKey}/exists") public boolean isPlanCached(@PathParam("planKey") String planKey)