Class ViewProjectRepositories

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.project.ViewProjectRepositories
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ProjectAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewProjectRepositories extends BambooActionSupport implements ProjectAware
See Also:
  • Constructor Details

    • ViewProjectRepositories

      public ViewProjectRepositories()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getProject

      @Nullable public @Nullable Project getProject()
      Specified by:
      getProject in interface ProjectAware
    • getProjectId

      public long getProjectId()
    • getProjectKey

      public String getProjectKey()
    • isCanCreateRepository

      public boolean isCanCreateRepository()
    • isProjectConfigurationReadOnly

      public boolean isProjectConfigurationReadOnly()
    • setProjectId

      public void setProjectId(long projectId)
    • setProjectKey

      public void setProjectKey(String projectKey)