Class CacheResource
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 Summary
-
Method Summary
-
Constructor Details
-
CacheResource
-
-
Method Details
-
isPlanCached
@GET @Path("plans/{planKey}/exists") public boolean isPlanCached(@PathParam("planKey") String planKey)
-