Uses of Interface
com.atlassian.bamboo.utils.error.ErrorCollection
-
-
Uses of ErrorCollection in com.atlassian.bamboo.agent
Classes in com.atlassian.bamboo.agent that implement ErrorCollection Modifier and Type Class Description class
AgentConsoleAction
-
Uses of ErrorCollection in com.atlassian.bamboo.agent.classserver
Classes in com.atlassian.bamboo.agent.classserver that implement ErrorCollection Modifier and Type Class Description class
BambooAgentInstallerAction
class
GetFingerprintAction
-
Uses of ErrorCollection in com.atlassian.bamboo.agent.elastic.server
Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type ErrorCollection Modifier and Type Method Description boolean
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
ElasticInstanceManager. validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, String awsAccessID, String awsSecretKey, ErrorCollection errorCollection)
Deprecated.boolean
ElasticInstanceManagerImpl. validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, com.atlassian.aws.credentials.AWSCredentials awsCredentials, ErrorCollection errorCollection)
boolean
ElasticInstanceManagerImpl. validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region, String awsAccessID, String awsSecretKey, ErrorCollection errorCollection)
-
Uses of ErrorCollection in com.atlassian.bamboo.brokenbuildtracker.ui
Classes in com.atlassian.bamboo.brokenbuildtracker.ui that implement ErrorCollection Modifier and Type Class Description class
GlobalTrackingConfiguration
class
ResponsibleAvatars
class
UpdateResponsibilitiesAction
class
ViewResponsibilitiesForUser
class
ViewTrackingForBuildResult
-
Uses of ErrorCollection in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement ErrorCollection Modifier and Type Class Description class
BuildResultsAction
class
ChainResultsAction
class
DeletePlanResults
class
GotoBuildResult
class
ListBuildResults
class
PlanResultsAction
class
ShowLatestBuildStatus
Shows the latest status of a buildclass
ViewBuild
This class displays a build and its build summaryclass
ViewBuildFiles
This action lets a user browse the build files.class
ViewBuildLogs
class
ViewBuildResults
This class displays the specificBuildResultsImpl
for aPlan
.class
ViewBuildResultsSuccessfulTests
class
ViewBuildResultsTests
class
ViewNextBuildResults
This class displays the nextBuildResultsImpl
from the one we are currently viewingclass
ViewPreviousBuildResults
This class displays the previousBuildResultsImpl
from the one we are currently viewingclass
ViewTestCaseResultAction
class
ViewTestClassResultAction
Methods in com.atlassian.bamboo.build that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description io.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 ErrorCollection Modifier and Type Method Description static 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 ErrorCollection Constructor Description BuildDetectionResultImpl(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 ErrorCollection Modifier and Type Method Description ErrorCollection
AbstractArtifactManager. validateArtifactsSize(@NotNull File baseDirectory, @NotNull ArtifactContext artifactContext)
ErrorCollection
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description ErrorCollection
ArtifactHandlersService. validateConfiguration(@NotNull Map<String,String> artifactHandlerConfigurationToSave)
Validate configuration of all handlersErrorCollection
ArtifactHandlersService. validateConfiguration(@NotNull Map<String,String> configuration, @NotNull ArtifactHandlerModuleDescriptor descriptor)
Validate configuration of a single handlerErrorCollection
ArtifactHandlersServiceImpl. validateConfiguration(@NotNull Map<String,String> artifactHandlerConfigurationToSave)
ErrorCollection
ArtifactHandlersServiceImpl. validateConfiguration(@NotNull Map<String,String> artifactHandlerConfigurationToSave, @NotNull ArtifactHandlerModuleDescriptor descriptor)
Methods in com.atlassian.bamboo.build.artifact.handlers with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description ErrorCollection
DockerConfigurationProviders. validateAndSaveSelectedConfig(Job job, boolean create, String selectedType, Map<String,Object> webFragmentsContextMap)
ErrorCollection
DockerConfigurationProviders. validateAndSaveSelectedConfig(Environment environment, boolean create, String selectedType, Map<String,Object> webFragmentsContextMap)
ErrorCollection
DefaultDockerHandlerImpl. validateConfig(Map<String,Object> webFragmentsContextMap)
validate the configuration, only called for enabled option.ErrorCollection
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 ErrorCollection Modifier and Type Class Description class
BuildExpiryAction
Action class to configure and run build and deployment expiry.class
PlansWithCustomExpirySettings
-
Uses of ErrorCollection in com.atlassian.bamboo.build.expiry.plugin
Methods in com.atlassian.bamboo.build.expiry.plugin that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Class Description class
ConfigureGlobalBuildHangingDetection
Methods in com.atlassian.bamboo.build.monitoring that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Class Description class
ViewTestCaseAction
class
ViewTestsSummary
class
ViewTestsSummaryForPlan
-
Uses of ErrorCollection in com.atlassian.bamboo.builder.resultsfilter
Classes in com.atlassian.bamboo.builder.resultsfilter that implement ErrorCollection Modifier and Type Class Description class
SetResultsFilter
-
Uses of ErrorCollection in com.atlassian.bamboo.buildqueue
Classes in com.atlassian.bamboo.buildqueue that implement ErrorCollection Modifier and Type Class Description class
StopPlan
This class provides a user action to stop the current build jobclass
ViewRunningPlans
-
Uses of ErrorCollection in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return ErrorCollection Modifier and Type Method Description ErrorCollection
AgentCapabilityService. addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value)
Add new capability for agent.ErrorCollection
AgentCapabilityServiceImpl. addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value)
ErrorCollection
AgentCapabilityService. updateCapability(@NotNull PipelineDefinition agent, @NotNull String key, @Nullable String value, @NotNull CapabilitySource capabilitySource)
Update value of existing capability.ErrorCollection
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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
PlansGreenCondition. validate(@NotNull BuildConfiguration buildConfiguration)
-
Uses of ErrorCollection in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
ChainStateCreationRequestResultImpl. getErrors()
@NotNull ErrorCollection
ChainStateResult. getErrors()
Errors that occurred when creating theChainResultsSummary
Constructors in com.atlassian.bamboo.chains with parameters of type ErrorCollection Constructor Description ChainStateCreationRequestResultImpl(@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 Modifier and Type Class Description class
ViewCloverBuildResults
class
ViewCloverCoverageSummary
-
Uses of ErrorCollection in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage that return ErrorCollection Modifier and Type Method Description @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 Modifier and Type Class Description class
ConfigureCloverPlugin
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration
Classes in com.atlassian.bamboo.configuration that implement ErrorCollection Modifier and Type Class Description class
AbstractPermissionAction
class
AdministerAction
This displays the basic Bamboo server administration pageclass
ConfigurationAction
This class handles configuration updates from am web formclass
ConfigureGlobalPermissions
class
ConfigureSecurity
class
GlobalAdminAction
class
PerformanceStatsAction
class
PerformanceStatsJmxAction
class
SystemInfoAction
class
TestOgnlEscaping
class
ViewDatabaseConfigurationAction
class
ViewGlobalAuditLogAction
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent.elastic
Classes in com.atlassian.bamboo.configuration.agent.elastic that implement ErrorCollection Modifier and Type Class Description class
ViewOfflineElasticAgentDetailsAction
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.cluster
Classes in com.atlassian.bamboo.configuration.cluster that implement ErrorCollection Modifier and Type Class Description class
ClusterConfigurationAction
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.credentials
Classes in com.atlassian.bamboo.configuration.credentials that implement ErrorCollection Modifier and Type Class Description class
ConfigureSharedCredentials
class
CreateSharedCredentials
class
DeleteSharedCredentials
class
EditSharedCredentials
Methods in com.atlassian.bamboo.configuration.credentials with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description static @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 ErrorCollection Modifier and Type Class Description class
ConfigureLog4jAction
Allows runtime configuration of Log4j.class
ViewLog4jAction
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.plugins
Classes in com.atlassian.bamboo.configuration.plugins that implement ErrorCollection Modifier and Type Class Description class
AbstractPluginConfigurationAction
-
Uses of ErrorCollection in com.atlassian.bamboo.configuration.repository
Classes in com.atlassian.bamboo.configuration.repository that implement ErrorCollection Modifier and Type Class Description class
AbstractExistingLinkedRepositoryAdminAction
class
AbstractLinkedRepositoryAction
class
AbstractRepositoryAction
class
ConfigureLinkedRepositories
class
CreateLinkedRepository
class
DeleteLinkedRepository
class
EditLinkedRepository
class
ViewAllRepositories
class
ViewLinkedRepository
Methods in com.atlassian.bamboo.configuration.repository that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
VcsConfigurationHelperImpl. validateSharedRepositoryName(String repositoryName)
Methods in com.atlassian.bamboo.configuration.repository with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Class Description class
ConfigureGlobalVariables
class
CreateGlobalVariable
class
DeleteGlobalVariable
class
UpdateGlobalVariable
-
Uses of ErrorCollection in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type ErrorCollection Modifier and Type Method Description void
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 Modifier and Type Class Description class
ConfigureEnvironmentMiscellaneousSettings
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions
Classes in com.atlassian.bamboo.deployments.environments.actions that implement ErrorCollection Modifier and Type Class Description class
CloneEnvironment
class
ConfigureEnvironment
class
ConfigureEnvironmentNotifications
class
ConfigureEnvironmentPermissions
class
ConfigureEnvironmentTasks
class
CreateEnvironment
class
DeleteEnvironment
class
MoveEnvironment
class
ViewEnvironment
class
ViewEnvironmentTaskTypes
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.agents
Classes in com.atlassian.bamboo.deployments.environments.actions.agents that implement ErrorCollection Modifier and Type Class Description class
ConfigureEnvironmentAgents
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.docker
Classes in com.atlassian.bamboo.deployments.environments.actions.docker that implement ErrorCollection Modifier and Type Class Description class
ConfigureEnvironmentDocker
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.tasks
Classes in com.atlassian.bamboo.deployments.environments.actions.tasks that implement ErrorCollection Modifier and Type Class Description class
CreateEnvironmentTask
class
DeleteEnvironmentTask
class
DescribeAgentAvailability
class
EditEnvironmentTask
class
MoveEnvironmentTask
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.triggers
Classes in com.atlassian.bamboo.deployments.environments.actions.triggers that implement ErrorCollection Modifier and Type Class Description class
ConfigureEnvironmentTriggers
class
CreateEnvironmentTrigger
class
DeleteEnvironmentTrigger
class
EditEnvironmentTrigger
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.actions.variable
Classes in com.atlassian.bamboo.deployments.environments.actions.variable that implement ErrorCollection Modifier and Type Class Description class
ConfigureVariablesForEnvironment
class
CreateVariableForEnvironment
class
DeleteVariableForEnvironment
class
UpdateVariableForEnvironment
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return ErrorCollection Modifier and Type Method Description ErrorCollection
EnvironmentService. moveEnvironment(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId)
Move Environment in given deploymentProject with given strategy.ErrorCollection
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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
DeploymentContextImpl. getErrorCollection()
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.actions
Classes in com.atlassian.bamboo.deployments.execution.actions that implement ErrorCollection Modifier and Type Class Description class
DeleteDeploymentResult
class
ExecuteManualDeployment
class
StopDeployment
class
ViewDeploymentResult
class
ViewDeploymentWebhookResponses
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
EnvironmentTriggeringResultImpl. getErrors()
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type ErrorCollection Constructor Description EnvironmentTriggeringResultImpl(@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 ErrorCollection Modifier and Type Class Description class
AbstractDeploymentProjectConfigurationAction
class
AbstractDeploymentProjectDetailsAction
class
AbstractEnvironmentConfigurationAction
class
CloneDeploymentProject
class
ConfigureDeploymentProject
class
ConfigureDeploymentProjectDetails
class
ConfigureDeploymentProjectPermissions
class
ConfigureDeploymentProjectSpecsRepositories
class
ConfigureDeploymentProjectVersioning
class
CreateDeploymentProjectDetails
class
DeleteDeploymentProject
class
DeploymentProjectAuditLog
class
ViewAllDeploymentProjects
class
ViewDeploymentProjects
class
ViewDeploymentProjectSpecs
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Class Description class
AbstractCreateDeploymentVersion
class
AbstractDeploymentVersionAction
class
AbstractDeploymentVersionHistoryAction
class
CreateDeploymentVersion
class
DeleteDeploymentVersion
class
EditDeploymentVersionCommentAction
class
RenameDeploymentVersion
class
ViewDeploymentVersion
class
ViewDeploymentVersionCommits
class
ViewDeploymentVersionJiraIssues
class
ViewDeploymentVersionVariables
-
Uses of ErrorCollection in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Field Description protected ErrorCollection
WebValidationException. errorCollection
Methods in com.atlassian.bamboo.exception that return ErrorCollection Modifier and Type Method Description ErrorCollection
WebValidationException. getErrorCollection()
Constructors in com.atlassian.bamboo.exception with parameters of type ErrorCollection Constructor Description DefaultWebValidationException(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 Modifier and Type Class Description class
ReindexAction
-
Uses of ErrorCollection in com.atlassian.bamboo.js
Classes in com.atlassian.bamboo.js that implement ErrorCollection Modifier and Type Class Description class
ViewPlanUpdates
Returns JSON data -
Uses of ErrorCollection in com.atlassian.bamboo.logger
Classes in com.atlassian.bamboo.logger that implement ErrorCollection Modifier and Type Class Description class
AdminErrorAction
Action class for non-mutative operations on admin errorsclass
RemoveAdminErrorAction
Action class for all mutative actions on admin errorsclass
RemoveBuildError
This webwork action removes a specified error from the log.class
SystemErrorList
This class provides the ui with a collection of the current system errors.class
ViewBuildError
This webwork action views a specified error from the log.Methods in com.atlassian.bamboo.logger with parameters of type ErrorCollection Modifier and Type Method Description void
AbstractErrorUpdateHandler. addErrorCollection(ResultKey buildKey, ErrorCollection errors)
void
ErrorUpdateHandler. addErrorCollection(ResultKey buildKey, ErrorCollection errors)
Adds all the error messages in the errorCollection to the build -
Uses of ErrorCollection in com.atlassian.bamboo.matcher.error
Methods in com.atlassian.bamboo.matcher.error that return types with arguments of type ErrorCollection Modifier and Type Method Description static 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>
ErrorCollectionMatchers. hasError(@NotNull String field, @NotNull String message)
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 ErrorCollection Modifier and Type Method Description protected Map<String,List<String>>
ErrorCollectionContainsFieldErrorMatcher. 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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
AbstractNotificationType. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
NotificationRecipient. validate(@NotNull Map<String,String[]> params)
Validate the data user provided.@NotNull ErrorCollection
NotificationType. validate(@NotNull Map<String,String[]> params)
validate the user inputed data -
Uses of ErrorCollection in com.atlassian.bamboo.notification.builderror
Methods in com.atlassian.bamboo.notification.builderror that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
BuildErrorNotificationType. validate(@NotNull Map<String,String[]> params)
-
Uses of ErrorCollection in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
AfterXFailedNotificationType. validate(@NotNull Map<String,String[]> params)
-
Uses of ErrorCollection in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
AbstractNotificationRecipient. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
EmailRecipient. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
GroupRecipient. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
ImRecipient. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
UserRecipientImpl. validate(@NotNull Map<String,String[]> params)
@NotNull ErrorCollection
WebhookRecipient. validate(@NotNull Map<String,String[]> params)
-
Uses of ErrorCollection in com.atlassian.bamboo.persister.file
Methods in com.atlassian.bamboo.persister.file that return ErrorCollection Modifier and Type Method Description ErrorCollection
FileBasedPersisterOptions. validate(boolean validateContents)
Validate any plugin settings populated from the GUIErrorCollection
PersisterOptions. validate(boolean validateContents)
Validate the options -
Uses of ErrorCollection in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement ErrorCollection Modifier and Type Class Description class
PlanStatusHistoryAction
Methods in com.atlassian.bamboo.plan that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
ExecutionRequestResult. getErrors()
Any errors that occurred during the execution requestMethods in com.atlassian.bamboo.plan with parameters of type ErrorCollection Modifier and Type Method Description boolean
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 ErrorCollection Modifier and Type Method Description @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)
@Nullable List<VcsBranch>
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.@Nullable List<VcsBranch>
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.@Nullable List<VcsBranch>
BranchCreationFacadeImpl. getOpenBranches(@NotNull ImmutableChain chain, @Nullable ErrorCollection errorCollection)
@Nullable List<VcsBranch>
BranchCreationFacadeImpl. getOpenBranches(@NotNull ImmutableChain chain, @Nullable ErrorCollection errorCollection, @NotNull Optional<String> searchTerm)
@NotNull Optional<List<VcsBranch>>
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.@NotNull Optional<List<VcsBranch>>
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 ErrorCollection Modifier and Type Method Description boolean
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 ErrorCollection Modifier and Type Method Description @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.ErrorCollection
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.ErrorCollection
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
PlanTriggerResult. getErrorCollection()
@NotNull ErrorCollection
PlanTriggerResultBuilder.BuildTriggerResultImpl. getErrorCollection()
ErrorCollection
PlanTriggerResultBuilder. getErrorCollection()
Constructors in com.atlassian.bamboo.plan.trigger with parameters of type ErrorCollection Constructor Description BuildTriggerResultImpl(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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description ErrorCollection
BitbucketRepository. 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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
BitbucketValidationHelper. validate(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository.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.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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
BitbucketValidationHelper. validate(@NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration, @NotNull ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository.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.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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
CommandBuildTaskConfigurator. validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection)
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement ErrorCollection Modifier and Type Class Description class
DeleteGitCacheDirectoryAction
Methods in com.atlassian.bamboo.plugins.git that return ErrorCollection Modifier and Type Method Description ErrorCollection
GitRepository. 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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
GitConnectionTester. testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit)
Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type ErrorCollection Modifier and Type Method Description protected 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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Class Description class
EditJiraIssues
class
ViewJiraIssueForPlan
class
ViewJiraIssues
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Classes in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax that implement ErrorCollection Modifier and Type Class Description class
AbstractJiraRelatedAction
class
ViewBuildResultsByJiraKey
An action that returns a series of build resultsclass
ViewPlanStatusByJiraKey
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 ErrorCollection Modifier and Type Method Description @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 Modifier and Type Class Description class
ConfigurePage
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement ErrorCollection Modifier and Type Class Description class
ViewMaven2ChainSummary
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.maven.task.configuration
Methods in com.atlassian.bamboo.plugins.maven.task.configuration with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description ErrorCollection
RestGlobalVariableServiceImpl. validateVariable(RestGlobalVariable restGlobalVariable)
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials
Methods in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials that return ErrorCollection Modifier and Type Method Description protected @NotNull ErrorCollection
SharedCredentialResource. validate(@NotNull RestSharedCredential restSharedCredential, @Nullable Long sharedCredentialId)
-
Uses of ErrorCollection in com.atlassian.bamboo.plugins.script.task.configuration
Methods in com.atlassian.bamboo.plugins.script.task.configuration with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description abstract 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 ErrorCollection Modifier and Type Method Description ErrorCollection
StashRepositoryImpl. 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 ErrorCollection Constructor Description RestErrorCollection(@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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description protected @NotNull ErrorCollection
BitbucketServerSshKeyHandler. getAuthenticationErrors(@NotNull String url, @NotNull String privateKey)
Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Class Description class
RssConfigurationInterceptorTest
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 ErrorCollection Modifier and Type Method Description ErrorCollection
TestDockerHandler. 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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description protected 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)
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
QuickFilterRuleType. validate(@NotNull Map<String,Object> configuration)
Validate configuration of a rule of this type.@NotNull ErrorCollection
QuickFilterRuleTypeUnsafeCodeDecorator. validate(@NotNull Map<String,Object> configuration)
-
Uses of ErrorCollection in com.atlassian.bamboo.quickfilter.rule.plugin
Methods in com.atlassian.bamboo.quickfilter.rule.plugin that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
HasLabelRuleType. validate(@NotNull Map<String,Object> configuration)
@NotNull ErrorCollection
InProjectRuleType. validate(@NotNull Map<String,Object> configuration)
@NotNull ErrorCollection
LastExecutionDateRuleType. validate(@NotNull Map<String,Object> configuration)
@NotNull ErrorCollection
LastResultStatusRuleType. validate(@NotNull Map<String,Object> configuration)
@NotNull ErrorCollection
NameMatcherRuleType. validate(@NotNull Map<String,Object> configuration)
@NotNull ErrorCollection
SuspensionStatusRuleType. validate(@NotNull Map<String,Object> configuration)
-
Uses of ErrorCollection in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
AbstractRepository. checkConnection()
Deprecated.@NotNull ErrorCollection
Repository. checkConnection()
Deprecated.since 5.10: repositories that support connection testing should implementTestConnectionAwareRepository
instead@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 ErrorCollection Modifier and Type Method Description static 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.perforce
Methods in com.atlassian.bamboo.repository.perforce that return ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
PerforceRepository. validate(@NotNull BuildConfiguration buildConfiguration)
Methods in com.atlassian.bamboo.repository.perforce with parameters of type ErrorCollection Modifier and Type Method Description void
PerforceManager. validateClient(@NotNull ErrorCollection errorCollection, @NotNull com.tek42.perforce.Depot depot, @NotNull String client)
Validates the existence of the specified client of the perforce depot.void
PerforceManager. validateConnection(@NotNull ErrorCollection errorCollection, @NotNull com.tek42.perforce.Depot depot)
Validates the connection to the perforce depot.void
PerforceManager. validateDepot(@NotNull ErrorCollection errorCollection, @NotNull com.tek42.perforce.Depot validationDepot, @NotNull String depot)
Validates that the depot string specified is correct.void
PerforceManager. validateLogin(@NotNull ErrorCollection errorCollection, @NotNull com.tek42.perforce.Depot depot)
Validates that the login credential supplied (ie user/password combination) is correct. -
Uses of ErrorCollection in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description ErrorCollection
EditActionAwareRepository. 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 ErrorCollection Modifier and Type Class Description class
AbstractAdminRestAction
class
ListRunningInstances
class
Login
This class lets a remote user login to obtain a session to access the REST APIclass
Logout
This class logs a remote user out from their session.class
LogToServer
class
StartElasticAgents
class
StopAllElasticAgents
class
StopElasticAgents
-
Uses of ErrorCollection in com.atlassian.bamboo.rest.common.exception
Constructors in com.atlassian.bamboo.rest.common.exception with parameters of type ErrorCollection Constructor Description RestErrorCollection(@NotNull ErrorCollection simpleErrorCollection)
-
Uses of ErrorCollection in com.atlassian.bamboo.rss
Methods in com.atlassian.bamboo.rss that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Class Description class
AllowLicenseUpdateOrShowExpirationInfo
This class checks whether the user has global admin permission.class
ChangeForgottenPassword
class
ChangePassword
A webwork action to let a logged in user change their password.class
ForgotPassword
Action to handle a registered user forgetting their password.class
Login
This action simply displays the login page.class
Logout
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 ErrorCollection Modifier and Type Method Description protected 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 ErrorCollection Modifier and Type Method Description boolean
BambooSetupPersister. executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable)
<T> io.atlassian.fugue.Either<Boolean,Optional<T>>
BambooSetupPersister. executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Callable<T> callable)
boolean
DefaultSetupPersister. executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable)
<T> io.atlassian.fugue.Either<Boolean,Optional<T>>
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
PollingTriggerConfigurator. validate(ActionParametersMap actionParametersMap, ErrorCollection errorCollection)
-
Uses of ErrorCollection in com.atlassian.bamboo.trigger.remote
Classes in com.atlassian.bamboo.trigger.remote that implement ErrorCollection Modifier and Type Class Description class
TriggerRemoteBuild
An action supports triggering from a remote SCMMethods in com.atlassian.bamboo.trigger.remote with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 Modifier and Type Class Description class
Profile
This class displays the user profile page... -
Uses of ErrorCollection in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return ErrorCollection Modifier and Type Method Description static ErrorCollection
BambooFieldValidate. checkFieldXssSafety(com.opensymphony.xwork2.TextProvider textProvider, String fieldName, String fieldValue)
Methods in com.atlassian.bamboo.utils with parameters of type ErrorCollection Modifier and Type Method Description static 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 ErrorCollection Modifier and Type Class Description class
SimpleErrorCollection
class
SimpleErrorCollectionInternal
Deprecated.useSimpleErrorCollection
insteadMethods in com.atlassian.bamboo.utils.error with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description io.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 ErrorCollection Modifier and Type Method Description protected @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 ErrorCollection Modifier and Type Class Description class
AbstractContinuableBuildAction
An action that sends off a manual build requestclass
ContinueBuild
An action that sends off a continue manual stage requestclass
ParameterisedManualBuild
class
RerunBuild
An action that restart failed buildclass
RestartBuild
An action that restart failed buildclass
TriggerManualBuild
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description static @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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description static @NotNull ErrorCollection
GenericRepositoryViewerConfigurator. validate(@NotNull CustomVariableContext customVariableContext, @Nullable String webRepositoryUrl)
Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Method Description void
VcsRepositoryViewerEmptyConfigurator. validate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection)
-
Uses of ErrorCollection in com.atlassian.bamboo.vcsversion
Methods in com.atlassian.bamboo.vcsversion that return ErrorCollection Modifier and Type Method Description @Nullable ErrorCollection
VCSVersionReader. validate(BuildConfiguration buildConfiguration)
-
Uses of ErrorCollection in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type ErrorCollection Modifier and Type Method Description void
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 Modifier and Type Class Description class
ViewWebhookResponseDetails
-
Uses of ErrorCollection in com.atlassian.bamboo.webrepository
Methods in com.atlassian.bamboo.webrepository that return ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @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 ErrorCollection Modifier and Type Method Description @NotNull ErrorCollection
LegacyStashWebRepositoryViewer. validate(@NotNull BuildConfiguration buildConfiguration)
Deprecated. -
Uses of ErrorCollection in com.atlassian.bamboo.webwork
Classes in com.atlassian.bamboo.webwork that implement ErrorCollection Modifier and Type Class Description class
DashboardFilter
class
QuickFilterAction
A Struts action that extends standardStarterAction
by changing the logic for fetching build plans for dashboard.class
StarterAction
This class decides which starter page should be displayed on the web site.class
ViewTelemetryAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2
Classes in com.atlassian.bamboo.ww2 that implement ErrorCollection Modifier and Type Class Description class
BambooActionSupport
class
BambooCancellableAction
Methods in com.atlassian.bamboo.ww2 with parameters of type ErrorCollection Modifier and Type Method Description void
BambooActionSupport. addErrorCollection(@NotNull ErrorCollection errors)
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions
Classes in com.atlassian.bamboo.ww2.actions that implement ErrorCollection Modifier and Type Class Description class
AvailableVariablesAction
class
BuildActionSupport
class
ChainActionSupport
class
CronExpressionGeneratorAction
class
FilterCookieWriterAction
class
PlanActionSupport
class
ViewActivityLog
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 Modifier and Type Class Description class
AboutAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin
Classes in com.atlassian.bamboo.ww2.actions.admin that implement ErrorCollection Modifier and Type Class Description class
AdminUpdateLicenseAction
class
ConfigureArtifactHandlers
class
ConfigureArtifactStorage
class
ConfigureConcurrentBuilds
class
ConfigureQuickFilterAction
class
ConfigureQuickFiltersAction
class
EditQuickFilterRuleAction
class
ImportMavenPlanAction
class
ImportMavenPlanCheckoutPomAction
class
ImportMavenPlanCreatePlanAction
class
QuarantineSettingsAction
class
RepositorySettingsAction
class
SelectAgentsAction
class
SetupUpdateLicenseAction
class
TrustedKeysAction
class
UpdateLicenseAction
This class may be accessed with the context not set up.class
ViewBambooInternals
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 Modifier and Type Class Description class
AdministerAuthors
class
ViewAuthors
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk that implement ErrorCollection Modifier and Type Class Description class
AbstractNotificationBulkAction
class
AddNotificationBulkAction
class
BulkPlanAction
This class provides a UI action to edit one or more build.class
DeleteAllNotificationBulkAction
class
DisablePlanBulkAction
class
EnablePlanBulkAction
class
ManualBuildBulkAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that implement ErrorCollection Modifier and Type Class Description class
AbstractRepositoryBulkAction
class
SvnBulkAction
class
UpdateSvnCredentialsBulkAction
class
UpdateSvnUrlBulkAction
class
UpdateWebUrlBulkAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Classes in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger that implement ErrorCollection Modifier and Type Class Description class
ReplaceTriggersAction
A helper action used inReplaceTriggersBulkAction
.class
ReplaceTriggersBulkAction
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 ErrorCollection Modifier and Type Class Description class
AllElasticInstancesAction
class
ConfigureElasticCapability
class
ConfigureElasticCloudAction
class
ConfigureElasticImageConfiguration
class
ConfigureElasticImageConfigurationAssignments
class
ConfigureSpotInstancesAction
class
EditElasticCapability
class
GetPkFileAction
class
ManageElasticInstancesAction
class
ViewElasticAgentHistoryAction
class
ViewElasticInstanceAction
class
ViewInstancesForConfigurationAction
class
ViewOfflineElasticAgentDetailsAdminAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule
Classes in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule that implement ErrorCollection Modifier and Type Class Description class
ConfigureElasticInstanceSchedule
class
ConfigureElasticInstanceSchedules
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 ErrorCollection Modifier and Type Class Description class
ConfigureEphemeralAgents
class
ConfigureEphemeralAgentTemplateAssignments
class
ConfigureEphemeralAgentTemplateCapability
class
EditEphemeralAgentTemplateCapability
class
ManageEphemeralAgentsPodsAction
class
ManageEphemeralAgentsTemplate
class
ManageEphemeralAgentsTemplates
class
ViewEphemeralAgentPod
class
ViewEphemeralAgentPodContainerLogs
class
ViewEphemeralAgentTemplate
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.gadgets
Classes in com.atlassian.bamboo.ww2.actions.admin.gadgets that implement ErrorCollection Modifier and Type Class Description class
ViewGadgetUrls
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.group
Classes in com.atlassian.bamboo.ww2.actions.admin.group that implement ErrorCollection Modifier and Type Class Description class
ConfigureGroup
class
CreateGroupAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
Classes in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that implement ErrorCollection Modifier and Type Class Description class
ConfigureInstantMessagingServer
class
CreateInstantMessagingServer
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.mail
Classes in com.atlassian.bamboo.ww2.actions.admin.mail that implement ErrorCollection Modifier and Type Class Description class
ConfigureMailServer
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.migration
Classes in com.atlassian.bamboo.ww2.actions.admin.migration that implement ErrorCollection Modifier and Type Class Description class
AbstractMigrationAction
class
Backup
class
Export
class
Import
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.notification
Classes in com.atlassian.bamboo.ww2.actions.admin.notification that implement ErrorCollection Modifier and Type Class Description class
ConfigureSystemNotifications
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.repository
Classes in com.atlassian.bamboo.ww2.actions.admin.repository that implement ErrorCollection Modifier and Type Class Description class
ConfigurePerforceManager
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.specs
Classes in com.atlassian.bamboo.ww2.actions.admin.specs that implement ErrorCollection Modifier and Type Class Description class
ExportWorldToSpecs
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.user
Classes in com.atlassian.bamboo.ww2.actions.admin.user that implement ErrorCollection Modifier and Type Class Description class
AbstractEntityPagerSupport
class
ChangeEmail
class
ConfigureAlias
class
ConfigureNotificationPreferences
class
ConfigureProfile
class
ConfigureUser
class
ConfigureUserAccessTokens
class
CreateAccessTokensAction
class
SearchUserAction
class
UserPickerAction
class
ViewAdministrators
class
ViewUserDetailsAdminAction
-
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 Modifier and Type Class Description class
SignupUser
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.webhook
Classes in com.atlassian.bamboo.ww2.actions.admin.webhook that implement ErrorCollection Modifier and Type Class Description class
ConfigureWebhookTemplates
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.agent
Classes in com.atlassian.bamboo.ww2.actions.agent that implement ErrorCollection Modifier and Type Class Description class
AgentJsonProvider
class
ViewAgentDetailsAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.author
Classes in com.atlassian.bamboo.ww2.actions.author that implement ErrorCollection Modifier and Type Class Description class
GotoAuthors
class
ViewAggregatedAuthors
class
ViewAuthor
class
ViewAuthors
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch
Classes in com.atlassian.bamboo.ww2.actions.branch that implement ErrorCollection Modifier and Type Class Description class
AbstractBranchTriggerConfigAction
class
ConfigureBranches
class
CreateChainBranch
class
EditChainBranchDetails
class
EditChainBranchNotifications
class
ViewChainBranches
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.branch.repository
Classes in com.atlassian.bamboo.ww2.actions.branch.repository that implement ErrorCollection Modifier and Type Class Description class
ConfigureChainBranchRepositories
class
EditChainBranchRepository
class
ResetChainBranchRepository
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build
Classes in com.atlassian.bamboo.ww2.actions.build that implement ErrorCollection Modifier and Type Class Description class
BuildJsonProviderAction
class
ChainResultProviderAction
class
DashboardSummaryAction
class
ViewAgentRecentBuildsSummary
class
ViewBuildResultsTable
This is an embedded action that's used to displayclass
ViewBuildResultsTableByPlans
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin
Classes in com.atlassian.bamboo.ww2.actions.build.admin that implement ErrorCollection Modifier and Type Class Description class
BuildConfigurationSupport
class
BulkEditBuildPermissions
class
DeleteBuildFiles
class
DeleteBuilds
This class provides a UI action to remove one or more build.class
MoveBuilds
class
RemoveBuildArtifacts
class
ReorderBuild
class
SuspendBuild
class
SuspendJob
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.config
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config that implement ErrorCollection Modifier and Type Class Description class
ConfigureArtifactSubscription
class
ConfigureBuildArtifact
class
ConfigureBuildDetails
class
ConfigureBuildDocker
class
ConfigureBuildMiscellaneousOptions
class
ConfigureBuildNotification
only used by bulk action.class
ConfigureBuildPermissions
class
ConfigureBuildRequirement
class
DescribeAgentAvailability
class
SelectBuildConfigurationTab
class
ViewPlanSpecs
-
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 ErrorCollection Modifier and Type Class Description class
ConfigureChainRepositories
class
ConfigureRepository
class
ConvertLocalToGlobalRepository
class
CreateRepository
class
DeleteRepository
class
EditRepository
class
MoveRepository
-
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 ErrorCollection Modifier and Type Class Description class
ConfigureBuildTasks
class
CreateTask
class
DeleteTask
class
EditTask
class
MoveTask
class
UpdateTaskState
class
ViewBuildTaskTypes
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Class Description class
ConfigurePlanVariables
class
CreatePlanVariable
class
DeletePlanVariable
class
UpdatePlanVariable
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.create
Classes in com.atlassian.bamboo.ww2.actions.build.admin.create that implement ErrorCollection Modifier and Type Class Description class
CancelChainCreation
class
CreateChain
class
CreateChainRepository
class
CreateProject
class
CreateSpecs
class
CreateTasksChainWizard
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains
Classes in com.atlassian.bamboo.ww2.actions.chains that implement ErrorCollection Modifier and Type Class Description class
AddStageAction
class
ArtifactUrlRedirectAction
class
CreateJob
class
DeleteStageAction
class
EditChainDetails
class
EditStageAction
class
ListChainResults
class
ListJobsForChain
class
MoveJobAction
class
MoveStageAction
class
StageAction
class
ViewAggregatedJobPlugins
class
ViewChainArtifacts
class
ViewChainLogs
class
ViewChainResult
class
ViewChainSummary
class
ViewChainTestResults
class
ViewChainWebhookResponses
class
ViewQuarantinedTests
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains.admin
Classes in com.atlassian.bamboo.ww2.actions.chains.admin that implement ErrorCollection Modifier and Type Class Description class
ConfigureChainNotification
class
DeleteChainAuditLog
class
ViewChainAuditLog
class
ViewPlanConfiguration
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Classes in com.atlassian.bamboo.ww2.actions.chains.admin.triggers that implement ErrorCollection Modifier and Type Class Description class
ConfigureChainTrigger
class
ConfigureChainTriggers
class
CreateChainTrigger
class
DeleteChainTrigger
class
EditChainTrigger
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type ErrorCollection Modifier and Type Method Description void
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 ErrorCollection Modifier and Type Class Description class
ViewAuthorChart
class
ViewBuildNumberChart
class
ViewCombinedByTimePeriodChart
class
ViewReportChart
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.comment
Classes in com.atlassian.bamboo.ww2.actions.comment that implement ErrorCollection Modifier and Type Class Description class
EditCommentAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.encrypt
Classes in com.atlassian.bamboo.ww2.actions.encrypt that implement ErrorCollection Modifier and Type Class Description class
ManualEncryptionAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.error
Classes in com.atlassian.bamboo.ww2.actions.error that implement ErrorCollection Modifier and Type Class Description class
AccessDeniedAction
Access denied action.class
ErrorAction
A base Error class used for things like 404, permission denied etc.class
ErrorEventsAction
An Error class for the errorEvents.action endpointclass
FiveOhOh
A 500 error handling action that tries to find the exception in the context and then also logs it.class
SecondaryNodeNotAccessibleAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.jira
Classes in com.atlassian.bamboo.ww2.actions.jira that implement ErrorCollection Modifier and Type Class Description class
AbstractCreateNewJiraIssueAction
class
AbstractJiraIssueAction
class
CreateNewJiraIssueForBuildResultAction
class
CreateNewJiraIssueForTestAction
class
CreateRemoteJiraLinkAction
class
GetJiraIssueSchemaAction
class
JiraRedirectAction
class
LinkTestToJiraIssueAction
class
TransitionJiraIssueAction
class
UnlinkTestToJiraIssueAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.labels
Classes in com.atlassian.bamboo.ww2.actions.labels that implement ErrorCollection Modifier and Type Class Description class
EditLabelsAction
class
SetFavouriteAction
class
ViewBuildResultsForLabelAction
class
ViewLabels
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.plan
Classes in com.atlassian.bamboo.ww2.actions.plan that implement ErrorCollection Modifier and Type Class Description class
DeletePlan
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.plans.admin
Classes in com.atlassian.bamboo.ww2.actions.plans.admin that implement ErrorCollection Modifier and Type Class Description class
ConfigurePlanDependencies
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project
Classes in com.atlassian.bamboo.ww2.actions.project that implement ErrorCollection Modifier and Type Class Description class
EditPlanPermissions
class
EditProjectDetails
class
EditProjectPermissions
class
EditProjectRepositories
class
ListProjects
class
ProjectActionSupport
Base class for actions withProject
as the domain entity.class
ViewProjectPlans
class
ViewProjectRepositories
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.repository
Classes in com.atlassian.bamboo.ww2.actions.project.repository that implement ErrorCollection Modifier and Type Class Description class
AbstractExistingProjectRepositoryAction
class
AbstractProjectRepositoryAction
class
ConfigureProjectRepositories
class
CreateProjectRepository
class
DeleteProjectRepository
class
EditProjectRepository
class
ViewProjectRepository
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.sharedcredentials
Classes in com.atlassian.bamboo.ww2.actions.project.sharedcredentials that implement ErrorCollection Modifier and Type Class Description class
ConfigureProjectSharedCredentials
class
CreateProjectSharedCredentials
class
DeleteProjectSharedCredentials
class
EditProjectSharedCredentials
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project.variable
Classes in com.atlassian.bamboo.ww2.actions.project.variable that implement ErrorCollection Modifier and Type Class Description class
ConfigureProjectVariables
class
CreateProjectVariable
class
DeleteProjectVariable
class
UpdateProjectVariable
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.reports
Classes in com.atlassian.bamboo.ww2.actions.reports that implement ErrorCollection Modifier and Type Class Description class
ViewReport
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.rss
Classes in com.atlassian.bamboo.ww2.actions.rss that implement ErrorCollection Modifier and Type Class Description class
AllBuildsRssFeedAction
class
LabelRssFeedAction
This generates a rss feed for a given label.class
RssFeedAction
This generates a rss feed from a resultsList.class
YamlValidationAction
-
Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.setup
Classes in com.atlassian.bamboo.ww2.actions.setup that implement ErrorCollection Modifier and Type Class Description class
AbstractSetupAction
class
FinishSetupAction
class
SelectSetupStepAction
A simple action, the goal of which is to redirect the user to the correct setup stepclass
SetupAdminUserAction
class
SetupDatabaseAction
class
SetupDatabaseConnectionAction
class
SetupEmbeddedDatabaseAction
class
SetupGeneralConfiguration
class
SetupImportDataAction
class
SetupLicenseAction
Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type ErrorCollection Modifier and Type Method Description void
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 Modifier and Type Class Description class
ViewUserSummary
-
Uses of ErrorCollection in com.atlassian.bamboo.xmpp
Methods in com.atlassian.bamboo.xmpp that return ErrorCollection Modifier and Type Method Description ErrorCollection
SmackXmppMessageSender. validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect toErrorCollection
XmppMessageSender. validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to -
Uses of ErrorCollection in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands that return ErrorCollection Modifier and Type Method Description ErrorCollection
CommitCommentSmackCommand. validate()
abstract ErrorCollection
SimpleSmackCommand. validate()
-