public class

GetFingerprintAction

extends BambooActionSupport
implements GlobalBypassSecurityAware ServletRequestAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.agent.classserver.GetFingerprintAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
GetFingerprintAction()
Public Methods
String doDefault()
Default action just sends to the input@return
String getAuthenticationErrorMessage()
String getFormEncodedAgentClassName()
String getFormEncodedFingerprint()
String getFormEncodedUserProperties()
void setAgentServerManager(AgentServerManager agentServerManager)
void setAgentType(String agentType)
void setAgentUuid(String uuid)
void setHostName(String hostName)
void setInstanceId(String instanceId)
void setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager authenticationManager)
void setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
void setServletRequest(HttpServletRequest httpServletRequest)
void setVersion(String version)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.webwork.interceptor.ServletRequestAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public GetFingerprintAction ()

Public Methods

public String doDefault ()

Default action just sends to the input@return

Throws
Exception

public String getAuthenticationErrorMessage ()

public String getFormEncodedAgentClassName ()

public String getFormEncodedFingerprint ()

public String getFormEncodedUserProperties ()

public void setAgentServerManager (AgentServerManager agentServerManager)

public void setAgentType (String agentType)

public void setAgentUuid (String uuid)

public void setHostName (String hostName)

public void setInstanceId (String instanceId)

public void setRemoteAgentAuthenticationManager (RemoteAgentAuthenticationManager authenticationManager)

public void setRemoteAgentManager (RemoteAgentManager remoteAgentManager)

public void setServletRequest (HttpServletRequest httpServletRequest)

public void setVersion (String version)