Class PlanDirectoryInformationResource
java.lang.Object
com.atlassian.bamboo.plugins.rest.build.PlanDirectoryInformationResource
@Path("planDirectoryInfo")
@Consumes("application/json")
@Produces("application/json")
public class PlanDirectoryInformationResource
extends Object
-
Constructor Summary
ConstructorDescriptionPlanDirectoryInformationResource
(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser, RestAuthenticationContext restAuthenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext) -
Method Summary
-
Constructor Details
-
PlanDirectoryInformationResource
@Inject public PlanDirectoryInformationResource(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser, RestAuthenticationContext restAuthenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext)
-
-
Method Details
-
getPlanDirectory
@GET @Path("{planKey}") public javax.ws.rs.core.Response getPlanDirectory(@PathParam("planKey") String strPlanKey) throws UnknownHostException - Throws:
UnknownHostException
-