|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.configuration.GlobalAdminAction com.atlassian.bamboo.ww2.actions.admin.elastic.ViewElasticInstanceAction
public class ViewElasticInstanceAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
RESTRICTED_ADMIN_ACCESS_DENIED_ERROR |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, buildManager, chainManager, CONFIRM, cookieCutter, dashboardCachingManager, planManager, projectManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewElasticInstanceAction()
|
Method Summary | |
---|---|
boolean |
allowShutdown()
|
boolean |
checkIfPkFileExists()
|
java.lang.String |
doDefault()
Default action just sends to the input |
java.lang.String |
doView()
|
RemoteElasticInstance |
getAgent()
|
ElasticAgentDefinition |
getAgentDefinition()
|
BuildAgent |
getBuildAgent()
|
ElasticUIBean |
getElasticUIBean()
|
ElasticImageConfiguration |
getImage()
|
com.atlassian.aws.ec2.RemoteEC2Instance |
getInstance()
|
java.lang.String |
getInstanceId()
|
java.util.List<java.lang.String> |
getIpAddress(java.lang.String host)
|
java.lang.String |
getPkFileLocation()
|
java.lang.String |
getStateDescription()
|
java.lang.String |
getStateImagePath()
|
void |
setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
|
void |
setElasticFunctionalityFacade(ElasticFunctionalityFacade elasticFunctionalityFacade)
|
void |
setElasticUIBean(ElasticUIBean elasticUIBean)
|
void |
setInstanceId(java.lang.String instanceId)
|
void |
setLocalAgentManager(LocalAgentManager localAgentManager)
|
Methods inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
getSecuredDomainObject |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors, getFieldErrors |
Methods inherited from interface com.atlassian.core.i18n.I18nTextProvider |
---|
getText |
Constructor Detail |
---|
public ViewElasticInstanceAction()
Method Detail |
---|
public java.lang.String doDefault() throws java.lang.Exception
BambooActionSupport
doDefault
in class BambooActionSupport
java.lang.Exception
public java.lang.String doView() throws java.lang.Exception
java.lang.Exception
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
public java.lang.String getStateImagePath()
public java.lang.String getStateDescription()
public boolean allowShutdown()
public RemoteElasticInstance getAgent()
public com.atlassian.aws.ec2.RemoteEC2Instance getInstance()
public java.util.List<java.lang.String> getIpAddress(@NotNull java.lang.String host)
public boolean checkIfPkFileExists()
public java.lang.String getPkFileLocation()
public ElasticAgentDefinition getAgentDefinition()
public BuildAgent getBuildAgent()
public ElasticImageConfiguration getImage()
public void setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
public void setLocalAgentManager(LocalAgentManager localAgentManager)
public void setElasticFunctionalityFacade(ElasticFunctionalityFacade elasticFunctionalityFacade)
public ElasticUIBean getElasticUIBean()
public void setElasticUIBean(ElasticUIBean elasticUIBean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |