Class GetJarServlet
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.GetJarServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
Used by
UpgradeRemoteAgent- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.agent.classserver.AgentServerServlet
APPLICATION_OCTET_STREAM, classServerService, PRODUCED_BY_ATLASSIAN_BAMBOO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcalculateResult(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, writeClasspathToOutputStreamMethods inherited from class com.atlassian.bamboo.servlet.BambooHttpServlet
initMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
GetJarServlet
public GetJarServlet()
-
-
Method Details
-
calculateResult
protected void calculateResult(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, ClassNotFoundException - Specified by:
calculateResultin classAgentServerServlet- Throws:
IOExceptionClassNotFoundException
-