Class GetFingerprintAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.agent.classserver.GetFingerprintAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalBypassSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware

public class GetFingerprintAction extends BambooActionSupport implements GlobalBypassSecurityAware, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware
See Also:
  • Constructor Details

    • GetFingerprintAction

      public GetFingerprintAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • setAgentType

      public void setAgentType(String agentType)
    • setHostName

      public void setHostName(String hostName)
    • setVersion

      public void setVersion(String version)
    • setAgentUuid

      public void setAgentUuid(String uuid)
    • setAgentId

      public void setAgentId(String agentId)
    • setSecurityToken

      public void setSecurityToken(String securityToken)
    • setForKey

      public void setForKey(String forKey)
    • getFormEncodedServerFingerprint

      public String getFormEncodedServerFingerprint()
    • getFormEncodedInstanceFingerprint

      public String getFormEncodedInstanceFingerprint()
    • getFormEncodedAgentClassName

      public String getFormEncodedAgentClassName()
    • getFormEncodedUserProperties

      public String getFormEncodedUserProperties()
    • setInstanceId

      public void setInstanceId(String instanceId)
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • getErrorMessage

      public String getErrorMessage()
    • setServletRequest

      public void setServletRequest(javax.servlet.http.HttpServletRequest request)
      Specified by:
      setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAware
    • setServletResponse

      public void setServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
      Specified by:
      setServletResponse in interface org.apache.struts2.interceptor.ServletResponseAware