Class EditDeploymentVersionCommentAction

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class EditDeploymentVersionCommentAction extends AbstractDeploymentVersionAction
See Also:
  • Field Details

    • comment

      protected Comment comment
  • Constructor Details

    • EditDeploymentVersionCommentAction

      public EditDeploymentVersionCommentAction()
  • Method Details

    • getJsonObject

      @NotNull public @NotNull org.json.JSONObject getJsonObject() throws org.json.JSONException
      Description copied from class: BambooActionSupport
      This is default property read by webwork for webwork's result type "json".
      Overrides:
      getJsonObject in class BambooActionSupport
      Returns:
      Throws:
      org.json.JSONException
      See Also:
    • create

      public String create()
    • delete

      public String delete()
    • getCommentContent

      public String getCommentContent()
    • setCommentContent

      public void setCommentContent(String commentContent)
    • setCommentId

      public void setCommentId(long commentId)
    • getComment

      public Comment getComment()
    • setComment

      public void setComment(Comment comment)
    • setCommentService

      public void setCommentService(CommentService commentService)
    • setJiraIssueUtils

      public void setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)