Class PluginArtifactServlet
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.PluginArtifactServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
Serves all the user installed plugins to the remote agent
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.agent.classserver.AgentServerServlet
APPLICATION_OCTET_STREAM, classServerService, PRODUCED_BY_ATLASSIAN_BAMBOO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
calculateResult
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 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
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
PluginArtifactServlet
public PluginArtifactServlet()
-
-
Method Details
-
calculateResult
protected void calculateResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, ClassNotFoundException - Specified by:
calculateResult
in classAgentServerServlet
- Throws:
IOException
ClassNotFoundException
-