Uses of Interface
com.atlassian.bamboo.utils.error.ErrorCollection

Packages that use ErrorCollection
com.atlassian.bamboo.agent.classserver   
com.atlassian.bamboo.autofavourite.admin   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.coverage   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.configuration.plugins   
com.atlassian.bamboo.configuration.wizard   
com.atlassian.bamboo.index   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.conditions   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plugins.buildnumberstamper   
com.atlassian.bamboo.plugins.jiraPlugin.actions   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security   
com.atlassian.bamboo.user   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.utils.error   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.ww2.build   
com.atlassian.bamboo.vcsversion   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.group   
com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver   
com.atlassian.bamboo.ww2.actions.admin.jiraserver   
com.atlassian.bamboo.ww2.actions.admin.mail   
com.atlassian.bamboo.ww2.actions.admin.migration   
com.atlassian.bamboo.ww2.actions.admin.user   
com.atlassian.bamboo.ww2.actions.admin.user.signup   
com.atlassian.bamboo.ww2.actions.author   
com.atlassian.bamboo.ww2.actions.build   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.build.admin.edit   
com.atlassian.bamboo.ww2.actions.charts   
com.atlassian.bamboo.ww2.actions.comment   
com.atlassian.bamboo.ww2.actions.error   
com.atlassian.bamboo.ww2.actions.labels   
com.atlassian.bamboo.ww2.actions.project   
com.atlassian.bamboo.ww2.actions.reports   
com.atlassian.bamboo.ww2.actions.rss   
com.atlassian.bamboo.ww2.actions.setup   
com.atlassian.bamboo.xmpp   
com.atlassian.bamboo.xmpp.commands   
 

Uses of ErrorCollection in com.atlassian.bamboo.agent.classserver
 

Classes in com.atlassian.bamboo.agent.classserver that implement ErrorCollection
 class AgentServerActionSupport
           
 class BambooAgentInstallerAction
           
 class GetFingerprintAction
           
 class GetPackageAction
           
 class GetResourceAction
           
 class GetResourcesAction
           
 class ResolveURLAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.autofavourite.admin
 

Classes in com.atlassian.bamboo.autofavourite.admin that implement ErrorCollection
 class configureAutoFavouriteAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement ErrorCollection
 class BuildList
          This class provides the ui with a collection of the current Bamboo builds.
 class BuildResultsAction
           
 class BulkPlanAction
          This class provides a UI action to remove one or more build.
 class DeleteBuildResults
          This class deletes a specific build
 class DeleteBuilds
          This class provides a UI action to remove one or more build.
 class GotoBuildResult
           
 class ShowLatestBuildStatus
          Shows the latest status of a build
 class ViewBuild
          This class displays a build and its build summary
 class ViewBuildActivityLog
          This class places a build's log in the GUI for viewing.
 class ViewBuildFiles
          This action lets a user browse the build files.
 class ViewBuildLogs
           
 class ViewBuildResults
          This class displays the specific BuildResultsImpl for a Build.
 class ViewBuildResultsSuccessfulTests
           
 class ViewBuildResultsTests
           
 class ViewCurrentRunningBuild
           
 class ViewNextBuildResults
          This class displays the next BuildResultsImpl from the one we are currently viewing
 class ViewPreviousBuildResults
          This class displays the previous BuildResultsImpl from the one we are currently viewing
 class ViewTestCaseResultAction
           
 class ViewTestClassResultAction
           
 

Methods in com.atlassian.bamboo.build that return ErrorCollection
 ErrorCollection CustomPreBuildAction.validate(BuildConfiguration config)
          Validate the build configuration when trying to save configuration for the Build This is used if the CustomPreBuildAction needs to have configuration stored against the build plan.
 ErrorCollection BuildObjectForTests.validateBuild()
           
 ErrorCollection Build.validateBuild()
          Validates the build's builder and source code locations
 ErrorCollection DefaultBuild.validateBuild()
           
 

