|
||||||||||
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.versions.actions.AbstractDeploymentVersionAction
com.atlassian.bamboo.deployments.versions.actions.EditDeploymentVersionCommentAction
public class EditDeploymentVersionCommentAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
protected Comment |
comment
|
Fields inherited from class com.atlassian.bamboo.deployments.versions.actions.AbstractDeploymentVersionAction |
---|
deploymentProjectService, deploymentVersionLinkedJiraIssuesService, deploymentVersionService, deploymentVersionVcsChangesetService, versionId |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
EditDeploymentVersionCommentAction()
|
Method Summary | |
---|---|
String |
doCreate()
|
String |
doDelete()
|
Comment |
getComment()
|
String |
getCommentContent()
|
com.opensymphony.webwork.dispatcher.json.JSONObject |
getJsonObject()
This is default property read by webwork for webwork's result type "json". |
void |
setComment(Comment comment)
|
void |
setCommentContent(String commentContent)
|
void |
setCommentId(long commentId)
|
void |
setCommentService(CommentService commentService)
|
void |
setGravatarService(GravatarService gravatarService)
|
void |
setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
|
Methods inherited from class com.atlassian.bamboo.deployments.versions.actions.AbstractDeploymentVersionAction |
---|
getCommitCount, getDeploymentProject, getDeploymentProjectId, getDeploymentVersion, getIssueCount, getVersionId, setDeploymentVersionLinkedJiraIssuesService, setDeploymentVersionService, setDeploymentVersionVcsChangesetService, setVersionId |
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 |
Field Detail |
---|
protected Comment comment
Constructor Detail |
---|
public EditDeploymentVersionCommentAction()
Method Detail |
---|
@NotNull public com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject() throws com.opensymphony.webwork.dispatcher.json.JSONException
BambooActionSupport
getJsonObject
in class BambooActionSupport
com.opensymphony.webwork.dispatcher.json.JSONException
public String doCreate()
public String doDelete()
public String getCommentContent()
public void setCommentContent(String commentContent)
public void setCommentId(long commentId)
public Comment getComment()
public void setComment(Comment comment)
public void setCommentService(CommentService commentService)
public void setGravatarService(GravatarService gravatarService)
public void setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |