Uses of Interface
com.atlassian.bamboo.utils.error.ErrorCollection
Packages that use ErrorCollection
Package
Description
-
Uses of ErrorCollection in com.atlassian.bamboo.agent
Classes in com.atlassian.bamboo.agent that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.agent.classserver
Classes in com.atlassian.bamboo.agent.classserver that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.agent.elastic.server
Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanElasticFunctionalityFacade.isElasticSupportPossible(@NotNull ErrorCollection errorCollection) booleanElasticFunctionalityFacadeImpl.isElasticSupportPossible(@NotNull ErrorCollection errorCollection) booleanElasticFunctionalityFacade.validateAgentCreation(int numAgentsRequired, ErrorCollection errorCollection) Validates whether the requested number of agents can be created and adds any errors to the error collection.booleanElasticFunctionalityFacadeImpl.validateAgentCreation(int numAgentsRequired, ErrorCollection errorCollection) booleanElasticInstanceManager.validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, com.atlassian.aws.credentials.AWSCredentials awsCredentials, ErrorCollection errorCollection) Validate supplied AWS credentials.booleanElasticInstanceManagerImpl.validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, com.atlassian.aws.credentials.AWSCredentials awsCredentials, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.brokenbuildtracker.ui
Classes in com.atlassian.bamboo.brokenbuildtracker.ui that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassShows the latest status of a buildclassThis class displays a build and its build summaryclassThis action lets a user browse the build files.classclassThis class displays the specificBuildResultsImplfor aPlan.classclassclassThis class displays the nextBuildResultsImplfrom the one we are currently viewingclassThis class displays the previousBuildResultsImplfrom the one we are currently viewingclassclassMethods in com.atlassian.bamboo.build that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBuildDetectionResult.getErrorCollection()Any errors that may have happened when the execution ofBuildDetectionActionfailed@NotNull ErrorCollectionBuildDetectionResultImpl.getErrorCollection()Any errors that may have happened when the execution ofBuildDetectionActionfailed@NotNull ErrorCollectionBuildRequestResultImpl.getErrors()@Nullable ErrorCollectionCustomPreBuildAction.validate(BuildConfiguration config) Validate the build configuration when trying to save configuration for thePlanThis is used if the CustomPreBuildAction needs to have configuration stored against the build plan.@NotNull ErrorCollectionPlanDependencyManager.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Validate child dependency list@NotNull ErrorCollectionPlanDependencyManagerImpl.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Methods in com.atlassian.bamboo.build that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Pair<Boolean, ErrorCollection> ConditionalBuildDetectionAction.testIfBuildShouldStart(PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Method that should test if chain should be started.Methods in com.atlassian.bamboo.build with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic voidBuildConfigurationValidationUtils.validatePostiveInteger(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) static voidBuildConfigurationValidationUtils.validatePostiveInteger(String paramKey, String positiveIntegerText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) Constructors in com.atlassian.bamboo.build with parameters of type ErrorCollectionModifierConstructorDescriptionBuildDetectionResultImpl(ErrorCollection errorCollection, @Nullable BuildContext buildContext) BuildRequestResultImpl(@NotNull ErrorCollection errors) BuildRequestResultImpl(@Nullable BuildContext buildContext, @NotNull ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact that return ErrorCollectionModifier and TypeMethodDescriptionfinal ErrorCollectionAbstractArtifactManager.validateArtifactsSize(@NotNull File baseDirectory, @NotNull ArtifactContext artifactContext) ArtifactManager.validateArtifactsSize(@NotNull File baseDirectory, @NotNull ArtifactContext artifactContext) Validates total size of artifacts produced for single build resultMethods in com.atlassian.bamboo.build.artifact with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidS3ArtifactHandlerConfigurator.validateConfiguration(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) voidServerLocalArtifactHandlerConfigurator.validateConfiguration(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.build.artifact.handlers
Methods in com.atlassian.bamboo.build.artifact.handlers that return ErrorCollectionModifier and TypeMethodDescriptionArtifactHandlersService.validateConfiguration(@NotNull Map<String, String> artifactHandlerConfigurationToSave) Validate configuration of all handlersArtifactHandlersService.validateConfiguration(@NotNull Map<String, String> configuration, @NotNull ArtifactHandlerModuleDescriptor descriptor) Validate configuration of a single handlerArtifactHandlersServiceImpl.validateConfiguration(@NotNull Map<String, String> artifactHandlerConfigurationToSave) ArtifactHandlersServiceImpl.validateConfiguration(@NotNull Map<String, String> artifactHandlerConfigurationToSave, @NotNull ArtifactHandlerModuleDescriptor descriptor) Methods in com.atlassian.bamboo.build.artifact.handlers with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractArtifactHandlerConfigurator.validateConfiguration(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) voidArtifactHandlerConfigurator.validateConfiguration(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) Validate configuration. -
Uses of ErrorCollection in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionConcurrentBuildsPlanConfigurationPlugin.validate(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.docker
Methods in com.atlassian.bamboo.build.docker that return ErrorCollectionModifier and TypeMethodDescriptionDockerConfigurationProviders.validateAndSaveSelectedConfig(Job job, boolean create, String selectedType, Map<String, Object> webFragmentsContextMap) DockerConfigurationProviders.validateAndSaveSelectedConfig(Environment environment, boolean create, String selectedType, Map<String, Object> webFragmentsContextMap) DefaultDockerHandlerImpl.validateConfig(Map<String, Object> webFragmentsContextMap) validate the configuration, only called for enabled option.DockerHandler.validateConfig(Map<String, Object> webFragmentsContextMap) Construct configuration from webFragmentContextMap and validate that the config is valid.@NotNull ErrorCollectionDockerPipelineValidationService.validateDockerPipelineConfiguration(@NotNull DockerPipelineConfiguration dockerPipelineConfiguration) Checks if Docker configuration is valid.@NotNull ErrorCollectionDockerPipelineValidationServiceImpl.validateDockerPipelineConfiguration(@NotNull DockerPipelineConfiguration dockerPipelineConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.expiry
Classes in com.atlassian.bamboo.build.expiry that implement ErrorCollectionModifier and TypeClassDescriptionclassAction class to configure and run build and deployment expiry.class -
Uses of ErrorCollection in com.atlassian.bamboo.build.expiry.plugin
Methods in com.atlassian.bamboo.build.expiry.plugin that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBuildExpiryPerPlanPlugin.validate(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.monitoring
Classes in com.atlassian.bamboo.build.monitoring that implement ErrorCollectionMethods in com.atlassian.bamboo.build.monitoring that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBuildMonitoringPerPlanPlugin.validate(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.tests
Classes in com.atlassian.bamboo.build.tests that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.builder.resultsfilter
Classes in com.atlassian.bamboo.builder.resultsfilter that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.buildqueue
Classes in com.atlassian.bamboo.buildqueue that implement ErrorCollectionModifier and TypeClassDescriptionclassThis class provides a user action to stop the current build jobclass -
Uses of ErrorCollection in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return ErrorCollectionModifier and TypeMethodDescriptionAgentCapabilityService.addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value) Add new capability for agent.AgentCapabilityServiceImpl.addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value) AgentCapabilityService.updateCapability(@NotNull PipelineDefinition agent, @NotNull String key, @Nullable String value, @NotNull CapabilitySource capabilitySource) Update value of existing capability.AgentCapabilityServiceImpl.updateCapability(@NotNull PipelineDefinition agent, @NotNull String key, @Nullable String value, @NotNull CapabilitySource capabilitySource) -
Uses of ErrorCollection in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionPlansGreenCondition.validate(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionChainStateCreationRequestResultImpl.getErrors()@NotNull ErrorCollectionChainStateResult.getErrors()Errors that occurred when creating theChainResultsSummaryConstructors in com.atlassian.bamboo.chains with parameters of type ErrorCollectionModifierConstructorDescriptionChainStateCreationRequestResultImpl(@NotNull ErrorCollection errors, ChainState chainState) -
Uses of ErrorCollection in com.atlassian.bamboo.clover.build.coverage
Classes in com.atlassian.bamboo.clover.build.coverage that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionCloverBuildProcessor.validate(@NotNull BuildConfiguration configuration) -
Uses of ErrorCollection in com.atlassian.bamboo.clover.ww2.actions.admin
Classes in com.atlassian.bamboo.clover.ww2.actions.admin that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.configuration
Classes in com.atlassian.bamboo.configuration that implement ErrorCollectionModifier and TypeClassDescriptionclassclassThis displays the basic Bamboo server administration pageclassThis class handles configuration updates from am web formclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent
Classes in com.atlassian.bamboo.configuration.agent that implement ErrorCollectionModifier and TypeClassDescriptionclassBase class for remote agent authentication actions.classclassclassclassclassclassclassclassclassAction class for mutative agent operationsclassclassclassAction that manages the interaction with capabilities from a key levelclassAction class for mutative local agent operationsclassWebwork action to configure (approve/revoke approval) remote agent authentications.classclassclassclassclassclassclassclassWebwork action to configure (approve/revoke approval) remote agent authentications.classclassclassclassclassclassclassclassThis action should only be used for non-mutative operations.classclassclassclassclassclassclassclassclassAction to view remote agent authentications. -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent.elastic
Classes in com.atlassian.bamboo.configuration.agent.elastic that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.cluster
Classes in com.atlassian.bamboo.configuration.cluster that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.credentials
Classes in com.atlassian.bamboo.configuration.credentials that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassMethods in com.atlassian.bamboo.configuration.credentials with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidCredentialsUIConfigBean.validateCredentialsConfiguration(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionRssDetectionService.canEnqueue(long repositoryId) Checks whether Bamboo can enqueue RSS detection for the given repository.@NotNull ErrorCollectionRssDetectionService.canEnqueue(@NotNull VcsRepositoryData vcsRepositoryData) Checks whether Bamboo can enqueue RSS detection for the given repository.@NotNull ErrorCollectionRssDetectionServiceImpl.canEnqueue(long repositoryId) @NotNull ErrorCollectionRssDetectionServiceImpl.canEnqueue(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.external.util
Methods in com.atlassian.bamboo.configuration.external.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic @NotNull List<com.atlassian.bamboo.specs.api.validators.common.ValidationProblem> ValidationProblemUtils.fromErrorCollection(@NotNull ErrorCollection errorCollection) Creates a list ofvalidation problemsbased on anerror collection. -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.logs
Classes in com.atlassian.bamboo.configuration.logs that implement ErrorCollectionModifier and TypeClassDescriptionclassAllows runtime configuration of Log4j.class -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.plugins
Classes in com.atlassian.bamboo.configuration.plugins that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.repository
Classes in com.atlassian.bamboo.configuration.repository that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.atlassian.bamboo.configuration.repository that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionVcsConfigurationHelperImpl.validateSharedRepositoryName(String repositoryName) Methods in com.atlassian.bamboo.configuration.repository with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVcsConfigurationHelperImpl.validateVcsConfiguration(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection, @NotNull Set<VcsConfigurationHelper.Overrides> overrides) voidVcsUIConfigBean.validateVcsConfiguration(@NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection, @NotNull Set<VcsConfigurationHelper.Overrides> overrides) voidVcsConfigurationHelperImpl.validateVcsConfigurationForConnectionTesting(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection) voidVcsViewerUIConfigBean.validateViewerConfiguration(ActionParametersMap actionParametersMap, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.variable
Classes in com.atlassian.bamboo.configuration.variable that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractCredentialType.validate(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) voidCredentialType.validate(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) Validate configuration.voidSshCredentialType.validate(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) voidUsernamePasswordCredentialType.validate(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.configuration.actions
Classes in com.atlassian.bamboo.deployments.configuration.actions that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions
Classes in com.atlassian.bamboo.deployments.environments.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.agents
Classes in com.atlassian.bamboo.deployments.environments.actions.agents that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.docker
Classes in com.atlassian.bamboo.deployments.environments.actions.docker that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.tasks
Classes in com.atlassian.bamboo.deployments.environments.actions.tasks that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.triggers
Classes in com.atlassian.bamboo.deployments.environments.actions.triggers that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.variable
Classes in com.atlassian.bamboo.deployments.environments.actions.variable that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return ErrorCollectionModifier and TypeMethodDescriptionEnvironmentService.moveEnvironment(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId) Move Environment in given deploymentProject with given strategy. relatedEnvId is optional for most cases.EnvironmentServiceImpl.moveEnvironment(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId) @NotNull ErrorCollectionEnvironmentService.validateAddEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description) Validates values to be used for creating a new environment.@NotNull ErrorCollectionEnvironmentServiceImpl.validateAddEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description) @NotNull ErrorCollectionEnvironmentService.validateEditEnvironment(long environmentId, @Nullable String name, @Nullable String description) Validates values to be used when editing existing environment.@NotNull ErrorCollectionEnvironmentServiceImpl.validateEditEnvironment(long environmentId, @Nullable String name, @Nullable String description) -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionDeploymentContextImpl.getErrorCollection() -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.actions
Classes in com.atlassian.bamboo.deployments.execution.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionEnvironmentTriggeringResultImpl.getErrors()Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type ErrorCollectionModifierConstructorDescriptionEnvironmentTriggeringResultImpl(@NotNull ErrorCollection errorCollection, @Nullable DeploymentContext deploymentContext) -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.projects.actions
Classes in com.atlassian.bamboo.deployments.projects.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionDeploymentProjectService.validateAddDeploymentProject(String name, String description, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollectionDeploymentProjectService.validateAddDeploymentProject(String name, String description, String masterPlanKeyString, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateAddDeploymentProject(String name, String description, String planKeyString) @NotNull ErrorCollectionDeploymentProjectServiceImpl.validateAddDeploymentProject(String name, String description, String masterPlanKeyString, String planKeyString) @NotNull ErrorCollectionDeploymentProjectService.validateArtifactTaskDefinitionOnPlanChange(long deploymentProjectId, String planKeyString, @NotNull Map<String, ArtifactValidationError> artifactValidationErrors) Validates artifact definitions on plan change and warn if artifact differ, so deployment tasks using it may fail@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateArtifactTaskDefinitionOnPlanChange(long deploymentProjectId, String planKeyString, @NotNull Map<String, ArtifactValidationError> artifactValidationErrors) @NotNull ErrorCollectionDeploymentProjectService.validateCloneDeploymentProject(String name, String description, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateCloneDeploymentProject(String name, String description, @Nullable String planKeyString) @NotNull ErrorCollectionDeploymentProjectService.validateEditDeploymentProject(long id, String name, @Nullable String description, @Nullable String planKeyString) Validates data to be used when editing an existing deployment.@NotNull ErrorCollectionDeploymentProjectService.validateEditDeploymentProject(long id, String name, String description, String masterPlanKeyString, String planKeyString) Validates data to be used when editing an existing deployment.@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateEditDeploymentProject(long id, String name, @Nullable String description, @Nullable String planKeyString) @NotNull ErrorCollectionDeploymentProjectServiceImpl.validateEditDeploymentProject(long id, String name, @Nullable String description, String masterPlanKeyString, String planKeyString) @NotNull ErrorCollectionDeploymentProjectService.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) Validate trigger configuration on deployment project's plan change@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) @NotNull ErrorCollectionDeploymentProjectService.validateVersionNamingScheme(long deploymentProjectId, String nextVersionName, boolean autoIncrement, @NotNull Set<String> variablesToAutoIncrement) Validate the version naming configuration for a project@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateVersionNamingScheme(long deploymentProjectId, String nextVersionName, boolean autoIncrement, @NotNull Set<String> variablesToAutoIncrement) -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.versions.actions
Classes in com.atlassian.bamboo.deployments.versions.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionDeploymentVersionService.validateCreateDeploymentVersion(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) Validates values to be used for creating a new version.@NotNull ErrorCollectionDeploymentVersionServiceImpl.validateCreateDeploymentVersion(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) @NotNull ErrorCollectionDeploymentVersionService.validateDeploymentVersionRename(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @Nullable String name) Validates values to be used for renaming version.@NotNull ErrorCollectionDeploymentVersionServiceImpl.validateDeploymentVersionRename(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @Nullable String name) -
Uses of ErrorCollection in com.atlassian.bamboo.exception
Fields in com.atlassian.bamboo.exception declared as ErrorCollectionModifier and TypeFieldDescriptionprotected final ErrorCollectionWebValidationException.errorCollectionMethods in com.atlassian.bamboo.exception that return ErrorCollectionConstructors in com.atlassian.bamboo.exception with parameters of type ErrorCollectionModifierConstructorDescriptionDefaultWebValidationException(ErrorCollection errorCollection) WebValidationException(ErrorCollection errorCollection) Deprecated. -
Uses of ErrorCollection in com.atlassian.bamboo.index
Classes in com.atlassian.bamboo.index that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.js
Classes in com.atlassian.bamboo.js that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.logger
Classes in com.atlassian.bamboo.logger that implement ErrorCollectionModifier and TypeClassDescriptionclassAction class for non-mutative operations on admin errorsclassAction class for all mutative actions on admin errorsclassThis webwork action removes a specified error from the log.classThis class provides the ui with a collection of the current system errors.classThis webwork action views a specified error from the log.Methods in com.atlassian.bamboo.logger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractErrorUpdateHandler.addErrorCollection(ResultKey buildKey, ErrorCollection errors) voidErrorUpdateHandler.addErrorCollection(ResultKey buildKey, ErrorCollection errors) Adds all the error messages in the errorCollection to the build -
Uses of ErrorCollection in com.atlassian.bamboo.matcher.error
Methods in com.atlassian.bamboo.matcher.error that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.containsMessage(@NotNull String message) Matches an error collection if it contains an error message either ingetErrorMessages()or ingetFieldErrors().static org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.containsMessage(@NotNull org.hamcrest.Matcher<String> messageMatcher) Matches an error collection if it contains an error message either ingetErrorMessages()or ingetFieldErrors().static org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.hasAnyErrors()Matches an error collection if it has any errors (checkshasAnyErrors()method).static org.hamcrest.Matcher<ErrorCollection> static org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.hasNoErrors()Matches an error collection if it has no errorsMethods in com.atlassian.bamboo.matcher.error with parameters of type ErrorCollectionModifier and TypeMethodDescriptionErrorCollectionContainsFieldErrorMatcher.featureValueOf(ErrorCollection errorCollection) protected booleanErrorCollectionContainsMessageMatcher.matchesSafely(ErrorCollection errorCollection) protected booleanErrorCollectionHasAnyErrorMatcher.matchesSafely(ErrorCollection item) -
Uses of ErrorCollection in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection@NotNull ErrorCollectionValidate the data user provided.@NotNull ErrorCollectionvalidate the user inputed data -
Uses of ErrorCollection in com.atlassian.bamboo.notification.builderror
Methods in com.atlassian.bamboo.notification.builderror that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.persister.file
Methods in com.atlassian.bamboo.persister.file that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement ErrorCollectionMethods in com.atlassian.bamboo.plan that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionExecutionRequestResult.getErrors()Any errors that occurred during the execution requestMethods in com.atlassian.bamboo.plan with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanAbstractPlanExecutionPermitter.isPermittedToExecute(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) booleanAbstractPlanExecutionPermitter.isPermittedToExecute(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) booleanPlanExecutionPermitter.isPermittedToExecute(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.booleanPlanExecutionPermitter.isPermittedToExecute(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.protected abstract booleanAbstractPlanExecutionPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) booleanExecutionLimitsServiceImpl.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) booleanPlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type ErrorCollectionModifier and TypeMethodDescription@NotNull Collection<ChainBranchCreationResult> LightweightBranchCreationService.createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Creates a new lightweight plan branch or enables existing one for each vcs branch in given collection under given chain.@NotNull Collection<ChainBranchCreationResult> LightweightBranchCreationServiceImpl.createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> consumer, boolean expectingDivergentBranch) @NotNull List<ChainBranchCreationResult> BranchCreationFacade.createManualBranches(@NotNull ImmutableChain chain, @NotNull Collection<VcsBranch> branches, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan) Given a list of branches names, create plan branches for them under give chain.@NotNull List<ChainBranchCreationResult> BranchCreationFacadeImpl.createManualBranches(@NotNull ImmutableChain chain, @NotNull Collection<VcsBranch> branches, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan) BranchCreationFacade.getOpenBranches(@NotNull ImmutableChain chain, @Nullable 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. last updated first for hg)BranchCreationFacade.getOpenBranches(@NotNull ImmutableChain chain, @Nullable ErrorCollection errorCollection, @NotNull Optional<String> searchTerm) Returns a list of currently open branches for the chain's default repository List filtered by optional case-insensitive searchTerm.BranchCreationFacadeImpl.getOpenBranches(@NotNull ImmutableChain chain, @Nullable ErrorCollection errorCollection) BranchCreationFacadeImpl.getOpenBranches(@NotNull ImmutableChain chain, @Nullable ErrorCollection errorCollection, @NotNull Optional<String> searchTerm) BranchDetectionService.getOpenBranches(@NotNull VariableSubstitutor variableSubstitutor, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranchDetector branchDetector, @Nullable ErrorCollection errorCollection, @NotNull Iterable<ImmutableChain> chains) Returns a list of currently open branches for given repository.BranchDetectionServiceImpl.getOpenBranches(@NotNull VariableSubstitutor variableSubstitutor, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranchDetector branchDetector, @Nullable ErrorCollection errorCollection, @NotNull Iterable<ImmutableChain> chains) protected booleanBranchMetadataBuildPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) protected booleanPluggablePlanExecutionPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plan.execution
Methods in com.atlassian.bamboo.plan.execution with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanPlanExecutionGuard.isPermittedToExecute(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.protected booleanUniqueRunPerKeyPlanExecutionPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plan.job
Methods in com.atlassian.bamboo.plan.job that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionJobService.validateJobForAdd(@NotNull PlanKey chainKey, long stageId, @Nullable String jobKey, @Nullable String name, @Nullable String description, boolean suspended) Validates the parameters for adding a job.JobServiceImpl.validateJobForAdd(@NotNull PlanKey planKey, long stageId, @Nullable String jobKey, @Nullable String name, @Nullable String description, boolean suspended) @NotNull ErrorCollectionJobService.validateJobForClone(@Nullable String sourceJobKey, @NotNull PlanKey chainKey, long stageId, @Nullable String newJobKey, @Nullable String name, @Nullable String description, @Nullable Boolean suspended) Validates the parameters for cloning a job.JobServiceImpl.validateJobForClone(@Nullable String sourceJobKeyString, @NotNull PlanKey chainKey, long stageId, @Nullable String newJobKey, @Nullable String name, @Nullable String description, @Nullable Boolean suspended) @NotNull ErrorCollectionJobService.validateJobForUpdate(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId) Validate editing of a job@NotNull ErrorCollectionJobServiceImpl.validateJobForUpdate(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId) -
Uses of ErrorCollection in com.atlassian.bamboo.plan.stage
Methods in com.atlassian.bamboo.plan.stage that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionStageService.validateStageForAdd(@NotNull PlanKey planKey, @Nullable String name, @Nullable String description, boolean isManual, boolean isFinal) Validates a new stage for the specified plan.@NotNull ErrorCollectionStageServiceImpl.validateStageForAdd(@NotNull PlanKey planKey, @Nullable String stageName, @Nullable String stageDescription, boolean isManual, boolean isFinal) @NotNull ErrorCollectionStageService.validateStageForUpdate(@NotNull PlanKey planKey, long stageId, @Nullable String name, @Nullable String description, boolean manual, boolean isFinal) Validates editing of a stage.@NotNull ErrorCollectionStageServiceImpl.validateStageForUpdate(@NotNull PlanKey planKey, long stageId, @Nullable String name, @Nullable String description, boolean manual, boolean isFinal) -
Uses of ErrorCollection in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionPlanTriggerResult.getErrorCollection()@NotNull ErrorCollectionPlanTriggerResultBuilder.BuildTriggerResultImpl.getErrorCollection()PlanTriggerResultBuilder.getErrorCollection()Constructors in com.atlassian.bamboo.plan.trigger with parameters of type ErrorCollectionModifierConstructorDescriptionBuildTriggerResultImpl(BuildChanges buildChanges, ErrorCollection errorCollection, Map<String, String> variableMap) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.ant.task.configuration
Methods in com.atlassian.bamboo.plugins.ant.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAntBuildTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.artifact
Methods in com.atlassian.bamboo.plugins.artifact with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidArtifactDownloaderTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBitbucketCloudTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBitbucketCloudConnectionTester.testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBitbucketCloudBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidBitbucketCloudServerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) voidBitbucketCloudServerConfigurator.validateForConnectionTesting(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.command.task.configuration
Methods in com.atlassian.bamboo.plugins.command.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidCommandBuildTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.dummy.action
Classes in com.atlassian.bamboo.plugins.dummy.action that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionGitConnectionTester.testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected voidGitConnectionTester.handleHostKeyVerificationException(@NotNull ErrorCollection errorCollection, @NotNull HostKeyVerificationException exception) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.git.v2.configurator
Methods in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidGitBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidGitServerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) voidGitServerConfigurator.validateForConnectionTesting(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionGitHubConnectionTester.testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.github.configurator
Methods in com.atlassian.bamboo.plugins.github.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidGitHubBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidGitHubServerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) voidGitHubServerConfigurator.validateForConnectionTesting(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.github.trigger
Methods in com.atlassian.bamboo.plugins.github.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidGithubTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidGrailsTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.jiraPlugin.actions
Classes in com.atlassian.bamboo.plugins.jiraPlugin.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Classes in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax that implement ErrorCollectionModifier and TypeClassDescriptionclassclassAn action that returns a series of build resultsclassAn action that returns list of "latest relevant builds" given some JIRA keys -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBuildLabellerCustomBuildProcessor.validate(@NotNull BuildConfiguration buildConfiguration) This method is used to validate a build configuration for a build plan@Nullable ErrorCollectionBuildLogLabellerPreBuildAction.validate(BuildConfiguration config) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.lookandfeel
Classes in com.atlassian.bamboo.plugins.lookandfeel that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.maven.task.configuration
Methods in com.atlassian.bamboo.plugins.maven.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractMavenBuildTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.ognl
Classes in com.atlassian.bamboo.plugins.ognl that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.php.task.configuration
Methods in com.atlassian.bamboo.plugins.php.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidPhpUnitBuildTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.rest.admin.globalvariable
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable that return ErrorCollectionModifier and TypeMethodDescriptionRestGlobalVariableServiceImpl.validateVariable(RestGlobalVariable restGlobalVariable) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.script.task.configuration
Methods in com.atlassian.bamboo.plugins.script.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidScriptBuildTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.shell.configuration
Methods in com.atlassian.bamboo.plugins.shell.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionabstract voidAbstractShellCommandTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.stash.rest.common
Constructors in com.atlassian.bamboo.plugins.stash.rest.common with parameters of type ErrorCollectionModifierConstructorDescriptionRestErrorCollection(@NotNull ErrorCollection simpleErrorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidStashTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.stash.v2.configurator
Methods in com.atlassian.bamboo.plugins.stash.v2.configurator that return ErrorCollectionModifier and TypeMethodDescriptionprotected @NotNull ErrorCollectionBitbucketServerSshKeyHandler.getAuthenticationErrors(@NotNull String url, @NotNull String privateKey) Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBitbucketServerBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidBitbucketServerServerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.struts
Classes in com.atlassian.bamboo.plugins.struts that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.testresultparser.task.configuration
Methods in com.atlassian.bamboo.plugins.testresultparser.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTestResultsParserTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) protected voidTestResultsParserTaskConfigurator.validateTestResultsFilePattern(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.testutils.actions
Classes in com.atlassian.bamboo.plugins.testutils.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassUsed to validate RSS managed entity can't be modified by crafted Struts request. -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.testutils.docker
Methods in com.atlassian.bamboo.plugins.testutils.docker that return ErrorCollectionModifier and TypeMethodDescriptionTestDockerHandler.validateConfig(Map<String, Object> webFragmentsContextMap) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.testutils.generator
Methods in com.atlassian.bamboo.plugins.testutils.generator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTestResultGeneratorTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.variable.inject
Methods in com.atlassian.bamboo.plugins.variable.inject with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidInjectVariablesTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.vcs.task.configuration
Methods in com.atlassian.bamboo.plugins.vcs.task.configuration with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected abstract voidAbstractVcsTaskConfigurator.additionalValidate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Additional validation required by this task.voidVcsBranchTaskConfigurator.additionalValidate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidVcsCommitTaskConfigurator.additionalValidate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) protected voidVcsPushTaskConfigurator.additionalValidate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidVcsTagTaskConfigurator.additionalValidate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) final voidAbstractVcsTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidVcsCheckoutTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.velocity.security
Classes in com.atlassian.bamboo.plugins.velocity.security that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionProjectConfigurationService.validateProjectForCreation(@NotNull String projectKeyField, @Nullable String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) Perform validation of data for creation of a newProject.@NotNull ErrorCollectionProjectConfigurationService.validateProjectForCreation(@Nullable String projectKey, @Nullable String projectName, @Nullable String projectDescription) Perform validation of data for creation of a newProject.@NotNull ErrorCollectionProjectConfigurationServiceImpl.validateProjectForCreation(@NotNull String projectKeyField, @Nullable String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) @NotNull ErrorCollectionProjectConfigurationServiceImpl.validateProjectForCreation(@Nullable String projectKey, @Nullable String projectName, @Nullable String projectDescription) @NotNull ErrorCollectionProjectConfigurationService.validateProjectForUpdate(@NotNull String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) Perform validation of data for updating details of an existingProject.@NotNull ErrorCollectionProjectConfigurationService.validateProjectForUpdate(@NotNull String projectKey, @Nullable String projectName, @Nullable String projectDescription) Perform validation of data for updating details of an existingProject.@NotNull ErrorCollectionProjectConfigurationServiceImpl.validateProjectForUpdate(@NotNull String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) @NotNull ErrorCollectionProjectConfigurationServiceImpl.validateProjectForUpdate(@NotNull String projectKey, @Nullable String projectName, @Nullable String projectDescription) -
Uses of ErrorCollection in com.atlassian.bamboo.quickfilter
Methods in com.atlassian.bamboo.quickfilter that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionQuickFilterManager.validate(@NotNull QuickFilter quickFilter) Validates the given quick filter.@NotNull ErrorCollectionQuickFilterManagerImpl.validate(@NotNull QuickFilter quickFilter) -
Uses of ErrorCollection in com.atlassian.bamboo.quickfilter.rule
Methods in com.atlassian.bamboo.quickfilter.rule that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionValidate configuration of a rule of this type.@NotNull ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.quickfilter.rule.plugin
Methods in com.atlassian.bamboo.quickfilter.rule.plugin that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection@NotNull ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic booleanInvalidRepositoryException.handleInvalidRepositoryIfAppropriate(@Nullable PlanKey planKey, Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, @Nullable ErrorHandler errorHandler) Handles anInvalidRepositoryExceptionif appropriate, based on the exception type and theSystemProperty.PLAN_DISABLE_ON_REPOSITORY_EXCEPTIONsetting If the system property is true, the plan is disabled and an event published. -
Uses of ErrorCollection in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionSvnConnectionTester.testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) -
Uses of ErrorCollection in com.atlassian.bamboo.repository.svn.v2.configurator
Methods in com.atlassian.bamboo.repository.svn.v2.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidSvnBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidSvnBranchDetectionOptionsConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidSvnServerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.rest
Classes in com.atlassian.bamboo.rest that implement ErrorCollectionModifier and TypeClassDescriptionclassclassThis class lets a remote user login to obtain a session to access the REST APIclassThis class logs a remote user out from their session.classclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.rest.common.exception
Constructors in com.atlassian.bamboo.rest.common.exception with parameters of type ErrorCollectionModifierConstructorDescriptionRestErrorCollection(@NotNull ErrorCollection simpleErrorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.rss
Methods in com.atlassian.bamboo.rss that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionPreRssExecutionAction.execute(VcsRepositoryData repositoryData) Execute custom code before running Repository Stored Specs. -
Uses of ErrorCollection in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement ErrorCollectionModifier and TypeClassDescriptionclassThis class checks whether the user has global admin permission.classclassA webwork action to let a logged in user change their password.classAction to handle a registered user forgetting their password.classThis action simply displays the login page.classThis class logs out the currently logged in user. -
Uses of ErrorCollection in com.atlassian.bamboo.security.acegi.acls
Methods in com.atlassian.bamboo.security.acegi.acls that return ErrorCollectionModifier and TypeMethodDescriptionprotected ErrorCollectionBambooAclUpdateHelper.validateRolePermissionUpdateRequest(@NotNull String roleName, @NotNull List<org.acegisecurity.acls.Permission> permissions) protected @NotNull ErrorCollectionBambooAclUpdateHelper.validateUpdateRequest(@Nullable com.atlassian.user.Group group, @NotNull List<org.acegisecurity.acls.Permission> permissions, @NotNull BambooPermissionManager bambooPermissionManager) -
Uses of ErrorCollection in com.atlassian.bamboo.setup
Methods in com.atlassian.bamboo.setup with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanBambooSetupPersister.executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable) BambooSetupPersister.executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Callable<T> callable) booleanDefaultSetupPersister.executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable) DefaultSetupPersister.executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Callable<T> callable) -
Uses of ErrorCollection in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate the params submitted from the UI for this task definitionvoidTaskConfiguratorHelper.validateBuilderLabel(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate builder definition in action parametersvoidTaskConfiguratorHelperImpl.validateBuilderLabel(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidTaskConfiguratorHelper.validateJdk(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate JDK definition in action parametersvoidTaskConfiguratorHelperImpl.validateJdk(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidTaskConfiguratorHelper.validateTestResultsFilePattern(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate test results file pattern in action parametersvoidTaskConfiguratorHelperImpl.validateTestResultsFilePattern(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) voidTaskConfiguratorHelper.validateTestResultsFilePatternIfCustomPatternSelected(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection, @NotNull String cfgTestResultsFilePatternOptionCustom) Validate test results file pattern in action parameters when manual pattern is enabled by an optionvoidTaskConfiguratorHelperImpl.validateTestResultsFilePatternIfCustomPatternSelected(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection, @NotNull String cfgTestResultsFilePatternOptionCustom) -
Uses of ErrorCollection in com.atlassian.bamboo.task.condition
Methods in com.atlassian.bamboo.task.condition that return ErrorCollectionModifier and TypeMethodDescription@Nullable ErrorCollectionTaskCondition.validate(@NotNull ActionParametersMap parametersMap) Validate user input before saving condition configuration. -
Uses of ErrorCollection in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.cron
Methods in com.atlassian.bamboo.trigger.cron with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidCronTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.daily
Methods in com.atlassian.bamboo.trigger.daily with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidDailyTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAfterSuccessfulDeploymentTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidAfterSuccessfulPlanTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidAfterSuccessfulStageTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.polling
Methods in com.atlassian.bamboo.trigger.polling with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidPollingTriggerConfigurator.validate(ActionParametersMap actionParametersMap, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.remote
Classes in com.atlassian.bamboo.trigger.remote that implement ErrorCollectionModifier and TypeClassDescriptionclassAn action supports triggering from a remote SCMMethods in com.atlassian.bamboo.trigger.remote with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidRemoteTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.trigger.tag
Methods in com.atlassian.bamboo.trigger.tag with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTagTriggerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.user
Classes in com.atlassian.bamboo.user that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return ErrorCollectionModifier and TypeMethodDescriptionstatic ErrorCollectionBambooFieldValidate.checkFieldXssSafety(org.apache.struts2.text.TextProvider textProvider, String fieldName, String fieldValue) Methods in com.atlassian.bamboo.utils with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic voidErrorCollectionUtils.addErrorCollection(@NotNull org.apache.struts2.interceptor.ValidationAware validationAware, @Nullable ErrorCollection errorCollection) static voidBambooTestUtils.assertFormError(ErrorCollection errorCollection, String field, String errorMessage) static voidBambooValidationUtils.checkErrors(@NotNull ErrorCollection errorCollection) static voidBambooFieldValidate.checkFieldXssSafety(@NotNull ErrorCollection errorCollection, com.atlassian.sal.api.message.I18nResolver i18nResolver, String fieldName, String fieldValue) static voidBambooFieldValidate.checkFieldXssSafety(@NotNull ErrorCollection errorCollection, org.apache.struts2.text.TextProvider textProvider, String fieldName, String fieldValue) Check if field content is XSS safe.static booleanBambooFieldValidate.findFieldRelaxedXssViolation(ErrorCollection errorCollection, com.atlassian.sal.api.message.I18nResolver i18nResolver, String fieldName, String fieldValue) static booleanBambooFieldValidate.findFieldRelaxedXssViolation(ErrorCollection errorCollection, org.apache.struts2.text.TextProvider textProvider, String fieldName, String fieldValue) static booleanBambooFieldValidate.findFieldShellInjectionViolation(ErrorCollection errorCollection, com.atlassian.sal.api.message.I18nResolver i18nResolver, String fieldName, @Nullable String fieldValue) -
Uses of ErrorCollection in com.atlassian.bamboo.utils.error
Classes in com.atlassian.bamboo.utils.error that implement ErrorCollectionMethods in com.atlassian.bamboo.utils.error with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidErrorCollection.addErrorCollection(@NotNull ErrorCollection errors) Populate this ErrorCollection with general and field-specific errors.voidSimpleErrorCollectionInternal.addErrorCollection(@NotNull ErrorCollection errors) Deprecated. -
Uses of ErrorCollection in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionBuildContextImpl.getErrorCollection()@NotNull ErrorCollectionCommonContext.getErrorCollection()Any errors associated with the build@NotNull ErrorCollectionBaseBuildConfigurationAwarePlugin.validate(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollectionBuildConfigurationAwarePlugin.validate(@NotNull BuildConfiguration buildConfiguration) Validates the properties in theBuildConfigurationobject. -
Uses of ErrorCollection in com.atlassian.bamboo.v2.build.requirement
Methods in com.atlassian.bamboo.v2.build.requirement that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionRequirementService.validateRequirementForAdd(@NotNull PlanKey jobKey, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details.@NotNull ErrorCollectionRequirementServiceImpl.validateRequirementForAdd(@NotNull PlanKey jobKey, @Nullable String key, @Nullable ImmutableRequirement.MatchType matchType, @Nullable String matchValue) @NotNull ErrorCollectionRequirementService.validateRequirementForUpdate(@NotNull PlanKey jobKey, long requirementId, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details@NotNull ErrorCollectionRequirementServiceImpl.validateRequirementForUpdate(@NotNull PlanKey jobKey, long requirementId, @Nullable String key, @Nullable ImmutableRequirement.MatchType matchType, @Nullable String matchValue) -
Uses of ErrorCollection in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Pair<Boolean, ErrorCollection> ChangeDetectionListenerAction.testIfBuildShouldStart(PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) io.atlassian.fugue.Pair<Boolean, ErrorCollection> PluginTriggerBuildDetectionAction.testIfBuildShouldStart(PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) Methods in com.atlassian.bamboo.v2.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected @Nullable BuildContextAbstractDependentDetectionAction.prepareBuildContext(@NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.v2.ww2.build
Classes in com.atlassian.bamboo.v2.ww2.build that implement ErrorCollectionModifier and TypeClassDescriptionclassAn action that sends off a manual build requestclassAn action that sends off a continue manual stage requestclassclassAn action that restart failed buildclassAn action that restart failed buildclassAn action that sends off a manual build request -
Uses of ErrorCollection in com.atlassian.bamboo.validation
Methods in com.atlassian.bamboo.validation that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionValidationService.validateChainKey(@NotNull String fieldName, @Nullable String chainKey, ValidationFunction... functions) @NotNull ErrorCollectionValidationServiceImpl.validateChainKey(@NotNull String fieldName, @Nullable String chainKey, ValidationFunction... functions) @NotNull ErrorCollectionValidationService.validateDescription(@NotNull String fieldName, @Nullable String description) Validate the description field of any object.@NotNull ErrorCollectionValidationServiceImpl.validateDescription(@NotNull String fieldName, @Nullable String description) @NotNull ErrorCollectionValidationService.validateJobKey(@NotNull String fieldName, @Nullable String jobKey, ValidationFunction... functions) @NotNull ErrorCollectionValidationServiceImpl.validateJobKey(@NotNull String fieldName, @Nullable String jobKey, ValidationFunction... functions) @NotNull ErrorCollectionValidationService.validateKey(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions) Validate any String against Bamboo's generic rules for keys.@NotNull ErrorCollectionValidationServiceImpl.validateKey(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions) @NotNull ErrorCollectionValidationService.validateName(@NotNull String fieldName, @NotNull String errorPrefix, @Nullable String name) Validate any String against Bamboo's generic rules for names.@NotNull ErrorCollectionValidationServiceImpl.validateName(@NotNull String fieldName, @NotNull String errorPrefix, @Nullable String name) @NotNull ErrorCollectionValidationService.validateProjectKey(@NotNull String fieldName, @Nullable String projectKey, ValidationFunction... functions) Verify any String that it is a validProjectkey.@NotNull ErrorCollectionValidationServiceImpl.validateProjectKey(@NotNull String fieldName, @Nullable String projectKey, ValidationFunction... functions) Methods in com.atlassian.bamboo.validation with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidValidationFunction.validate(@NotNull String fieldName, @NotNull String fieldValue, @NotNull ErrorCollection errorCollection) Validate a specified field. -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.configuration.configurator
Methods in com.atlassian.bamboo.vcs.configuration.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidDefaultChangeDetectionOptionsConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionVcsRepositoryConfigurationService.configureRssDetection(long repositoryId, PartialVcsRepositoryData vcsRepositoryData, boolean isEnabled) Sets detection of Bamboo Specs for repository and saves new config.@NotNull ErrorCollectionVcsRepositoryConfigurationServiceImpl.configureRssDetection(long repositoryId, PartialVcsRepositoryData vcsRepositoryData, boolean isEnabled) @NotNull ErrorCollectionVcsConfigurationHelper.validateSharedRepositoryName(String repositoryName) Check if new shared repository name is valid.Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVcsConfigurationHelper.validateVcsConfiguration(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsDefinition, @NotNull ErrorCollection errorCollection, @NotNull Set<VcsConfigurationHelper.Overrides> overrides) Run repository configuration validation(s) on action's data.voidVcsConfigurationHelper.validateVcsConfigurationForConnectionTesting(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsDefinition, @NotNull ErrorCollection errorCollection) Run repository configuration validation(s) on action's data before testing the connection. -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.configurator
Methods in com.atlassian.bamboo.vcs.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVcsBranchConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidVcsBranchDetectionOptionsConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidVcsChangeDetectionOptionsConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) voidVcsLocationConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) default voidVcsLocationConfigurator.validateForConnectionTesting(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) A method similar toVcsLocationConfigurator.validate(ActionParametersMap, VcsLocationDefinition, ErrorCollection)used to validate repository configuration before connection testing. -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollectionVcsConnectionTester.testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) Test connection to the repository within the given timeout. -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.viewer.configurator
Methods in com.atlassian.bamboo.vcs.viewer.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVcsRepositoryViewerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.viewer.fisheye
Methods in com.atlassian.bamboo.vcs.viewer.fisheye that return ErrorCollectionModifier and TypeMethodDescriptionstatic @NotNull ErrorCollectionFishEyeRepositoryViewerConfigurator.validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl, @Nullable String webRepositoryName) Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidFishEyeRepositoryViewerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.viewer.generic
Methods in com.atlassian.bamboo.vcs.viewer.generic that return ErrorCollectionModifier and TypeMethodDescriptionstatic @NotNull ErrorCollectionGenericRepositoryViewerConfigurator.validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl) Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidGenericRepositoryViewerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.viewer.module
Methods in com.atlassian.bamboo.vcs.viewer.module with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVcsRepositoryViewerEmptyConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcsversion
Methods in com.atlassian.bamboo.vcsversion that return ErrorCollectionModifier and TypeMethodDescription@Nullable ErrorCollectionVCSVersionReader.validate(BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidWarningsTaskConfigurator.validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.webhooks
Classes in com.atlassian.bamboo.webhooks that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBitbucketServerForGitViewerConfigurator.validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.webwork
Classes in com.atlassian.bamboo.webwork that implement ErrorCollectionModifier and TypeClassDescriptionclassclassA Struts action that extends standardStarterActionby changing the logic for fetching build plans for dashboard.classThis class decides which starter page should be displayed on the web site.class -
Uses of ErrorCollection in com.atlassian.bamboo.ww2
Classes in com.atlassian.bamboo.ww2 that implement ErrorCollectionMethods in com.atlassian.bamboo.ww2 with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBambooActionSupport.addErrorCollection(@NotNull ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions
Classes in com.atlassian.bamboo.ww2.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassThis class places a build's log in the GUI for viewing. -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.about
Classes in com.atlassian.bamboo.ww2.actions.about that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin
Classes in com.atlassian.bamboo.ww2.actions.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis class may be accessed with the context not set up.classAction to look deeper into the Bamboo internals. -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.author
Classes in com.atlassian.bamboo.ww2.actions.admin.author that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassThis class provides a UI action to edit one or more build.classclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger that implement ErrorCollectionModifier and TypeClassDescriptionclassA helper action used inReplaceTriggersBulkAction.classA bulk action to replace plan triggers. -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.elastic
Classes in com.atlassian.bamboo.ww2.actions.admin.elastic that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule
Classes in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule that implement ErrorCollectionModifier and TypeClassDescriptionclassclassAction for dealing with manyElasticInstanceSchedule -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Classes in com.atlassian.bamboo.ww2.actions.admin.ephemeral that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.gadgets
Classes in com.atlassian.bamboo.ww2.actions.admin.gadgets that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.group
Classes in com.atlassian.bamboo.ww2.actions.admin.group that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
Classes in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that implement ErrorCollectionModifier and TypeClassDescriptionclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.mail
Classes in com.atlassian.bamboo.ww2.actions.admin.mail that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.migration
Classes in com.atlassian.bamboo.ww2.actions.admin.migration that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.notification
Classes in com.atlassian.bamboo.ww2.actions.admin.notification that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.specs
Classes in com.atlassian.bamboo.ww2.actions.admin.specs that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.user
Classes in com.atlassian.bamboo.ww2.actions.admin.user that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.user.signup
Classes in com.atlassian.bamboo.ww2.actions.admin.user.signup that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.webhook
Classes in com.atlassian.bamboo.ww2.actions.admin.webhook that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.agent
Classes in com.atlassian.bamboo.ww2.actions.agent that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.author
Classes in com.atlassian.bamboo.ww2.actions.author that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch
Classes in com.atlassian.bamboo.ww2.actions.branch that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch.repository
Classes in com.atlassian.bamboo.ww2.actions.branch.repository that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build
Classes in com.atlassian.bamboo.ww2.actions.build that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassThis is an embedded action that's used to displayclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin
Classes in com.atlassian.bamboo.ww2.actions.build.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassThis class provides a UI action to remove one or more build.classclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.config
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassonly used by bulk action. but wait a sec, shouldn't we be using the chain one?classclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.task that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTaskUIConfigBean.validateTaskConfiguration(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull ErrorCollection errorCollection) voidTaskUIConfigBean.validateTaskConfiguration(@NotNull TaskModuleDescriptor taskDescriptor, @Nullable List<TaskConditionConfig> conditions, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.config.variable
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.variable that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.create
Classes in com.atlassian.bamboo.ww2.actions.build.admin.create that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains
Classes in com.atlassian.bamboo.ww2.actions.chains that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains.admin
Classes in com.atlassian.bamboo.ww2.actions.chains.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Classes in com.atlassian.bamboo.ww2.actions.chains.admin.triggers that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidTriggerUIConfigBean.validateTriggerConfiguration(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.charts
Classes in com.atlassian.bamboo.ww2.actions.charts that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.comment
Classes in com.atlassian.bamboo.ww2.actions.comment that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.encrypt
Classes in com.atlassian.bamboo.ww2.actions.encrypt that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.error
Classes in com.atlassian.bamboo.ww2.actions.error that implement ErrorCollectionModifier and TypeClassDescriptionclassAccess denied action.classA base Error class used for things like 404, permission denied etc.classAn Error class for the errorEvents.action endpointclassA 500 error handling action that tries to find the exception in the context and then also logs it.class -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.jira
Classes in com.atlassian.bamboo.ww2.actions.jira that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.labels
Classes in com.atlassian.bamboo.ww2.actions.labels that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.plan
Classes in com.atlassian.bamboo.ww2.actions.plan that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.plans.admin
Classes in com.atlassian.bamboo.ww2.actions.plans.admin that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project
Classes in com.atlassian.bamboo.ww2.actions.project that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassBase class for actions withProjectas the domain entity.classclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.repository
Classes in com.atlassian.bamboo.ww2.actions.project.repository that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.variable
Classes in com.atlassian.bamboo.ww2.actions.project.variable that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.reports
Classes in com.atlassian.bamboo.ww2.actions.reports that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.rss
Classes in com.atlassian.bamboo.ww2.actions.rss that implement ErrorCollectionModifier and TypeClassDescriptionclassclassThis generates a rss feed for a given label.classThis generates a rss feed from a resultsList.class -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.setup
Classes in com.atlassian.bamboo.ww2.actions.setup that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassA simple action, the goal of which is to redirect the user to the correct setup stepclassclassclassclassclassclassclassMethods in com.atlassian.bamboo.ww2.actions.setup with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidSetupUtilityBean.setupAgentsSecurityToken(@NotNull ErrorCollection errorCollection, boolean featureEnabled) Initializes the agent security token authentication feature and all related settings for this Bamboo instance.voidSetupUtilityBean.setupDatasourceDatabase(String selectedDatasource, com.atlassian.config.db.DatabaseDetails dbDetails, String datasourceName, jakarta.servlet.ServletContext servletContext, ErrorCollection errorCollection) voidSetupUtilityBean.setupEmbeddedDatabase(jakarta.servlet.ServletContext servletContext, ErrorCollection errorCollection) voidSetupUtilityBean.setupGeneralConfiguration(@Nullable String instanceName, String baseUrl, String configDir, String buildWorkingDir, String buildDir, String artifactsDir, @Nullable String brokerClientURI, String repositoryLogsDir, ErrorCollection errorCollection) voidSetupUtilityBean.setupStandardDatabase(String selectedDatabase, com.atlassian.config.db.DatabaseDetails dbDetails, jakarta.servlet.ServletContext servletContext, ErrorCollection errorCollection) voidSetupUtilityBean.setupUser(String username, String password, String email, String fullName, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.user
Classes in com.atlassian.bamboo.ww2.actions.user that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.websudo
Classes in com.atlassian.bamboo.ww2.actions.websudo that implement ErrorCollectionModifier and TypeClassDescriptionclassA webwork action to let an admin enter a web sudo session. -
Uses of ErrorCollection in com.atlassian.bamboo.xmpp
Methods in com.atlassian.bamboo.xmpp that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands that return ErrorCollectionModifier and TypeMethodDescriptionCommitCommentSmackCommand.validate()abstract ErrorCollectionSimpleSmackCommand.validate()
DefaultWebValidationExceptioninstead