|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.build.creation.WebRepositoryConfigHelper
public class WebRepositoryConfigHelper
| Constructor Summary | |
|---|---|
WebRepositoryConfigHelper(WebRepositoryViewerManager webRepositoryViewerManager,
com.opensymphony.xwork.TextProvider textProvider)
|
|
| Method Summary | |
|---|---|
void |
addDefaultsToConfig(BuildConfiguration buildConfiguration)
Adds default values for all possible selections, esp preparing for display on the UI |
void |
cleanConfig(BuildConfiguration buildConfiguration)
Cleans out any data from the build config, not required by the selected option. |
void |
performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
Performs any miscellaneous actions required before saving the plan. |
void |
prepareConfig(BuildConfiguration buildConfiguration)
Prepare the build configuration for validation. |
void |
validateConfig(com.opensymphony.xwork.ValidationAware validationAware,
BuildConfiguration buildConfiguration)
Validates the configuration for a plan. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebRepositoryConfigHelper(WebRepositoryViewerManager webRepositoryViewerManager,
com.opensymphony.xwork.TextProvider textProvider)
| Method Detail |
|---|
public void addDefaultsToConfig(@NotNull
BuildConfiguration buildConfiguration)
PlanConfigHelper
addDefaultsToConfig in interface PlanConfigHelperbuildConfiguration - - to add defaults to
public void validateConfig(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
@NotNull
BuildConfiguration buildConfiguration)
PlanConfigHelper
validateConfig in interface PlanConfigHelpervalidationAware - - normally the action calling thisbuildConfiguration - - the configuration to validate
public void prepareConfig(@NotNull
BuildConfiguration buildConfiguration)
PlanConfigHelper
prepareConfig in interface PlanConfigHelperbuildConfiguration - to manipulate
public void cleanConfig(@NotNull
BuildConfiguration buildConfiguration)
PlanConfigHelper
cleanConfig in interface PlanConfigHelperbuildConfiguration - - to clean
public void performPostActionsOnConfig(@NotNull
BuildConfiguration buildConfiguration,
@NotNull
Plan plan)
PlanConfigHelper
performPostActionsOnConfig in interface PlanConfigHelperbuildConfiguration - - of the current configurationplan - - the current plan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||