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 TypeMethodDescriptionboolean
ElasticFunctionalityFacade.isElasticSupportPossible
(@NotNull ErrorCollection errorCollection) boolean
ElasticFunctionalityFacadeImpl.isElasticSupportPossible
(@NotNull ErrorCollection errorCollection) boolean
ElasticFunctionalityFacade.validateAgentCreation
(int numAgentsRequired, ErrorCollection errorCollection) Validates whether the requested number of agents can be created and adds any errors to the error collection.boolean
ElasticFunctionalityFacadeImpl.validateAgentCreation
(int numAgentsRequired, ErrorCollection errorCollection) boolean
ElasticInstanceManager.validateAwsCredentials
(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, com.atlassian.aws.credentials.AWSCredentials awsCredentials, ErrorCollection errorCollection) Validate supplied AWS credentials.boolean
ElasticInstanceManagerImpl.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 TypeClassDescriptionclass
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Shows the latest status of a buildclass
This class displays a build and its build summaryclass
This action lets a user browse the build files.class
class
This class displays the specificBuildResultsImpl
for aPlan
.class
class
class
This class displays the nextBuildResultsImpl
from the one we are currently viewingclass
This class displays the previousBuildResultsImpl
from the one we are currently viewingclass
class
Methods in com.atlassian.bamboo.build that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
BuildDetectionResult.getErrorCollection()
Any errors that may have happened when the execution ofBuildDetectionAction
failed@NotNull ErrorCollection
BuildDetectionResultImpl.getErrorCollection()
Any errors that may have happened when the execution ofBuildDetectionAction
failed@NotNull ErrorCollection
BuildRequestResultImpl.getErrors()
@Nullable ErrorCollection
CustomPreBuildAction.validate
(BuildConfiguration config) Validate the build configuration when trying to save configuration for thePlan
This is used if the CustomPreBuildAction needs to have configuration stored against the build plan.@NotNull ErrorCollection
PlanDependencyManager.validateChildDependencyList
(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Validate child dependency list@NotNull ErrorCollection
PlanDependencyManagerImpl.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 void
BuildConfigurationValidationUtils.validatePostiveInteger
(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection) static void
BuildConfigurationValidationUtils.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 ErrorCollection
AbstractArtifactManager.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 TypeMethodDescriptionvoid
S3ArtifactHandlerConfigurator.validateConfiguration
(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) void
ServerLocalArtifactHandlerConfigurator.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 TypeMethodDescriptionvoid
AbstractArtifactHandlerConfigurator.validateConfiguration
(@NotNull Map<String, String> newArtifactHandlersConfiguration, @NotNull Map<String, String> oldArtifactHandlersConfiguration, @NotNull ErrorCollection errorCollection) void
ArtifactHandlerConfigurator.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 ErrorCollection
ConcurrentBuildsPlanConfigurationPlugin.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 ErrorCollection
DockerPipelineValidationService.validateDockerPipelineConfiguration
(@NotNull DockerPipelineConfiguration dockerPipelineConfiguration) Checks if Docker configuration is valid.@NotNull ErrorCollection
DockerPipelineValidationServiceImpl.validateDockerPipelineConfiguration
(@NotNull DockerPipelineConfiguration dockerPipelineConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.expiry
Classes in com.atlassian.bamboo.build.expiry that implement ErrorCollectionModifier and TypeClassDescriptionclass
Action 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 ErrorCollection
BuildExpiryPerPlanPlugin.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 ErrorCollection
BuildMonitoringPerPlanPlugin.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.build.tests
Classes in com.atlassian.bamboo.build.tests that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
-
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 TypeClassDescriptionclass
This 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 ErrorCollection
PlansGreenCondition.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
ChainStateCreationRequestResultImpl.getErrors()
@NotNull ErrorCollection
ChainStateResult.getErrors()
Errors that occurred when creating theChainResultsSummary
Constructors 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 ErrorCollection
CloverBuildProcessor.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 TypeClassDescriptionclass
class
This displays the basic Bamboo server administration pageclass
This class handles configuration updates from am web formclass
class
class
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent
Classes in com.atlassian.bamboo.configuration.agent that implement ErrorCollectionModifier and TypeClassDescriptionclass
Base class for remote agent authentication actions.class
class
class
class
class
class
class
class
class
Action class for mutative agent operationsclass
class
class
Action that manages the interaction with capabilities from a key levelclass
Action class for mutative local agent operationsclass
Webwork action to configure (approve/revoke approval) remote agent authentications.class
class
class
class
class
class
class
class
Webwork action to configure (approve/revoke approval) remote agent authentications.class
class
class
class
Forwarding action that has side effect of setting value of filter for agent build list.class
class
class
class
This action should only be used for non-mutative operations.class
class
class
class
class
class
class
class
class
Action 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 TypeClassDescriptionclass
class
class
class
Methods in com.atlassian.bamboo.configuration.credentials with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
CredentialsUIConfigBean.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 ErrorCollection
RssDetectionService.canEnqueue
(long repositoryId) Checks whether Bamboo can enqueue RSS detection for the given repository.@NotNull ErrorCollection
RssDetectionService.canEnqueue
(@NotNull VcsRepositoryData vcsRepositoryData) Checks whether Bamboo can enqueue RSS detection for the given repository.@NotNull ErrorCollection
RssDetectionServiceImpl.canEnqueue
(long repositoryId) @NotNull ErrorCollection
RssDetectionServiceImpl.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 problems
based on anerror collection
. -
Uses of ErrorCollection in com.atlassian.bamboo.configuration.logs
Classes in com.atlassian.bamboo.configuration.logs that implement ErrorCollectionModifier and TypeClassDescriptionclass
Allows 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in com.atlassian.bamboo.configuration.repository that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
VcsConfigurationHelperImpl.validateSharedRepositoryName
(String repositoryName) Methods in com.atlassian.bamboo.configuration.repository with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
VcsConfigurationHelperImpl.validateVcsConfiguration
(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection, @NotNull Set<VcsConfigurationHelper.Overrides> overrides) void
VcsUIConfigBean.validateVcsConfiguration
(@NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection, @NotNull Set<VcsConfigurationHelper.Overrides> overrides) void
VcsConfigurationHelperImpl.validateVcsConfigurationForConnectionTesting
(@NotNull ActionParametersMap apm, @NotNull VcsRepositoryModuleDescriptor vcsDescriptor, @Nullable PartialVcsRepositoryData previousVcsData, @NotNull ErrorCollection errorCollection) void
VcsViewerUIConfigBean.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 TypeClassDescriptionclass
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
AbstractCredentialType.validate
(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) void
CredentialType.validate
(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) Validate configuration.void
SshCredentialType.validate
(@NotNull ActionParametersMap params, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) void
UsernamePasswordCredentialType.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.triggers
Classes in com.atlassian.bamboo.deployments.environments.actions.triggers that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.variable
Classes in com.atlassian.bamboo.deployments.environments.actions.variable that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
-
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.EnvironmentServiceImpl.moveEnvironment
(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId) @NotNull ErrorCollection
EnvironmentService.moveEnvironmentDown
(long deploymentProjectId, long environmentId, int currentPosition) Deprecated.@NotNull ErrorCollection
EnvironmentServiceImpl.moveEnvironmentDown
(long deploymentProjectId, long environmentId, int currentPosition) @NotNull ErrorCollection
EnvironmentService.moveEnvironmentUp
(long deploymentProjectId, long environmentId, int currentPosition) Deprecated.@NotNull ErrorCollection
EnvironmentServiceImpl.moveEnvironmentUp
(long deploymentProjectId, long environmentId, int currentPosition) @NotNull ErrorCollection
EnvironmentService.validateAddEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description) Validates values to be used for creating a new environment.@NotNull ErrorCollection
EnvironmentServiceImpl.validateAddEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description) @NotNull ErrorCollection
EnvironmentService.validateEditEnvironment
(long environmentId, @Nullable String name, @Nullable String description) Validates values to be used when editing existing environment.@NotNull ErrorCollection
EnvironmentServiceImpl.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 ErrorCollection
DeploymentContextImpl.getErrorCollection()
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.actions
Classes in com.atlassian.bamboo.deployments.execution.actions that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
EnvironmentTriggeringResultImpl.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
DeploymentProjectService.validateAddDeploymentProject
(String name, String description, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollection
DeploymentProjectService.validateAddDeploymentProject
(String name, String description, String masterPlanKeyString, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollection
DeploymentProjectServiceImpl.validateAddDeploymentProject
(String name, String description, String planKeyString) @NotNull ErrorCollection
DeploymentProjectServiceImpl.validateAddDeploymentProject
(String name, String description, String masterPlanKeyString, String planKeyString) @NotNull ErrorCollection
DeploymentProjectService.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 ErrorCollection
DeploymentProjectServiceImpl.validateArtifactTaskDefinitionOnPlanChange
(long deploymentProjectId, String planKeyString, @NotNull Map<String, ArtifactValidationError> artifactValidationErrors) @NotNull ErrorCollection
DeploymentProjectService.validateCloneDeploymentProject
(String name, String description, String planKeyString) Validates data to be used when adding a deployment project.@NotNull ErrorCollection
DeploymentProjectServiceImpl.validateCloneDeploymentProject
(String name, String description, @Nullable String planKeyString) @NotNull ErrorCollection
DeploymentProjectService.validateEditDeploymentProject
(long id, String name, @Nullable String description, @Nullable String planKeyString) Validates data to be used when editing an existing deployment.@NotNull ErrorCollection
DeploymentProjectService.validateEditDeploymentProject
(long id, String name, String description, String masterPlanKeyString, String planKeyString) Validates data to be used when editing an existing deployment.@NotNull ErrorCollection
DeploymentProjectServiceImpl.validateEditDeploymentProject
(long id, String name, @Nullable String description, @Nullable String planKeyString) @NotNull ErrorCollection
DeploymentProjectServiceImpl.validateEditDeploymentProject
(long id, String name, @Nullable String description, String masterPlanKeyString, String planKeyString) @NotNull ErrorCollection
DeploymentProjectService.validateTriggerConfigurationOnPlanChange
(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) Validate trigger configuration on deployment project's plan change@NotNull ErrorCollection
DeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange
(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) @NotNull ErrorCollection
DeploymentProjectService.validateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, @NotNull Set<String> variablesToAutoIncrement) Validate the version naming configuration for a project@NotNull ErrorCollection
DeploymentProjectServiceImpl.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
DeploymentVersionService.validateCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) Validates values to be used for creating a new version.@NotNull ErrorCollection
DeploymentVersionServiceImpl.validateCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) @NotNull ErrorCollection
DeploymentVersionService.validateDeploymentVersionRename
(long deploymentProjectId, @NotNull DeploymentVersion deploymentVersion, @Nullable String name) Validates values to be used for renaming version.@NotNull ErrorCollection
DeploymentVersionServiceImpl.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 ErrorCollection
WebValidationException.errorCollection
Methods in com.atlassian.bamboo.exception that return ErrorCollectionConstructors in com.atlassian.bamboo.exception with parameters of type ErrorCollectionModifierConstructorDescriptionDefaultWebValidationException
(ErrorCollection errorCollection) WebValidationException
(ErrorCollection errorCollection) Deprecated.since 5.10 useDefaultWebValidationException
instead -
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 TypeClassDescriptionclass
Action class for non-mutative operations on admin errorsclass
Action class for all mutative actions on admin errorsclass
This webwork action removes a specified error from the log.class
This class provides the ui with a collection of the current system errors.class
This webwork action views a specified error from the log.Methods in com.atlassian.bamboo.logger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
AbstractErrorUpdateHandler.addErrorCollection
(ResultKey buildKey, ErrorCollection errors) void
ErrorUpdateHandler.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 boolean
ErrorCollectionContainsMessageMatcher.matchesSafely
(ErrorCollection errorCollection) protected boolean
ErrorCollectionHasAnyErrorMatcher.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 ErrorCollection
Validate the data user provided.@NotNull ErrorCollection
validate 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 ErrorCollection
ExecutionRequestResult.getErrors()
Any errors that occurred during the execution requestMethods in com.atlassian.bamboo.plan with parameters of type ErrorCollectionModifier and TypeMethodDescriptionboolean
AbstractPlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) boolean
AbstractPlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
PlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.boolean
PlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.protected abstract boolean
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
PlanExecutionConcurrencyServiceImpl.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.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 boolean
BranchMetadataBuildPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) protected boolean
PluggablePlanExecutionPermitter.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 TypeMethodDescriptionboolean
PlanExecutionGuard.isPermittedToExecute
(@NotNull ImmutableChain chain, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.protected boolean
UniqueRunPerKeyPlanExecutionPermitter.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 ErrorCollection
JobService.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 ErrorCollection
JobService.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 ErrorCollection
JobService.validateJobForUpdate
(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId) Validate editing of a job@NotNull ErrorCollection
JobServiceImpl.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 ErrorCollection
StageService.validateStageForAdd
(@NotNull PlanKey planKey, @Nullable String name, @Nullable String description, boolean isManual, boolean isFinal) Validates a new stage for the specified plan.@NotNull ErrorCollection
StageServiceImpl.validateStageForAdd
(@NotNull PlanKey planKey, @Nullable String stageName, @Nullable String stageDescription, boolean isManual, boolean isFinal) @NotNull ErrorCollection
StageService.validateStageForUpdate
(@NotNull PlanKey planKey, long stageId, @Nullable String name, @Nullable String description, boolean manual, boolean isFinal) Validates editing of a stage.@NotNull ErrorCollection
StageServiceImpl.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 ErrorCollection
PlanTriggerResult.getErrorCollection()
@NotNull ErrorCollection
PlanTriggerResultBuilder.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 TypeMethodDescriptionvoid
AntBuildTaskConfigurator.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 TypeMethodDescriptionvoid
ArtifactDownloaderTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return ErrorCollectionModifier and TypeMethodDescriptionBitbucketRepository.beforeSave
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration) @NotNull ErrorCollection
BitbucketRepository.testConnection
(long timeout, @NotNull TimeUnit unit) @NotNull ErrorCollection
BitbucketRepository.validate
(@NotNull BuildConfiguration configuration) @NotNull ErrorCollection
BitbucketRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
BitbucketCloudTriggerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.bitbucket.utils
Methods in com.atlassian.bamboo.plugins.bitbucket.utils that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
BitbucketValidationHelper.validate
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) Validates configuration of a Bitbucket Cloud repository.@NotNull ErrorCollection
BitbucketValidationHelperImpl.validate
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) @NotNull ErrorCollection
BitbucketValidationHelper.validateForConnectionTesting
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) Validates configuration of a Bitbucket Cloud repository for connection testing.@NotNull ErrorCollection
BitbucketValidationHelperImpl.validateForConnectionTesting
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) Methods in com.atlassian.bamboo.plugins.bitbucket.utils with parameters of type ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
BitbucketValidationHelper.validate
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) Validates configuration of a Bitbucket Cloud repository.@NotNull ErrorCollection
BitbucketValidationHelperImpl.validate
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) @NotNull ErrorCollection
BitbucketValidationHelper.validateForConnectionTesting
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection) Validates configuration of a Bitbucket Cloud repository for connection testing.@NotNull ErrorCollection
BitbucketValidationHelperImpl.validateForConnectionTesting
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @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 ErrorCollection
BitbucketCloudConnectionTester.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 TypeMethodDescriptionvoid
BitbucketCloudBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
BitbucketCloudServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) void
BitbucketCloudServerConfigurator.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 TypeMethodDescriptionvoid
CommandBuildTaskConfigurator.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 TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement ErrorCollectionMethods in com.atlassian.bamboo.plugins.git that return ErrorCollectionModifier and TypeMethodDescriptionGitRepository.beforeSave
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration) @NotNull ErrorCollection
GitRepository.testConnection
(long timeout, @NotNull TimeUnit unit) @NotNull ErrorCollection
GitHubRepository.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
GitRepository.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
GitRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
GitConnectionTester.testConnection
(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected void
GitConnectionTester.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 TypeMethodDescriptionvoid
GitBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
GitServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) void
GitServerConfigurator.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 ErrorCollection
GitHubConnectionTester.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 TypeMethodDescriptionvoid
GitHubBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
GitHubServerConfigurator.validate
(@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 TypeMethodDescriptionvoid
GithubTriggerConfigurator.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 TypeMethodDescriptionvoid
GrailsTaskConfigurator.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 TypeClassDescriptionclass
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Classes in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
An action that returns a series of build resultsclass
An 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 ErrorCollection
BuildLabellerCustomBuildProcessor.validate
(@NotNull BuildConfiguration buildConfiguration) This method is used to validate a build configuration for a build plan@Nullable ErrorCollection
BuildLogLabellerPreBuildAction.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 TypeMethodDescriptionvoid
AbstractMavenBuildTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection 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 TypeMethodDescriptionvoid
PhpUnitBuildTaskConfigurator.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 TypeMethodDescriptionvoid
ScriptBuildTaskConfigurator.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 void
AbstractShellCommandTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return ErrorCollectionModifier and TypeMethodDescriptionStashRepositoryImpl.beforeSave
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration) @NotNull ErrorCollection
StashRepositoryImpl.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
StashWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) -
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 TypeMethodDescriptionvoid
StashTriggerConfigurator.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 ErrorCollection
BitbucketServerSshKeyHandler.getAuthenticationErrors
(@NotNull String url, @NotNull String privateKey) Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
BitbucketServerBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
BitbucketServerServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection 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 TypeMethodDescriptionvoid
TestResultsParserTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) protected void
TestResultsParserTaskConfigurator.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 TypeClassDescriptionclass
Used 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 TypeMethodDescriptionvoid
TestResultGeneratorTaskConfigurator.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 TypeMethodDescriptionvoid
InjectVariablesTaskConfigurator.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 void
AbstractVcsTaskConfigurator.additionalValidate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Additional validation required by this task.void
VcsBranchTaskConfigurator.additionalValidate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
VcsCommitTaskConfigurator.additionalValidate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) protected void
VcsPushTaskConfigurator.additionalValidate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
VcsTagTaskConfigurator.additionalValidate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) final void
AbstractVcsTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
VcsCheckoutTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
ProjectConfigurationService.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 ErrorCollection
ProjectConfigurationService.validateProjectForCreation
(@Nullable String projectKey, @Nullable String projectName, @Nullable String projectDescription) Perform validation of data for creation of a newProject
.@NotNull ErrorCollection
ProjectConfigurationServiceImpl.validateProjectForCreation
(@NotNull String projectKeyField, @Nullable String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) @NotNull ErrorCollection
ProjectConfigurationServiceImpl.validateProjectForCreation
(@Nullable String projectKey, @Nullable String projectName, @Nullable String projectDescription) @NotNull ErrorCollection
ProjectConfigurationService.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 ErrorCollection
ProjectConfigurationService.validateProjectForUpdate
(@NotNull String projectKey, @Nullable String projectName, @Nullable String projectDescription) Perform validation of data for updating details of an existingProject
.@NotNull ErrorCollection
ProjectConfigurationServiceImpl.validateProjectForUpdate
(@NotNull String projectKey, @NotNull String projectNameField, @Nullable String projectName, @NotNull String projectDescriptionField, @Nullable String projectDescription) @NotNull ErrorCollection
ProjectConfigurationServiceImpl.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 ErrorCollection
QuickFilterManager.validate
(@NotNull QuickFilter quickFilter) Validates the given quick filter.@NotNull ErrorCollection
QuickFilterManagerImpl.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 ErrorCollection
Validate 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 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
TestConnectionAwareRepository.testConnection
(long timeout, @NotNull TimeUnit unit) Test connection to the repository within the given timeout.@NotNull ErrorCollection
AbstractRepository.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated.default @NotNull ErrorCollection
TestConnectionAwareRepository.validateForConnectionTesting
(@NotNull BuildConfiguration configuration) A method similar toBuildConfigurationAwarePlugin.validate(BuildConfiguration)
used to validate repository configuration before connection testing.Methods in com.atlassian.bamboo.repository with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic boolean
InvalidRepositoryException.handleInvalidRepositoryIfAppropriate
(@Nullable PlanKey planKey, Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, @Nullable ErrorHandler errorHandler) Returns if theInvalidRepositoryException
was handled (if the passed exception or the cause of it is of the right type.void
QuietPeriodHelper.validate
(BuildConfiguration buildConfiguration, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
SvnRepository.testConnection
(long timeout, @NotNull TimeUnit unit) @NotNull ErrorCollection
SvnRepository.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
SvnConnectionTester.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 TypeMethodDescriptionvoid
SvnBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
SvnBranchDetectionOptionsConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
SvnServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.repository.ui
Methods in com.atlassian.bamboo.repository.ui that return ErrorCollectionModifier and TypeMethodDescriptionEditActionAwareRepository.beforeSave
(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration) Action to be taken before repository is saved from the UI. -
Uses of ErrorCollection in com.atlassian.bamboo.rest
Classes in com.atlassian.bamboo.rest that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
This class lets a remote user login to obtain a session to access the REST APIclass
This class logs a remote user out from their session.class
class
class
class
-
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 ErrorCollection
PreRssExecutionAction.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 TypeClassDescriptionclass
This class checks whether the user has global admin permission.class
class
A webwork action to let a logged in user change their password.class
Action to handle a registered user forgetting their password.class
This action simply displays the login page.class
This 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 ErrorCollection
BambooAclUpdateHelper.validateRolePermissionUpdateRequest
(@NotNull String roleName, @NotNull List<org.acegisecurity.acls.Permission> permissions) protected @NotNull ErrorCollection
BambooAclUpdateHelper.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 TypeMethodDescriptionboolean
BambooSetupPersister.executeSetupStep
(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable) BambooSetupPersister.executeSetupStep
(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Callable<T> callable) boolean
DefaultSetupPersister.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 TypeMethodDescriptionvoid
AbstractTaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
TaskConfigurator.validate
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate the params submitted from the UI for this task definitionvoid
TaskConfiguratorHelper.validateBuilderLabel
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate builder definition in action parametersvoid
TaskConfiguratorHelperImpl.validateBuilderLabel
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
TaskConfiguratorHelper.validateJdk
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate JDK definition in action parametersvoid
TaskConfiguratorHelperImpl.validateJdk
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
TaskConfiguratorHelper.validateTestResultsFilePattern
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) Validate test results file pattern in action parametersvoid
TaskConfiguratorHelperImpl.validateTestResultsFilePattern
(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection) void
TaskConfiguratorHelper.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 optionvoid
TaskConfiguratorHelperImpl.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 ErrorCollection
TaskCondition.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 TypeMethodDescriptionvoid
TriggerConfigurator.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 TypeMethodDescriptionvoid
CronTriggerConfigurator.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 TypeMethodDescriptionvoid
DailyTriggerConfigurator.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 TypeMethodDescriptionvoid
AfterSuccessfulDeploymentTriggerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
AfterSuccessfulPlanTriggerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
AfterSuccessfulStageTriggerConfigurator.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 TypeMethodDescriptionvoid
PollingTriggerConfigurator.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 TypeClassDescriptionclass
An action supports triggering from a remote SCMMethods in com.atlassian.bamboo.trigger.remote with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
RemoteTriggerConfigurator.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 TypeMethodDescriptionvoid
TagTriggerConfigurator.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 ErrorCollection
BambooFieldValidate.checkFieldXssSafety
(com.opensymphony.xwork2.TextProvider textProvider, String fieldName, String fieldValue) Methods in com.atlassian.bamboo.utils with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic void
ErrorCollectionUtils.addErrorCollection
(@NotNull com.atlassian.struts.ValidationAware validationAware, @Nullable ErrorCollection errorCollection) static void
BambooTestUtils.assertFormError
(ErrorCollection errorCollection, String field, String errorMessage) static void
BambooValidationUtils.checkErrors
(@NotNull ErrorCollection errorCollection) static void
BambooFieldValidate.checkFieldXssSafety
(@NotNull ErrorCollection errorCollection, com.atlassian.sal.api.message.I18nResolver i18nResolver, String fieldName, String fieldValue) static void
BambooFieldValidate.checkFieldXssSafety
(@NotNull ErrorCollection errorCollection, com.opensymphony.xwork2.TextProvider textProvider, String fieldName, String fieldValue) Check if field content is XSS safe.static boolean
BambooFieldValidate.findFieldRelaxedXssViolation
(ErrorCollection errorCollection, com.atlassian.sal.api.message.I18nResolver i18nResolver, String fieldName, String fieldValue) static boolean
BambooFieldValidate.findFieldRelaxedXssViolation
(ErrorCollection errorCollection, com.opensymphony.xwork2.TextProvider textProvider, String fieldName, String fieldValue) static boolean
BambooFieldValidate.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 TypeMethodDescriptionvoid
ErrorCollection.addErrorCollection
(@NotNull ErrorCollection errors) Populate this ErrorCollection with general and field-specific errors.void
SimpleErrorCollectionInternal.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 ErrorCollection
BuildContextImpl.getErrorCollection()
@NotNull ErrorCollection
CommonContext.getErrorCollection()
Any errors associated with the build@NotNull ErrorCollection
BaseBuildConfigurationAwarePlugin.validate
(@NotNull BuildConfiguration buildConfiguration) @NotNull ErrorCollection
BuildConfigurationAwarePlugin.validate
(@NotNull BuildConfiguration buildConfiguration) Validates the properties in theBuildConfiguration
object. -
Uses of ErrorCollection in com.atlassian.bamboo.v2.build.requirement
Methods in com.atlassian.bamboo.v2.build.requirement that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
RequirementService.validateRequirementForAdd
(@NotNull PlanKey jobKey, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details.@NotNull ErrorCollection
RequirementServiceImpl.validateRequirementForAdd
(@NotNull PlanKey jobKey, @Nullable String key, @Nullable ImmutableRequirement.MatchType matchType, @Nullable String matchValue) @NotNull ErrorCollection
RequirementService.validateRequirementForUpdate
(@NotNull PlanKey jobKey, long requirementId, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details@NotNull ErrorCollection
RequirementServiceImpl.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 BuildContext
AbstractDependentDetectionAction.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 TypeClassDescriptionclass
An action that sends off a manual build requestclass
An action that sends off a continue manual stage requestclass
class
An action that restart failed buildclass
An action that restart failed buildclass
An 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 ErrorCollection
ValidationService.validateChainKey
(@NotNull String fieldName, @Nullable String chainKey, ValidationFunction... functions) @NotNull ErrorCollection
ValidationServiceImpl.validateChainKey
(@NotNull String fieldName, @Nullable String chainKey, ValidationFunction... functions) @NotNull ErrorCollection
ValidationService.validateDescription
(@NotNull String fieldName, @Nullable String description) Validate the description field of any object.@NotNull ErrorCollection
ValidationServiceImpl.validateDescription
(@NotNull String fieldName, @Nullable String description) @NotNull ErrorCollection
ValidationService.validateJobKey
(@NotNull String fieldName, @Nullable String jobKey, ValidationFunction... functions) @NotNull ErrorCollection
ValidationServiceImpl.validateJobKey
(@NotNull String fieldName, @Nullable String jobKey, ValidationFunction... functions) @NotNull ErrorCollection
ValidationService.validateKey
(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions) Validate any String against Bamboo's generic rules for keys.@NotNull ErrorCollection
ValidationServiceImpl.validateKey
(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions) @NotNull ErrorCollection
ValidationService.validateName
(@NotNull String fieldName, @NotNull String errorPrefix, @Nullable String name) Validate any String against Bamboo's generic rules for names.@NotNull ErrorCollection
ValidationServiceImpl.validateName
(@NotNull String fieldName, @NotNull String errorPrefix, @Nullable String name) @NotNull ErrorCollection
ValidationService.validateProjectKey
(@NotNull String fieldName, @Nullable String projectKey, ValidationFunction... functions) Verify any String that it is a validProject
key.@NotNull ErrorCollection
ValidationServiceImpl.validateProjectKey
(@NotNull String fieldName, @Nullable String projectKey, ValidationFunction... functions) Methods in com.atlassian.bamboo.validation with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
ValidationFunction.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 TypeMethodDescriptionvoid
DefaultChangeDetectionOptionsConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
DeploymentRepositoryBuildContext.getErrorCollection()
@NotNull ErrorCollection
LegacyConnectionTester.testConnection
(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Methods in com.atlassian.bamboo.vcs.configuration.legacy.configurator with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
LegacyBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
LegacyVcsLocationConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) void
LegacyVcsLocationConfigurator.validateForConnectionTesting
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @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 ErrorCollection
VcsRepositoryConfigurationService.configureRssDetection
(long repositoryId, PartialVcsRepositoryData vcsRepositoryData, boolean isEnabled) Sets detection of Bamboo Specs for repository and saves new config.@NotNull ErrorCollection
VcsRepositoryConfigurationServiceImpl.configureRssDetection
(long repositoryId, PartialVcsRepositoryData vcsRepositoryData, boolean isEnabled) @NotNull ErrorCollection
VcsConfigurationHelper.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 TypeMethodDescriptionvoid
VcsConfigurationHelper.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.void
VcsConfigurationHelper.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 TypeMethodDescriptionvoid
VcsBranchConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
VcsBranchDetectionOptionsConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
VcsChangeDetectionOptionsConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) void
VcsLocationConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) default void
VcsLocationConfigurator.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 ErrorCollection
VcsConnectionTester.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 TypeMethodDescriptionvoid
VcsRepositoryViewerConfigurator.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 ErrorCollection
FishEyeRepositoryViewerConfigurator.validate
(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl, @Nullable String webRepositoryName) Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
FishEyeRepositoryViewerConfigurator.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 ErrorCollection
GenericRepositoryViewerConfigurator.validate
(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl) Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
GenericRepositoryViewerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.bamboo.vcs.viewer.legacy
Methods in com.atlassian.bamboo.vcs.viewer.legacy with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
LegacyVcsRepositoryViewerConfigurator.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 TypeMethodDescriptionvoid
VcsRepositoryViewerEmptyConfigurator.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 ErrorCollection
VCSVersionReader.validate
(BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
WarningsTaskConfigurator.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
Methods in com.atlassian.bamboo.webrepository that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
DefaultWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated. -
Uses of ErrorCollection in com.atlassian.bamboo.webrepository.fisheye
Methods in com.atlassian.bamboo.webrepository.fisheye that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
FisheyeWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) -
Uses of ErrorCollection in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash that return ErrorCollectionModifier and TypeMethodDescription@NotNull ErrorCollection
LegacyStashWebRepositoryViewer.validate
(@NotNull BuildConfiguration buildConfiguration) Deprecated. -
Uses of ErrorCollection in com.atlassian.bamboo.webwork
Classes in com.atlassian.bamboo.webwork that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
A Struts action that extends standardStarterAction
by changing the logic for fetching build plans for dashboard.class
This 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 TypeMethodDescriptionvoid
BambooActionSupport.addErrorCollection
(@NotNull ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions
Classes in com.atlassian.bamboo.ww2.actions that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
This 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This class may be accessed with the context not set up.class
Action 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 TypeClassDescriptionclass
class
class
This class provides a UI action to edit one or more build.class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
-
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 TypeClassDescriptionclass
A helper action used inReplaceTriggersBulkAction
.class
A 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
Action 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
-
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 TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch
Classes in com.atlassian.bamboo.ww2.actions.branch that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch.repository
Classes in com.atlassian.bamboo.ww2.actions.branch.repository that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build
Classes in com.atlassian.bamboo.ww2.actions.build that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
This 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 TypeClassDescriptionclass
class
class
class
This class provides a UI action to remove one or more build.class
class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
only used by bulk action.class
class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
class
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
TaskUIConfigBean.validateTaskConfiguration
(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull ErrorCollection errorCollection) void
TaskUIConfigBean.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 TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains
Classes in com.atlassian.bamboo.ww2.actions.chains that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains.admin
Classes in com.atlassian.bamboo.ww2.actions.chains.admin that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
TriggerUIConfigBean.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 TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
Access denied action.class
A base Error class used for things like 404, permission denied etc.class
An Error class for the errorEvents.action endpointclass
A 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.labels
Classes in com.atlassian.bamboo.ww2.actions.labels that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
class
class
class
class
Base class for actions withProject
as the domain entity.class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.repository
Classes in com.atlassian.bamboo.ww2.actions.project.repository that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.variable
Classes in com.atlassian.bamboo.ww2.actions.project.variable that implement ErrorCollectionModifier and TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
This generates a rss feed for a given label.class
This 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 TypeClassDescriptionclass
class
class
A simple action, the goal of which is to redirect the user to the correct setup stepclass
class
class
class
class
class
class
Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoid
SetupUtilityBean.setupAgentsSecurityToken
(@NotNull ErrorCollection errorCollection, boolean featureEnabled) Initializes the agent security token authentication feature and all related settings for this Bamboo instance.void
SetupUtilityBean.setupDatasourceDatabase
(String selectedDatasource, com.atlassian.config.db.DatabaseDetails dbDetails, String datasourceName, javax.servlet.ServletContext servletContext, ErrorCollection errorCollection) void
SetupUtilityBean.setupEmbeddedDatabase
(javax.servlet.ServletContext servletContext, ErrorCollection errorCollection) void
SetupUtilityBean.setupGeneralConfiguration
(@Nullable String instanceName, String baseUrl, String configDir, String buildWorkingDir, String buildDir, String artifactsDir, @Nullable String brokerClientURI, String repositoryLogsDir, ErrorCollection errorCollection) void
SetupUtilityBean.setupStandardDatabase
(String selectedDatabase, com.atlassian.config.db.DatabaseDetails dbDetails, javax.servlet.ServletContext servletContext, ErrorCollection errorCollection) void
SetupUtilityBean.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 TypeClassDescriptionclass
A 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 ErrorCollection
SimpleSmackCommand.validate()
EnvironmentService.moveEnvironment(MoveEnvironmentStrategy, long, long, int, Optional)
withMoveEnvironmentStrategy.DOWN