| Modifier and Type | Method and Description |
|---|---|
boolean |
ElasticFunctionalityFacade.isElasticSupportPossible(ErrorCollection errorCollection) |
boolean |
ElasticFunctionalityFacade.validateAgentCreation(int numAgentsRequired,
ErrorCollection errorCollection)
Validates whether the requested number of agents can be created and adds any errors to the
error collection.
|
boolean |
ElasticInstanceManager.validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region,
String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection)
Validate a set of supplied AWS credentials.
|
boolean |
ElasticInstanceManager.validateAwsCredentials(String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection)
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
BuildDetectionResultImpl.getErrorCollection()
Any errors that may have happened when the execution of
BuildDetectionAction failed |
ErrorCollection |
BuildDetectionResult.getErrorCollection()
Any errors that may have happened when the execution of
BuildDetectionAction failed |
ErrorCollection |
CustomPreBuildAction.validate(BuildConfiguration config)
Validate the build configuration when trying to save configuration for the
Plan
This is used if the CustomPreBuildAction needs to have configuration stored
against the build plan. |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Pair<Boolean,ErrorCollection> |
ConditionalBuildDetectionAction.testIfBuildShouldStart()
Method that should test if chain should be started.
|
| Constructor and Description |
|---|
BuildDetectionResultImpl(ErrorCollection errorCollection,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ArtifactManager.validateArtifactsSize(File baseDirectory,
ArtifactContext artifactContext)
Validates total size of artifacts produced for single build result
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ArtifactHandlersService.validateConfiguration(Map<String,String> configuration)
Validate configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactHandlerConfigurator.validateConfiguration(Map<String,String> newArtifactHandlersConfiguration,
Map<String,String> oldArtifactHandlersConfiguration,
ErrorCollection errorCollection)
Validate configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
BuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
Takes in a
BuildConfiguration and returns any errors possible |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ChainStateResult.getErrors()
Errors that occurred when creating the
ChainResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection)
Validate configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
WebValidationException.getErrorCollection() |
| Constructor and Description |
|---|
WebValidationException(ErrorCollection errorCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractErrorUpdateHandler.addErrorCollection(ResultKey buildKey,
ErrorCollection errors) |
void |
ErrorUpdateHandler.addErrorCollection(ResultKey buildKey,
ErrorCollection errors)
Adds all the error messages in the errorCollection to the build
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
NotificationType.validate(Map<String,String[]> params)
validate the user inputed data
|
ErrorCollection |
NotificationRecipient.validate(Map<String,String[]> params)
validate the user inputed data
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
PersisterOptions.validate(boolean validateContents)
Validate the options
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ExecutionRequestResult.getErrors()
Any errors that occurred during the execution request
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
ErrorCollection errorCollection) |
boolean |
PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
ErrorCollection errorCollection)
Checks a condition in order to determine if the plan can be executed.
|
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection)
Checks a condition in order to determine if the plan can be executed.
|
protected abstract boolean |
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
List<VcsBranch> |
BranchDetectionService.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection)
Returns a list of currently open branches for the chain's default repository
List ordering determined by underlying repository (preference is for native ordering e.g.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
JobService.validateJobForAdd(PlanKey chainKey,
long stageId,
String jobKey,
String name,
String description,
boolean suspended)
Validates the parameters for adding a job.
|
ErrorCollection |
JobService.validateJobForClone(String sourceJobKey,
PlanKey chainKey,
long stageId,
String newJobKey,
String name,
String description,
Boolean suspended)
Validates the parameters for cloning a job.
|
ErrorCollection |
JobService.validateJobForUpdate(PlanKey jobKey,
String name,
String description,
boolean suspended,
long stageId)
Validate editing of a job
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
StageService.validateStageForAdd(PlanKey planKey,
String name,
String description,
boolean isManual)
Validates a new stage for the specified plan.
|
ErrorCollection |
StageService.validateStageForUpdate(PlanKey planKey,
long stageId,
String name,
String description,
boolean manual)
Validates editing of a stage.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
PlanTriggerResult.getErrorCollection() |
ErrorCollection |
PlanTriggerResultBuilder.getErrorCollection() |
ErrorCollection |
PlanTriggerResultBuilder.BuildTriggerResultImpl.getErrorCollection() |
| Constructor and Description |
|---|
PlanTriggerResultBuilder.BuildTriggerResultImpl(BuildChanges buildChanges,
ErrorCollection errorCollection,
Map<String,String> variableMap) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
Repository.checkConnection()
This method internally validates the current connection for the repository.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
EditActionAwareRepository.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration)
Action to be taken before repository is saved from the UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection)
Validate the params submitted from the UI for this task definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleErrorCollection |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorCollection.addErrorCollection(ErrorCollection errors)
Populate this ErrorCollection with general and field-specific errors.
|
void |
SimpleErrorCollection.addErrorCollection(ErrorCollection errors) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
CommonContext.getErrorCollection()
Any errors associated with the build
|
ErrorCollection |
BuildConfigurationAwarePlugin.validate(BuildConfiguration buildConfiguration)
Validates the properties in the
BuildConfiguration object. |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
RequirementService.validateRequirementForAdd(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details.
|
ErrorCollection |
RequirementService.validateRequirementForUpdate(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ValidationService.validateDescription(String fieldName,
String description)
Validate the description field of any object.
|
ErrorCollection |
ValidationService.validateKey(String fieldName,
ValidationService.ValidationType type,
String key,
ValidationService.ValidationFunction... functions)
Validate any String against Bamboo's generic rules for keys.
|
ErrorCollection |
ValidationService.validateName(String fieldName,
String errorPrefix,
String name)
Validate any String against Bamboo's generic rules for names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationService.ValidationFunction.validate(String fieldName,
String fieldValue,
ErrorCollection errorCollection)
param input - the locked object
return function result
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
XmppMessageSender.validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.