Class PlanDirectoryInformationResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.build.PlanDirectoryInformationResource
-
public class PlanDirectoryInformationResource extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanDirectoryInformationResource(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getPlanDirectory(String strPlanKey, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext, javax.servlet.http.HttpServletRequest request)
-
-
-
Constructor Detail
-
PlanDirectoryInformationResource
public PlanDirectoryInformationResource(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser)
-
-
Method Detail
-
getPlanDirectory
public javax.ws.rs.core.Response getPlanDirectory(String strPlanKey, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext, @Context javax.servlet.http.HttpServletRequest request) throws UnknownHostException
- Throws:
UnknownHostException
-
-