|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.BambooCancellableAction
com.atlassian.bamboo.deployments.execution.actions.DeleteDeploymentResult
public class DeleteDeploymentResult
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
DeleteDeploymentResult()
|
Method Summary | |
---|---|
protected com.opensymphony.webwork.dispatcher.json.JSONObject |
buildJsonObject()
Builds JSONObject and sets 'status', 'errors' and 'fieldErrors' properties accordingly. |
String |
doDelete()
|
String |
doInput()
|
DeploymentResult |
getDeploymentResult()
|
long |
getDeploymentResultId()
|
DeploymentVersion |
getDeploymentVersion()
|
Environment |
getEnvironment()
|
long |
getEnvironmentId()
|
Environment |
getSecuredDomainObject()
|
boolean |
isDeploymentResultCurrentlyDeployed()
|
void |
prepare()
|
void |
setDeploymentResultDeletionService(DeploymentResultDeletionService deploymentResultDeletionService)
|
void |
setDeploymentResultId(long deploymentResultId)
|
void |
setDeploymentResultService(DeploymentResultService deploymentResultService)
|
Methods inherited from class com.atlassian.bamboo.ww2.BambooCancellableAction |
---|
getCancelUrl, setCancelUrl |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, 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 |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Constructor Detail |
---|
public DeleteDeploymentResult()
Method Detail |
---|
public Environment getSecuredDomainObject()
getSecuredDomainObject
in interface DeploymentEnvironmentEditSecurityAware
getSecuredDomainObject
in interface DomainObjectSecurityAware
getSecuredDomainObject
in class BambooActionSupport
public void prepare() throws Exception
prepare
in interface com.opensymphony.xwork2.Preparable
Exception
public String doInput()
doInput
in class BambooActionSupport
public String doDelete()
@NotNull protected com.opensymphony.webwork.dispatcher.json.JSONObject buildJsonObject() throws com.opensymphony.webwork.dispatcher.json.JSONException
BambooActionSupport
buildJsonObject
in class BambooActionSupport
com.opensymphony.webwork.dispatcher.json.JSONException
public DeploymentResult getDeploymentResult()
public boolean isDeploymentResultCurrentlyDeployed()
public DeploymentVersion getDeploymentVersion()
public Environment getEnvironment()
public long getEnvironmentId()
public void setDeploymentResultDeletionService(DeploymentResultDeletionService deploymentResultDeletionService)
public void setDeploymentResultService(DeploymentResultService deploymentResultService)
public long getDeploymentResultId()
public void setDeploymentResultId(long deploymentResultId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |