Class GetResourceServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.atlassian.bamboo.servlet.BambooHttpServlet
-
- com.atlassian.bamboo.agent.classserver.AgentServerServlet
-
- com.atlassian.bamboo.agent.classserver.GetResourceServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class GetResourceServlet extends AgentServerServlet
This servlet is used for bootstrap upgrades /UpgradeRemoteAgent
. It must be locked down to the minimum set of classes required for the upgrade. This typically means Logger-related classes and the classes performing the actual bootstrap upgrade.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.agent.classserver.AgentServerServlet
APPLICATION_OCTET_STREAM, classServerService, PRODUCED_BY_ATLASSIAN_BAMBOO
-
-
Constructor Summary
Constructors Constructor Description GetResourceServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
calculateResult(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Methods inherited from class com.atlassian.bamboo.agent.classserver.AgentServerServlet
collapseParamMapToStringMap, copyToResponse, doGet, doPost, getAgentServerManager, getFileHashDescriptors, verifyFingerPrintAndCalculateResult, writeClasspathToOutputStream
-
Methods inherited from class com.atlassian.bamboo.servlet.BambooHttpServlet
init
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
calculateResult
protected void calculateResult(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
- Specified by:
calculateResult
in classAgentServerServlet
- Throws:
IOException
-
-