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