Class DeleteLinkedRepository

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, RepositoryAdminSecurityAware, 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.Preparable, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class DeleteLinkedRepository extends AbstractExistingLinkedRepositoryAdminAction implements org.apache.struts2.Preparable, RepositoryAdminSecurityAware
See Also:
  • Constructor Details

    • DeleteLinkedRepository

      public DeleteLinkedRepository()
  • Method Details

    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface org.apache.struts2.Preparable
      Overrides:
      prepare in class AbstractRepositoryAction
      Throws:
      Exception
    • delete

      public String delete()
    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport