com.atlassian.bamboo.agent.classserver
Class PluginArtifactServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.bamboo.agent.classserver.AgentServerServlet
              extended by com.atlassian.bamboo.agent.classserver.PluginArtifactServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PluginArtifactServlet
extends AgentServerServlet

Serves all the user installed plugins to the remote agent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.bamboo.agent.classserver.AgentServerServlet
APPLICATION_OCTET_STREAM, classServerServiceReference, PRODUCED_BY_ATLASSIAN_BAMBOO
 
Constructor Summary
PluginArtifactServlet()
           
 
Method Summary
protected  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, getFingerprint, isFingerprintValid, verifyFingerPrintAndCalculateResult, writeClasspathToOutputStream
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginArtifactServlet

public PluginArtifactServlet()
Method Detail

calculateResult

protected void calculateResult(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Specified by:
calculateResult in class AgentServerServlet
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2011 Atlassian. All Rights Reserved.