public class

EditChainDetails

extends ChainActionSupport
implements BuildConfigurationAware PlanEditSecurityAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.PlanActionSupport
         ↳ com.atlassian.bamboo.ww2.actions.ChainActionSupport
           ↳ com.atlassian.bamboo.ww2.actions.chains.EditChainDetails

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.actions.ChainActionSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
EditChainDetails()
Public Methods
String doDefault()
Default action just sends to the input@return
String doExecute()
Places the current user on the page
BuildConfiguration getBuildConfiguration()
String getChainDescription()
String getChainName()
String getProjectName()
List<RepositoryDefinition> getRepositoryDefinitions()
@NotNull String getTriggerConditionEditHtml()
UIConfigBean getUiConfigBean()
boolean isEnabled()
boolean isSaved()
void setBuildConfiguration(BuildConfiguration buildConfiguration)
void setBuildStrategyConfigHelper(BuildStrategyConfigHelper buildStrategyConfigHelper)
void setChainBranchManager(ChainBranchManager chainBranchManager)
void setChainDescription(String chainDescription)
void setChainName(String chainName)
void setEnabled(boolean enabled)
void setEventPublisher(EventPublisher eventPublisher)
void setPlanConfigurationUIPluginHelper(PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper)
void setPlanValidationService(PlanValidationService planValidationService)
void setProjectName(String projectName)
void setRepositoryConfigurationService(RepositoryConfigurationService repositoryConfigurationService)
void setRepositoryDefinitionManager(RepositoryDefinitionManager repositoryDefinitionManager)
void setRepositoryTrigger(Long[] repositoryTrigger)
void setSaved(boolean saved)
void setUiConfigBean(UIConfigBean uiConfigBean)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.actions.ChainActionSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.BuildConfigurationAware
From interface com.atlassian.bamboo.ww2.aware.ChainAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.PlanAware
From interface com.atlassian.bamboo.ww2.aware.ProjectAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public EditChainDetails ()

Public Methods

public String doDefault ()

Default action just sends to the input@return

public String doExecute ()

Places the current user on the page

Returns
  • webwork success status
Throws
Exception

public BuildConfiguration getBuildConfiguration ()

public String getChainDescription ()

public String getChainName ()

public String getProjectName ()

public List<RepositoryDefinition> getRepositoryDefinitions ()

@NotNull public String getTriggerConditionEditHtml ()

public UIConfigBean getUiConfigBean ()

public boolean isEnabled ()

public boolean isSaved ()

public void setBuildConfiguration (BuildConfiguration buildConfiguration)

public void setBuildStrategyConfigHelper (BuildStrategyConfigHelper buildStrategyConfigHelper)

public void setChainBranchManager (ChainBranchManager chainBranchManager)

public void setChainDescription (String chainDescription)

public void setChainName (String chainName)

public void setEnabled (boolean enabled)

public void setEventPublisher (EventPublisher eventPublisher)

public void setPlanConfigurationUIPluginHelper (PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper)

public void setPlanValidationService (PlanValidationService planValidationService)

public void setProjectName (String projectName)

public void setRepositoryConfigurationService (RepositoryConfigurationService repositoryConfigurationService)

public void setRepositoryDefinitionManager (RepositoryDefinitionManager repositoryDefinitionManager)

public void setRepositoryTrigger (Long[] repositoryTrigger)

public void setSaved (boolean saved)

public void setUiConfigBean (UIConfigBean uiConfigBean)

public void validate ()