Methods in com.atlassian.bamboo.build with parameters of type ErrorCollection
static void BuildConfigurationValidationUtils.validatePostiveInteger(java.lang.String paramKey, java.lang.String positiveIntegerText, java.lang.Integer maxValue, java.lang.String maxValueText, java.lang.String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
           
static void BuildConfigurationValidationUtils.validatePostiveInteger(java.lang.String paramKey, java.lang.String positiveIntegerText, java.lang.String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.build.coverage
 

Classes in com.atlassian.bamboo.build.coverage that implement ErrorCollection
 class ViewCloverCoverageSummary
           
 

Uses of ErrorCollection in com.atlassian.bamboo.build.expiry
 

Classes in com.atlassian.bamboo.build.expiry that implement ErrorCollection
 class BuildExpiryAction
          This class implements the BuildExpiryConfig web page behaviour.
 

Uses of ErrorCollection in com.atlassian.bamboo.build.expiry.plugin
 

Methods in com.atlassian.bamboo.build.expiry.plugin that return ErrorCollection
 ErrorCollection BuildExpiryPerPlanPlugin.validate(BuildConfiguration config)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy that return ErrorCollection
 ErrorCollection BuildStrategy.validate(BuildConfiguration buildConfiguration)
          Takes in a BuildConfiguration and returns any errors possible
 ErrorCollection TriggeredBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection PollingBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection AbstractBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection SingleDailyBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection CronTriggerBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.build.tests
 

Classes in com.atlassian.bamboo.build.tests that implement ErrorCollection
 class ViewTestCaseAction
           
 class ViewTestsSummary
           
 

Uses of ErrorCollection in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return ErrorCollection
 ErrorCollection AntBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection CustomCommandBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection AbstractMavenBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection ScriptBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection AntBuilder.validate(FilteredMap filteredParams)
          Check that the builder's mandatory properties have been configured correctly.
 ErrorCollection CustomCommandBuilder.validate(FilteredMap filteredParams)
           
 ErrorCollection AbstractMavenBuilder.validate(FilteredMap filteredParams)
          Validate that the goal has been defined
protected abstract  ErrorCollection AbstractBuilder.validate(FilteredMap filteredParams)
           
 ErrorCollection ScriptBuilder.validate(FilteredMap filteredBuilderParams)
          Validate that the scripts mandatory fields have been defined correctly
 ErrorCollection Builder.validate(ReadOnlyCapabilitySet capabilities)
          Validate the Builder's current internal settings are still valid
 ErrorCollection AbstractBuilder.validate(ReadOnlyCapabilitySet capabilities)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage that return ErrorCollection
 ErrorCollection CloverBuildProcessor.validate(BuildConfiguration configuration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.builder.resultsfilter
 

Classes in com.atlassian.bamboo.builder.resultsfilter that implement ErrorCollection
 class BuildResultsFilterList
          This class provides the UI with the available BuildResult filters
 class SetResultsFilter
           
 

Uses of ErrorCollection in com.atlassian.bamboo.buildqueue
 

Classes in com.atlassian.bamboo.buildqueue that implement ErrorCollection
 class CancelBuild
          This class provides a user action to stop the current build job
 

Uses of ErrorCollection in com.atlassian.bamboo.configuration
 

Classes in com.atlassian.bamboo.configuration that implement ErrorCollection
 class AbstractConfigurationAction
          This provides common System configuration behaviour - used in both the welcome wizard and the System Properties page.
 class AbstractLicenseAction
          Provides common license validation code
 class AbstractPermissionAction
           
 class AdministerAction
          This displays the basic Beetlejiuce server administration page
 class ConfigurationAction
          This class handles configuration updates from am web form
 class ConfigureDatabaseAction
           
 class ConfigureGlobalPermissions
           
 class ConfigureGlobalVariables
           
 class ConfigureSecurity
           
 class GlobalAdminAction
           
 class GlobalCreatePlanAction
           
 class LicenseAction
           
 class SystemInfoAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.configuration.agent
 

Classes in com.atlassian.bamboo.configuration.agent that implement ErrorCollection
 class AbstractConfigureCapability
           
 class AddRemoteAgent
           
 class CapabilityConfigurationSupport
           
 class ConfigureAgentCapability
           
 class ConfigureAgentDetails
           
 class ConfigureAgents
           
 class ConfigureBuilder
           
 class ConfigureCapability
           
 class ConfigureCapabilityKey
          Action that mananges the ineteraction with capabilities from a key level
 class ConfigureJdk
           
 class ConfigureSharedCapability
           
 class ConfigureSharedLocalCapability
           
 class ConfigureSharedRemoteCapability
           
 class ControlRemoteAgentsAvailability
           
 class EditAgentCapability
           
 class EditSharedCapability
           
 class ExecuteRenameAgentCapability
           
 class RenameAgentCapability
           
 class ViewAgent
           
 class ViewAgentAdmin
           
 class ViewAgentPlanMatrix
           
 class ViewAgents
           
 

Uses of ErrorCollection in com.atlassian.bamboo.configuration.plugins
 

Classes in com.atlassian.bamboo.configuration.plugins that implement ErrorCollection
 class AbstractPluginConfigurationAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.configuration.wizard
 

Classes in com.atlassian.bamboo.configuration.wizard that implement ErrorCollection
 class ValidateBuildWizard
          This class kicks of the validation page
 class WelcomeWizard
          Lets the user choose the installation mechinism - new or upgrade.
 class WelcomeWizard1
          This class accepts the system configuration from the WelcomeWizard.
 

Uses of ErrorCollection in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement ErrorCollection
 class ReindexAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.js
 

Classes in com.atlassian.bamboo.js that implement ErrorCollection
 class ViewPlanUpdates
          Returns JSON data
 

Uses of ErrorCollection in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels that return ErrorCollection
 ErrorCollection AutoLabelBuildCompleteAction.validate(BuildConfiguration config)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.logger
 

Classes in com.atlassian.bamboo.logger that implement ErrorCollection
 class AdminErrorAction
           
 class 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 removes a specified error from the log.
 

Methods in com.atlassian.bamboo.logger with parameters of type ErrorCollection
 void ErrorUpdateHandler.addErrorCollection(java.lang.String buildKey, ErrorCollection errors)
          Adds all the error messages in the errorCollection to the build
 void AbstractErrorUpdateHandler.addErrorCollection(java.lang.String buildKey, ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification that return ErrorCollection
 ErrorCollection NotificationCondition.validate(java.util.Map<java.lang.String,java.lang.String[]> params)
          validate the user inputed data
 

Uses of ErrorCollection in com.atlassian.bamboo.notification.conditions
 

Methods in com.atlassian.bamboo.notification.conditions that return ErrorCollection
 ErrorCollection AbstractNotificationCondition.validate(java.util.Map<java.lang.String,java.lang.String[]> params)
           
 ErrorCollection AfterXFailedBuildsCondition.validate(java.util.Map<java.lang.String,java.lang.String[]> params)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file that return ErrorCollection
 ErrorCollection PersisterOptions.validate(boolean validateContents)
          Validate the options
 ErrorCollection FileBasedPersisterOptions.validate(boolean validateContents)
          Validate any plugin settings populated from the GUI
 

Uses of ErrorCollection in com.atlassian.bamboo.plugins.buildnumberstamper
 

Methods in com.atlassian.bamboo.plugins.buildnumberstamper that return ErrorCollection
 ErrorCollection BuildNumberStamper.validate(BuildConfiguration config)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.plugins.jiraPlugin.actions
 

Classes in com.atlassian.bamboo.plugins.jiraPlugin.actions that implement ErrorCollection
 class ViewBuildResultsByJiraKey
           
 class ViewJiraIssues
          This class displays the specific BuildResultsImpl for a Build.
 

Uses of ErrorCollection in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller that return ErrorCollection
 ErrorCollection BuildLabeller.validate(BuildConfiguration buildConfiguration)
          This method is used to validate a build configuration for a build plan

This is used if the CustomBuildCompleteAction needs to have configuration stored against the build plan.

 

Uses of ErrorCollection in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return ErrorCollection
 ErrorCollection Repository.checkConnection()
          This method internally validates the current connection for the repository.
 ErrorCollection AbstractRepository.checkConnection()
           
 ErrorCollection AbstractRepository.validate(BuildConfiguration buildConfiguration)
           
 

Methods in com.atlassian.bamboo.repository with parameters of type ErrorCollection
 void QuietPeriodHelper.validate(BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl that return ErrorCollection
 ErrorCollection CVSRepository.validate(BuildConfiguration buildConfiguration)
          Ensure we have the been initialised with the mandatory settings

This is called from the build form.

 

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type ErrorCollection
 void CvsRepositoryManager.validateCvsRoot(ErrorCollection errorCollection, java.lang.String cvsRoot, java.lang.String password)
           
 void CvsRepositoryManager.validateCvsRoot(ErrorCollection errorCollection, java.lang.String cvsRoot, java.lang.String passphrase, java.lang.String keyFile)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce that return ErrorCollection
 ErrorCollection PerforceRepository.validate(BuildConfiguration buildConfiguration)
           
 

Methods in com.atlassian.bamboo.repository.perforce with parameters of type ErrorCollection
 void PerforceManager.validateClient(ErrorCollection errorCollection, com.tek42.perforce.Depot depot, java.lang.String client)
          Validates the existance of the specified client of the perforce depot.
 void PerforceManager.validateConnection(ErrorCollection errorCollection, com.tek42.perforce.Depot depot)
          Validates the connection to the perforce depot.
 void PerforceManager.validateDepot(ErrorCollection errorCollection, com.tek42.perforce.Depot validationDepot, java.lang.String depot)
          Validates that the depot string specified is correct.
 void PerforceManager.validateLogin(ErrorCollection errorCollection, 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
 ErrorCollection SvnRepository.validate(BuildConfiguration buildConfiguration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.rest
 

Classes in com.atlassian.bamboo.rest that implement ErrorCollection
 class AddCommentToBuildResults
           
 class AddLabelToBuildResults
           
 class ExecuteBuild
           
 class GetBambooBuildNumber
          This class provides the current Bamboo build number.
 class GetBuildResultsDetails
           
 class GetLatestBuildResults
          This class provides the latest build to callers of the rest api
 class GetLatestBuildResultsForProject
          Will return the latest build results for a given project
 class GetLatestBuildsByUser
           
 class GetLatestUserBuilds
           
 class GetProjectDetails
          Returns the basic project details for a given key
 class GetRecentlyCompletedBuildResultsForBuild
          This class provides the most recently completed build results (not just the most recently completed build of the plan) to callers of the rest api
 class GetRecentlyCompletedBuildResultsForProject
          This class provides the most recently completed build results (not the most recently completed build of each plan in the project -- just the overall most recent) to callers of the rest api
 class ListBuildNames
          This class provides a list of available build names
 class ListProjectNames
          This class provides a list of Projects
 class Login
          This class lets a remote user login to obtain a session to access the REST API
 class Logout
          This class logs a remote user out from their session.
 class LogToServer
           
 

Uses of ErrorCollection in com.atlassian.bamboo.security
 

Classes in com.atlassian.bamboo.security that implement ErrorCollection
 class ChangePassword
          A webwork action to let a logged in user change their password.
 class ForgotPassword
          A webwork action to handle a registered user forgetting their password.
 

Uses of ErrorCollection in com.atlassian.bamboo.user
 

Classes in com.atlassian.bamboo.user that implement ErrorCollection
 class Profile
          This class displays the user profile page...
 

Uses of ErrorCollection in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils with parameters of type ErrorCollection
static void BambooTestUtils.assertFormError(ErrorCollection errorCollection, java.lang.String field, java.lang.String errorMessage)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.utils.error
 

Classes in com.atlassian.bamboo.utils.error that implement ErrorCollection
 class SimpleErrorCollection
           
 

Methods in com.atlassian.bamboo.utils.error with parameters of type ErrorCollection
 void SimpleErrorCollection.addErrorCollection(ErrorCollection errors)
           
 void ErrorCollection.addErrorCollection(ErrorCollection errors)
          Populate this ErrorCollection with general and field-specific errors.
 

Uses of ErrorCollection in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return ErrorCollection
 ErrorCollection BuildContext.getErrorCollection()
          Any errors associated with the build
 ErrorCollection BuildContextImpl.getErrorCollection()
           
 ErrorCollection ConfigurablePlugin.validate(BuildConfiguration buildConfiguration)
          Validates the properties in the BuildConfiguration object.
 ErrorCollection BaseConfigurablePlugin.validate(BuildConfiguration buildConfiguration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.v2.ww2.build
 

Classes in com.atlassian.bamboo.v2.ww2.build that implement ErrorCollection
 class TriggerManualBuild
          An action that sends off a manual build request
 class TriggerRemoteBuild
          An action supports triggering from a remote SCM
 

Uses of ErrorCollection in com.atlassian.bamboo.vcsversion
 

Methods in com.atlassian.bamboo.vcsversion that return ErrorCollection
 ErrorCollection VCSVersionReader.validate(BuildConfiguration buildConfiguration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.webwork
 

Classes in com.atlassian.bamboo.webwork that implement ErrorCollection
 class StarterAction
          This class decides which starter page should be deisplayed on the web site.
 class ViewTelemetryAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2
 

Classes in com.atlassian.bamboo.ww2 that implement ErrorCollection
 class BambooActionSupport
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type ErrorCollection
 void BambooActionSupport.addErrorCollection(ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions
 

Classes in com.atlassian.bamboo.ww2.actions that implement ErrorCollection
 class BuildActionSupport
           
 class FilterCookieWriterAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin
 

Classes in com.atlassian.bamboo.ww2.actions.admin that implement ErrorCollection
 class UpdateLicenseAction
           
 class ViewAuditLog
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.group
 

Classes in com.atlassian.bamboo.ww2.actions.admin.group that implement ErrorCollection
 class BrowseGroupsAction
           
 class ConfigureGroup
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
 

Classes in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that implement ErrorCollection
 class ConfigureInstantMessagingServer
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.jiraserver
 

Classes in com.atlassian.bamboo.ww2.actions.admin.jiraserver that implement ErrorCollection
 class ConfigureJiraServer
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.mail
 

Classes in com.atlassian.bamboo.ww2.actions.admin.mail that implement ErrorCollection
 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
 class Backup
           
 class Export
           
 class Import
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.admin.user
 

Classes in com.atlassian.bamboo.ww2.actions.admin.user that implement ErrorCollection
 class AbstractEntityPagerSupport
           
 class ConfigureProfile
           
 class ConfigureUser
           
 class SearchUserAction
           
 class UserPickerAction
           
 class ViewAdministrators
           
 

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
 class SignupUser
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.author
 

Classes in com.atlassian.bamboo.ww2.actions.author that implement ErrorCollection
 class GotoAuthors
           
 class ViewAuthor
           
 class ViewAuthors
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build
 

Classes in com.atlassian.bamboo.ww2.actions.build that implement ErrorCollection
 class ViewBuildResultsTable
          This is an embedded action that's used to display
 class ViewRecentlyCompletedBuilds
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin
 

Classes in com.atlassian.bamboo.ww2.actions.build.admin that implement ErrorCollection
 class BuildConfigurationSupport
           
 class BulkEditBuildPermissions
           
 class DeleteBuildFiles
           
 class MoveBuilds
           
 class RemoveBuildArtifacts
           
 class SuspendBuild
           
 class ViewBuildConfiguration
           
 

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
 class ConfigureBuildArtifact
           
 class ConfigureBuildBuilder
           
 class ConfigureBuildDependencies
           
 class ConfigureBuildNotification
           
 class ConfigureBuildPermissions
           
 class ConfigureBuildPostAction
          Loops over the CustomBuildCompleteAction for configuration.
 class ConfigureBuildRepository
           
 class ConfigureBuildRequirement
           
 

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
 class CreateBuild
           
 class SaveNewProject
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.build.admin.edit
 

Classes in com.atlassian.bamboo.ww2.actions.build.admin.edit that implement ErrorCollection
 class EditProjectPlanName
           
 class SaveConfig
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.charts
 

Classes in com.atlassian.bamboo.ww2.actions.charts that implement ErrorCollection
 class ViewAuthorChart
           
 class ViewAuthorFailuresChart
           
 class ViewCombinedByBuildNumberChart
           
 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
 class EditCommentAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.error
 

Classes in com.atlassian.bamboo.ww2.actions.error that implement ErrorCollection
 class AccessDeniedAction
          Action to choose whethe to forward users to the login page or a simple access denied page.
 class ErrorAction
          A base Error class used for things like 404, permission denied etc.
 class FiveOhOh
          A 500 error handling action that tries to find the exception in the context and then also logs it.
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.labels
 

Classes in com.atlassian.bamboo.ww2.actions.labels that implement ErrorCollection
 class EditLabelsAction
           
 class SetFavouriteAction
           
 class ViewBuildResultsForLabelAction
           
 class ViewLabels
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.project
 

Classes in com.atlassian.bamboo.ww2.actions.project that implement ErrorCollection
 class ViewProject
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.reports
 

Classes in com.atlassian.bamboo.ww2.actions.reports that implement ErrorCollection
 class ViewReport
           
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.rss
 

Classes in com.atlassian.bamboo.ww2.actions.rss that implement ErrorCollection
 class LabelRssFeedAction
          This generates a rss feed for a given label.
 

Uses of ErrorCollection in com.atlassian.bamboo.ww2.actions.setup
 

Classes in com.atlassian.bamboo.ww2.actions.setup that implement ErrorCollection
 class AbstractSetupAction
           
 class AbstractSetupDatabaseAction
           
 class FinishSetupAction
           
 class SelectSetupStepAction
          A simple action, the goal of which is to redirect the user to the correct setup step
 class SetupDataAction
          SetupDataAction: Sets up data within Confluence behind the scenes, i.e.
 class SetupDatabaseAction
           
 class SetupDatabaseConnectionAction
           
 class SetupDatasourceDatabaseAction
           
 class SetupEmbeddedDatabaseAction
           
 class SetupImportDataAction
           
 class SetupLicenseAction
           
 class SetupPathsAction
           
 class SetupStandardDatabaseAction
           
 

Uses of ErrorCollection in com.atlassian.bamboo.xmpp
 

Methods in com.atlassian.bamboo.xmpp that return ErrorCollection
 ErrorCollection XmppMessageSender.validate()
          Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
 ErrorCollection SmackXmppMessageSender.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
abstract  ErrorCollection SimpleSmackCommand.validate()
           
 ErrorCollection CommitCommentSmackCommand.validate()
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.