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

Packages that use ErrorCollection
com.atlassian.bamboo.autofavourite   
com.atlassian.bamboo.autofavourite.admin   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.coverage   
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.plugins   
com.atlassian.bamboo.configuration.wizard   
com.atlassian.bamboo.emailer.strategy   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plugins.jiraPlugin.actions   
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.results   
com.atlassian.bamboo.security   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.user   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.utils.error   
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   
 

Uses of ErrorCollection in com.atlassian.bamboo.autofavourite
 

Methods in com.atlassian.bamboo.autofavourite that return ErrorCollection
 ErrorCollection AutoFavouriteBuildCompleteAction.validate(BuildConfiguration config)
           
 

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 AbstractBuildAction
          Provides common build action behaviour.
 class BuildExpiry
          This class implements the BuildExpiryConfiguration web page behaviour.
 class BuildList
          This class provides the ui with a collection of the current Bamboo builds.
 class BuildResultsAction
           
 class DeleteBuildResults
          This class deletes a specific build
 class DeleteBuilds
          This class provides a UI action to remove one or more build.
 class ExecuteBuild
          This class kicks off a build build.
 class GotoBuildResult
           
 class UpdateAndBuild
          This class supports SCM triggered builds.
 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 ViewBuildResults
          This class displays the specific BuildResultsImpl for a Build.
 class ViewBuildResultsSuccessfulTests
           
 class ViewBuildResultsTests
           
 class ViewCurrentRunningBuild
           
 class ViewLatestBuild
          Provides quick way to display the latest build results.
 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 CustomBuildCompleteAction.validate(BuildConfiguration config)
           
 ErrorCollection CustomBuildProcessor.validate(BuildConfiguration configuration)
           
 ErrorCollection Build.validateBuild()
          Validates the build's builder and source code locations
 ErrorCollection DefaultBuild.validateBuild()
           
 ErrorCollection LegacyBuildObject.validateBuild()
           
 

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.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 AbstractBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection CronTriggerBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection PollingBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection SingleDailyBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection TriggeredBuildStrategy.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 Builder.validate()
          Validate the Builder's current internal settings are still valid
 ErrorCollection AbstractBuilder.validate()
           
 ErrorCollection Builder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection AbstractMavenBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection AntBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection CustomCommandBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection ScriptBuilder.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection Builder.validate(FilteredMap filteredParams)
          Validate the Builder's property settings when supplied from an web form
 ErrorCollection AbstractMavenBuilder.validate(FilteredMap filteredParams)
          Validate that the goal has been defined
 ErrorCollection AntBuilder.validate(FilteredMap filteredParams)
          Check that the builder's mandatory properties have been configured correctly.
 ErrorCollection CustomCommandBuilder.validate(FilteredMap filteredParams)
           
 ErrorCollection ScriptBuilder.validate(FilteredMap filteredBuilderParams)
          Validate that the scripts mandatory fields have been defined correctly
 

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 StopBuild
          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 AdministerAction
          This displays the basic Beetlejiuce server administration page
 class BuildJdkList
          This class provides the ui with a list of available build JDKs.
 class ConfigurationAction
          This class handles configuration updates from am web form
 class ConfigurePipeline
           
 class ConfigureSecurity
           
 class LicenseAction
           
 class SystemInfoAction
           
 

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

Classes in com.atlassian.bamboo.configuration.plugins that implement ErrorCollection
 class AbstractPluginConfigurationAction
           
 class ConfigureBuilder
           
 class ConfigureJdks
          A wwbwork action to view, edit, add and delete the system's JDKS
 

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

Classes in com.atlassian.bamboo.configuration.wizard that implement ErrorCollection
 class UpgradeWizard
          This class accepts upgrade system configuration from the WelcomeWizard.
 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.emailer.strategy
 

Classes in com.atlassian.bamboo.emailer.strategy that implement ErrorCollection
 class EmailStrategyList
          This class provides a gui form with a list of possible EmailStrategy objects for emailing build results.
 

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.labels
 

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

