Uses of Class
com.atlassian.bamboo.ww2.BambooActionSupport

Packages that use BambooActionSupport
com.atlassian.bamboo.autofavourite.admin   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.coverage   
com.atlassian.bamboo.build.tests   
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.logger   
com.atlassian.bamboo.plugins.jiraPlugin.actions   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security   
com.atlassian.bamboo.user   
com.atlassian.bamboo.webwork   
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   
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.autofavourite.admin
 class configureAutoFavouriteAction
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.build
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.build
 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
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.build.coverage
 class ViewCloverCoverageSummary
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.build.tests
 class ViewTestCaseAction
           
 class ViewTestsSummary
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.builder.resultsfilter
 class BuildResultsFilterList
          This class provides the UI with the available BuildResult filters
 class SetResultsFilter
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.buildqueue
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.buildqueue
 class StopBuild
          This class provides a user action to stop the current build job
 

Uses of BambooActionSupport in com.atlassian.bamboo.configuration
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.configuration
 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 BambooActionSupport in com.atlassian.bamboo.configuration.plugins
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.configuration.plugins
 class AbstractPluginConfigurationAction
           
 class ConfigureBuilder
           
 class ConfigureJdks
          A wwbwork action to view, edit, add and delete the system's JDKS
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.configuration.wizard
 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 BambooActionSupport in com.atlassian.bamboo.emailer.strategy
 

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

Uses of BambooActionSupport in com.atlassian.bamboo.index
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.index
 class ReindexAction
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.logger
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.logger
 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.
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.plugins.jiraPlugin.actions
 class ViewBuildResultsByJiraKey
           
 class ViewJiraIssues
          This class displays the specific BuildResultsImpl for a Build.
 

Uses of BambooActionSupport in com.atlassian.bamboo.repository
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.repository
 class RepositoryList
          This class provides the ui with a collection fo the current Repository implementations.
 

Uses of BambooActionSupport in com.atlassian.bamboo.rest
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.rest
 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
 

Uses of BambooActionSupport in com.atlassian.bamboo.security
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.security
 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.
 class Logout
          This class logs out the currently loggin in user.
 

Uses of BambooActionSupport in com.atlassian.bamboo.user
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.user
 class Profile
          This class displays the user profile page...
 

Uses of BambooActionSupport in com.atlassian.bamboo.webwork
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.webwork
 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
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions
 class BuildActionSupport
           
 class FilterCookieWriterAction
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin
 class UpdateLicenseAction
           
 class ViewAuditLog
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.group
 class ConfigureGroup
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
 class ConfigureInstantMessagingServer
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.jiraserver
 class ConfigureJiraServer
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.mail
 class ConfigureMailServer
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.migration
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.migration
 class Export
           
 class Import
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.user
 class ConfigureProfile
           
 class ConfigureUser
           
 class ViewAdministrators
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.user.signup
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.admin.user.signup
 class SignupUser
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.author
 class GotoAuthors
           
 class ViewAuthor
           
 class ViewAuthors
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build
 class ViewBuildResultsTable
          This is an embedded action that's used to display
 class ViewRecentlyCompletedBuilds
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin
 class BuildConfigurationSupport
           
 class MoveBuilds
           
 class SuspendBuild
           
 class ViewBuildConfiguration
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin.config
 class ConfigureBuildArtifact
           
 class ConfigureBuildBuilder
           
 class ConfigureBuildDependencies
           
 class ConfigureBuildPostAction
           
 class ConfigureBuildRepository
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin.create
 class CreateBuild
           
 class SaveNewProject
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.build.admin.edit
 class EditProjectPlanName
           
 class SaveConfig
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.charts
 class ViewAuthorChart
           
 class ViewAuthorFailuresChart
           
 class ViewCombinedByBuildNumberChart
           
 class ViewCombinedByTimePeriodChart
           
 class ViewReportChart
           
 

Uses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.comment
 

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.comment
 class EditCommentAction
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.error
 class Error
           
 class FiveOhOh
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.labels
 class EditLabelsAction
           
 class SetFavouriteAction
           
 class ViewBuildResultsForLabelAction
           
 class ViewLabels
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.project
 class AddProject
           
 class ViewProject
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.reports
 class ViewReport
           
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.rss
 class LabelRssFeedAction
          This generates a rss feed for a given label.
 

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

Subclasses of BambooActionSupport in com.atlassian.bamboo.ww2.actions.setup
 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
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.