Class EditChainBranchDetails

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BareBuildConfigurationAware, BuildConfigurationAware, ChainAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanViewConfigurationSecurityAware, PlanAware, 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

See Also:
  • Constructor Details

    • EditChainBranchDetails

      public EditChainBranchDetails()
  • Method Details

    • isRepositoryOverridden

      public boolean isRepositoryOverridden(PartialVcsRepositoryData partialVcsRepositoryData)
    • getRepositoryBranchName

      @Nullable public static @Nullable String getRepositoryBranchName(PartialVcsRepositoryData partialVcsRepositoryData)
    • input

      public String input()
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • 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
    • isBranchDetectionCapable

      public boolean isBranchDetectionCapable()
    • isMergeCapable

      public boolean isMergeCapable()
    • getBranchIntegrationEditHtml

      public String getBranchIntegrationEditHtml()
    • getDefaultRepositoryType

      public String getDefaultRepositoryType()
    • getRepositoryTriggerSelectors

      public List<RepositoryTriggerSelector> getRepositoryTriggerSelectors()
    • getDefaultRepositoryDefinition

      public PlanRepositoryDefinition getDefaultRepositoryDefinition()
    • getPlanBranchCreation

      public String getPlanBranchCreation()
    • setPlanBranchCreation

      public void setPlanBranchCreation(String planBranchCreation)
    • isSaved

      public boolean isSaved()
    • setSaved

      public void setSaved(boolean saved)
    • getBranchName

      public String getBranchName()
    • setBranchName

      public void setBranchName(String branchName)
    • getBranchDescription

      public String getBranchDescription()
    • setBranchDescription

      public void setBranchDescription(String branchDescription)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • setPlanValidationService

      public void setPlanValidationService(PlanValidationService planValidationService)
    • setEventPublisher

      public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
    • getBranchesForAutoIntegration

      public Map<PlanIdentifier,String> getBranchesForAutoIntegration()
    • getTriggerConditionEditHtml

      @NotNull public @NotNull String getTriggerConditionEditHtml()
    • getRepositoryDefinitions

      @NotNull public @NotNull List<PlanRepositoryDefinition> getRepositoryDefinitions()
    • getPartialVcsRepositoryData

      @NotNull public @NotNull List<PartialVcsRepositoryData> getPartialVcsRepositoryData()
    • getBuildConfiguration

      public BuildConfiguration getBuildConfiguration()
      Specified by:
      getBuildConfiguration in interface BareBuildConfigurationAware
    • setBuildConfiguration

      public void setBuildConfiguration(BuildConfiguration buildConfiguration)
      Specified by:
      setBuildConfiguration in interface BareBuildConfigurationAware
    • setPlanConfigurationUIPluginHelper

      public void setPlanConfigurationUIPluginHelper(PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper)
    • isOverrideBuildStrategy

      public boolean isOverrideBuildStrategy()
    • setOverrideBuildStrategy

      public void setOverrideBuildStrategy(boolean overrideBuildStrategy)
    • setBuildTriggerConditionConfigHelper

      public void setBuildTriggerConditionConfigHelper(PlanConfigHelper buildTriggerConditionConfigHelper)
    • isPlanBranchCleanUpEnabled

      public boolean isPlanBranchCleanUpEnabled()
    • setPlanBranchCleanUpEnabled

      public void setPlanBranchCleanUpEnabled(boolean planBranchCleanUpEnabled)
    • isIgnoreSpecs

      public boolean isIgnoreSpecs()
    • setIgnoreSpecs

      public void setIgnoreSpecs(boolean ignoreSpecs)
    • isInactiveBranchCleanUpPlanLevelEnabled

      public boolean isInactiveBranchCleanUpPlanLevelEnabled()
    • setInactiveBranchCleanUpPlanLevelEnabled

      public void setInactiveBranchCleanUpPlanLevelEnabled(boolean inactiveBranchCleanUpPlanLevelEnabled)
    • isRemovedBranchCleanUpPlanLevelEnabled

      public boolean isRemovedBranchCleanUpPlanLevelEnabled()
    • setRemovedBranchCleanUpPlanLevelEnabled

      public void setRemovedBranchCleanUpPlanLevelEnabled(boolean removedBranchCleanUpPlanLevelEnabled)
    • getInactiveBranchCleanUpPeriod

      public int getInactiveBranchCleanUpPeriod()
    • setInactiveBranchCleanUpPeriod

      public void setInactiveBranchCleanUpPeriod(int inactiveBranchCleanUpPeriod)
    • getRemovedBranchCleanUpPeriod

      public int getRemovedBranchCleanUpPeriod()
    • setRemovedBranchCleanUpPeriod

      public void setRemovedBranchCleanUpPeriod(int removedBranchCleanUpPeriod)