Uses of ErrorCollection in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy that return ErrorCollection
 ErrorCollection LegacyCVSRepository.validate()
          Ensure we have the been initialised with the mandatory settings

This is called from the build form.

 ErrorCollection LegacyPerforceRepository.validate()
          Ensure we have been set up correctly
 ErrorCollection LegacySmackXmppMessageSender.validate()
          Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
 ErrorCollection LegacySvnRepository.validate()
          Ensures the user has entered a subversion repository that we can authenticate against and connect to
 ErrorCollection LegacyAbstractBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacyCVSRepository.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacyPerforceRepository.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacyPollingBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacySvnRepository.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacyTriggeredBuildStrategy.validate(BuildConfiguration buildConfiguration)
           
 ErrorCollection LegacyBuildObjectFor110.validateBuild()
           
 

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 ErrorHandler.addErrorCollection(String buildName, ErrorCollection errors)
          Adds all the error messages in the errorCollection to the build
 void DefaultErrorHandler.addErrorCollection(String buildName, ErrorCollection errors)
           
 

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.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.repository
 

Classes in com.atlassian.bamboo.repository that implement ErrorCollection
 class RepositoryList
          This class provides the ui with a collection fo the current Repository implementations.
 

Methods in com.atlassian.bamboo.repository that return ErrorCollection
 ErrorCollection Repository.validate()
          Validate the Repository's property settings when supplied from an web form
 ErrorCollection Repository.validate(BuildConfiguration buildConfiguration)
           
 

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

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

This is called from the build form.

 ErrorCollection CVSRepository.validate(BuildConfiguration buildConfiguration)
           
 

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

Methods in com.atlassian.bamboo.repository.perforce that return ErrorCollection
 ErrorCollection PerforceRepository.validate()
          Ensure we have been set up correctly
 ErrorCollection PerforceRepository.validate(BuildConfiguration buildConfiguration)
           
 

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

Methods in com.atlassian.bamboo.repository.svn that return ErrorCollection
 ErrorCollection SvnRepository.validate()
          Ensures the user has entered a subversion repository that we can authenticate against and connect to
 ErrorCollection SvnRepository.validate(BuildConfiguration buildConfiguration)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.rest
 

Classes in com.atlassian.bamboo.rest that implement ErrorCollection
 class AbstractRestAction
          This class provides the common rest api handling.
 class GetLatestBuildResults
          This class provides the latest build to callers of the rest api
 class GetLatestUserBuilds
           
 class ListBuildNames
          This class provides a list of available build names
 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.
 

Uses of ErrorCollection in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results with parameters of type ErrorCollection
 void BuildResults.addErrorMessages(ErrorCollection errors)
           
 void BuildResultsImpl.addErrorMessages(ErrorCollection errors)
           
 

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.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks that return ErrorCollection
 ErrorCollection UpgradeTask102BuildObject.validateBuild()
           
 

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, String field, 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 ErrorCollection.addErrorCollection(ErrorCollection errors)
          Populate this ErrorCollection with general and field-specific errors.
 void SimpleErrorCollection.addErrorCollection(ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.bamboo.webwork
 

Classes in com.atlassian.bamboo.webwork that implement ErrorCollection
 class AbstractAction
          This class provides common web works action behaviour.
 class StarterAction
          This class decides which starter page should be deisplayed on the web site.
 class VersionAction
          This class is used to display the version of the application on a jsp page
 

Methods in com.atlassian.bamboo.webwork with parameters of type ErrorCollection
protected  void AbstractAction.addFormErrors(ErrorCollection errorCollection)
          Add the given errorCollection to the web work page errors
 

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 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 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 ConfigureProfile
           
 class ConfigureUser
           
 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 MoveBuilds
           
 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 ConfigureBuildPostAction
           
 class ConfigureBuildRepository
           
 

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 Error
           
 class FiveOhOh
           
 

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 AddProject
           
 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 SetupEmbeddedDatabaseAction
           
 class SetupLicenseAction
           
 class SetupPathsAction
           
 

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
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.