Class ImportMavenPlanCreatePlanAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.ImportMavenPlanAction
com.atlassian.bamboo.ww2.actions.admin.ImportMavenPlanCreatePlanAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BareBuildConfigurationAware, BuildConfigurationAware, NavigationAware, DomainObjectSecurityAware, GlobalCreatePlanSecurityAware, GlobalReadSecurityAware, PlanAware, PlanLimitAware, 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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ImportMavenPlanCreatePlanAction extends ImportMavenPlanAction
See Also:
  • Field Details

  • Constructor Details

    • ImportMavenPlanCreatePlanAction

      public ImportMavenPlanCreatePlanAction()
  • Method Details

    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class ImportMavenPlanAction
    • initVcsTypeSelectors

      protected void initVcsTypeSelectors(@NotNull @NotNull TaskRenderMode renderMode)
      Specified by:
      initVcsTypeSelectors in class ImportMavenPlanAction
    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • 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
    • getExistingProjects

      public Collection<Project> getExistingProjects()
    • getNotificationSet

      public NotificationSet getNotificationSet()
    • setJobCreationService

      public void setJobCreationService(JobCreationService jobCreationService)
    • setTriggerTypeManager

      public void setTriggerTypeManager(TriggerTypeManager triggerTypeManager)
    • getJobKey

      public String getJobKey()
    • getTaskId

      public long getTaskId()
    • getRepositoryName

      public String getRepositoryName()
    • setRepositoryName

      public void setRepositoryName(String repositoryName)
    • getRepositoryNameMaxLength

      public int getRepositoryNameMaxLength()
    • getSelectedWebRepositoryViewer

      public String getSelectedWebRepositoryViewer()
    • setSelectedWebRepositoryViewer

      public void setSelectedWebRepositoryViewer(String selectedWebRepositoryViewer)
    • getViewerSelectors

      public List<VcsViewerUIConfigBean.VcsViewerTypeSelector> getViewerSelectors()