public class VariableValidationServiceImpl extends Object implements VariableValidationService
| Constructor and Description |
|---|
VariableValidationServiceImpl(com.opensymphony.xwork2.TextProvider textProvider,
VariableDefinitionManager variableDefinitionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateIdForDeploymentEnvironmentVariable(com.atlassian.struts.ValidationAware validationAware,
long variableId,
long environmentId)
Validate if id identifies an existing variable associated with Deployment Environment *
|
void |
validateIdForDeploymentEnvironmentVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
long environmentId) |
void |
validateIdForGlobalVariable(com.atlassian.struts.ValidationAware validationAware,
long variableId)
Validate if id identifies global variable
|
void |
validateIdForGlobalVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId) |
void |
validateIdForPlanVariable(com.atlassian.struts.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan)
Validate if id identifies plan variable of a given plan
|
void |
validateIdForPlanVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan) |
void |
validateKey(com.atlassian.struts.ValidationAware validationAware,
String fieldName,
String variableKey)
Validate String against Bamboo general rules for variable keys
|
void |
validateKey(com.opensymphony.xwork.ValidationAware validationAware,
String fieldName,
String variableKey) |
void |
validateValueForVariable(com.atlassian.struts.ValidationAware validationAware,
String fieldName,
String variableValue)
Validate String against Bamboo general rules for variable value
|
void |
validateValueForVariable(com.opensymphony.xwork.ValidationAware validationAware,
String fieldName,
String variableValue) |
public VariableValidationServiceImpl(com.opensymphony.xwork2.TextProvider textProvider,
VariableDefinitionManager variableDefinitionManager)
public void validateIdForGlobalVariable(@NotNull
com.atlassian.struts.ValidationAware validationAware,
long variableId)
VariableValidationServicevalidateIdForGlobalVariable in interface VariableValidationServicevalidationAware - the object to add errors to if any are foundvariableId - the actual id to validatepublic void validateIdForPlanVariable(@NotNull
com.atlassian.struts.ValidationAware validationAware,
long variableId,
@NotNull
ImmutablePlan expectedPlan)
VariableValidationServicevalidateIdForPlanVariable in interface VariableValidationServicevalidationAware - the object to add errors to if any are foundvariableId - the actual id to validateexpectedPlan - the Plan we expect this variable to be associated topublic void validateIdForDeploymentEnvironmentVariable(@NotNull
com.atlassian.struts.ValidationAware validationAware,
long variableId,
long environmentId)
VariableValidationServicevalidateIdForDeploymentEnvironmentVariable in interface VariableValidationServicevalidationAware - the object to add errors to if any are foundvariableId - the actual id to validateenvironmentId - the id of an com.atlassian.bamboo.deployments.environments.Environment we expect this variable to be associated topublic void validateKey(@NotNull
com.atlassian.struts.ValidationAware validationAware,
@NotNull
String fieldName,
@Nullable
String variableKey)
VariableValidationServicevalidateKey in interface VariableValidationServicevalidationAware - the object to add errors to if any are foundfieldName - the name of the field to add the errors tovariableKey - the actual key to validatepublic void validateValueForVariable(@NotNull
com.atlassian.struts.ValidationAware validationAware,
@NotNull
String fieldName,
@Nullable
String variableValue)
VariableValidationServicevalidateValueForVariable in interface VariableValidationServicevalidationAware - the object to add errors to if any are foundfieldName - the name of the field to add the errors tovariableValue - the actual value to validatepublic void validateIdForGlobalVariable(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
long variableId)
validateIdForGlobalVariable in interface VariableValidationServicepublic void validateIdForPlanVariable(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
@NotNull
ImmutablePlan expectedPlan)
validateIdForPlanVariable in interface VariableValidationServicepublic void validateIdForDeploymentEnvironmentVariable(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
long environmentId)
validateIdForDeploymentEnvironmentVariable in interface VariableValidationServicepublic void validateKey(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
@NotNull
String fieldName,
@Nullable
String variableKey)
validateKey in interface VariableValidationServicepublic void validateValueForVariable(@NotNull
com.opensymphony.xwork.ValidationAware validationAware,
@NotNull
String fieldName,
@Nullable
String variableValue)
validateValueForVariable in interface VariableValidationServiceCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.