| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactHandlerConfigurator.postProcessConfiguration(ActionParametersMap actionParametersMap)
Any configuration adjustments that need to happen before configuration is saved should be done here.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlanKey> |
JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan ifPlanEnabled) |
String |
PlanCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Creates a plan from its components and saves it to the database
|
String |
JobCreationService.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled)
Deprecated.
since 4.0 use @{link #createJobAndBranches}
|
String |
JobCreationService.createSingleJob(BuildConfiguration buildConfiguration,
ActionParametersMap clonedActionParametersMap,
PlanCreationService.EnablePlan planEnabled) |
void |
ChainCreationService.validateChainDetails(com.atlassian.struts.ValidationAware validationAware,
ActionParametersMap params) |
void |
ChainCreationService.validateChainDetails(com.opensymphony.xwork.ValidationAware validationAware,
ActionParametersMap params)
Deprecated.
since 5.1
|
void |
ChainCreationService.validateCloneDetails(com.atlassian.struts.ValidationAware validationAware,
ActionParametersMap params) |
void |
ChainCreationService.validateCloneDetails(com.opensymphony.xwork.ValidationAware validationAware,
ActionParametersMap params)
Deprecated.
since 5.1
|
void |
PlanCreationService.validatePlan(com.atlassian.struts.ValidationAware validationAware,
BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap)
Validates plan details and build configuration details for initial plan creation.
|
void |
PlanCreationService.validatePlan(com.opensymphony.xwork.ValidationAware validationAware,
BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap)
Deprecated.
since 5.1
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityConfiguratorPluginModule.customizeConfiguration(org.apache.commons.configuration.Configuration capability,
ActionParametersMap parameters)
Customize capability configuration from action parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
CredentialType.generateCredentialsConfigMap(ActionParametersMap params,
CredentialsData previousCredentialsData)
Convert the params from the ui into a config map to be stored in the database.
|
void |
CredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection)
Validate configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
TaskConfigurator.generateTaskConfigMap(ActionParametersMap params,
TaskDefinition previousTaskDefinition)
Convert the params from the ui into a config map to be stored in the database for the taskDefinition.
|
List<TaskDefinition> |
TaskContextHelperService.getTasks(ActionParametersMap params) |
void |
TaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection)
Validate the params submitted from the UI for this task definition
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
TriggerConfigurator.generateTriggerConfigMap(ActionParametersMap actionParametersMap,
TriggerDefinition previousTriggerDefinition) |
void |
TriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebRepositoryViewer.populateFromParams(ActionParametersMap params)
takes the map of config data from action and extracts the parameters it needs
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.