Uses of Class
com.atlassian.jira.web.action.JiraWebActionSupport

Packages that use JiraWebActionSupport
com.atlassian.jira.applicationproperties   
com.atlassian.jira.dev.reference.dependent.plugin.actions   
com.atlassian.jira.dev.reference.plugin.actions   
com.atlassian.jira.lookandfeel   
com.atlassian.jira.mock.web.action   
com.atlassian.jira.my_home.web.action   
com.atlassian.jira.plugin.link.confluence   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.link.web   
com.atlassian.jira.scheme   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.constants   
com.atlassian.jira.web.action.admin.currentusers   
com.atlassian.jira.web.action.admin.customfields   
com.atlassian.jira.web.action.admin.darkfeatures   
com.atlassian.jira.web.action.admin.dashboards   
com.atlassian.jira.web.action.admin.eventtype   
com.atlassian.jira.web.action.admin.filters   
com.atlassian.jira.web.action.admin.importer   
com.atlassian.jira.web.action.admin.importer.issue   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.admin.instrumentation   
com.atlassian.jira.web.action.admin.issuefields   
com.atlassian.jira.web.action.admin.issuefields.configuration   
com.atlassian.jira.web.action.admin.issuefields.configuration.schemes   
com.atlassian.jira.web.action.admin.issuefields.enterprise   
com.atlassian.jira.web.action.admin.issuefields.screens   
com.atlassian.jira.web.action.admin.issuefields.screens.enterprise   
com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype   
com.atlassian.jira.web.action.admin.issuesecurity   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.admin.issuetypes.pro   
com.atlassian.jira.web.action.admin.linking   
com.atlassian.jira.web.action.admin.mail   
com.atlassian.jira.web.action.admin.notification   
com.atlassian.jira.web.action.admin.permission   
com.atlassian.jira.web.action.admin.priorities   
com.atlassian.jira.web.action.admin.resolutions   
com.atlassian.jira.web.action.admin.roles   
com.atlassian.jira.web.action.admin.scheme   
com.atlassian.jira.web.action.admin.scheme.comparison   
com.atlassian.jira.web.action.admin.scheme.distiller   
com.atlassian.jira.web.action.admin.scheme.mapper   
com.atlassian.jira.web.action.admin.scheme.purge   
com.atlassian.jira.web.action.admin.statuses   
com.atlassian.jira.web.action.admin.subtasks   
com.atlassian.jira.web.action.admin.task   
com.atlassian.jira.web.action.admin.translation   
com.atlassian.jira.web.action.admin.trustedapps   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.bonfire   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.favourites   
com.atlassian.jira.web.action.filter   
com.atlassian.jira.web.action.func.service   
com.atlassian.jira.web.action.greenhopper   
com.atlassian.jira.web.action.history   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.action.issue.navigator   
com.atlassian.jira.web.action.popups   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.project.enterprise   
com.atlassian.jira.web.action.projectcategory   
com.atlassian.jira.web.action.renderers.wiki   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.action.version   
com.atlassian.jira.web.action.workflow   
 

Uses of JiraWebActionSupport in com.atlassian.jira.applicationproperties
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.applicationproperties
 class AdvancedApplicationProperties
          Application properties action, really here just for WebSudo and permissions check
 

Uses of JiraWebActionSupport in com.atlassian.jira.dev.reference.dependent.plugin.actions
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.dev.reference.dependent.plugin.actions
 class ReferenceComponentImportAction
          Simple web action that displays the result of calling a method on ReferencePublicComponent
 

Uses of JiraWebActionSupport in com.atlassian.jira.dev.reference.plugin.actions
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.dev.reference.plugin.actions
 class PreparedReferenceAction
          Sample Reference Action that prints out "Welcome to JIRA".
 class ReferenceAction
          Sample Reference Action that prints out "Welcome to JIRA".
 class ReferenceComponentAction
          Simple web action that displays the result of calling a method on ReferenceComponent
 class ReferenceModuleTypeAction
          Simple web action that displays the result of calling a method on ReferenceComponent.
 class ReferenceResourceAction
          An action that prints out value of the reference resource.
 class ReferenceSoyAction
          Demonstrates an action that is configured to use a Soy template
 

Uses of JiraWebActionSupport in com.atlassian.jira.lookandfeel
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.lookandfeel
 class EditLookAndFeel
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.mock.web.action
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.mock.web.action
 class MockAbstractBrowser
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.my_home.web.action
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.my_home.web.action
 class UpdateMyJiraHome
          Web action to update the My JIRA Home.
 

Uses of JiraWebActionSupport in com.atlassian.jira.plugin.link.confluence
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.plugin.link.confluence
 class LinkConfluencePage
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.plugin.link.remotejira
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.plugin.link.remotejira
 class LinkJiraIssue
          Links an issue to an issue from a remote JIRA server.
 

Uses of JiraWebActionSupport in com.atlassian.jira.plugin.link.web
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.plugin.link.web
 class AddWebLink
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.scheme
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.scheme
 class AbstractAddScheme
           
 class AbstractCopyScheme
           
 class AbstractDeleteScheme
           
 class AbstractEditScheme
           
 class AbstractProjectAndSchemeAwareAction
           
 class AbstractSchemeAwareAction
           
 class AbstractSelectProjectScheme
           
 class AbstractViewSchemes
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action
 class AbstractBrowser
          An abstract browser that implements a few helpful things for paging.
 class AbstractPluggableTabPanelAction<TabPanelClass extends PluggableTabPanelModuleDescriptor>
          Manages the setting, retrieval, checking and activating of a "selected tab" for any page that wishes to provide navigation to "tab panels".
 class Dashboard
          Figures out what the id of the portal page the user is currently viewing is.
 class IssueActionSupport
           
 class JiraWizardActionSupport
           
 class MyJiraHome
          Redirects to the current My JIRA Home.
 class ProjectActionSupport
           
 class XsrfErrorAction
          This action is usually run via a servlet FORWARD.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin
 class ConfigureLogging
           
 class ConfirmNewInstallationWithOldLicense
          Displays the page to update the current JIRA license when it has been detected that the current license is "too old".
 class EditAnnouncementBanner
           
 class EditApplicationProperties
           
 class EditAttachmentSettings
           
 class EditDefaultDashboard
          Displays the system dashboard in the admin section for edit.
 class EditListener
           
 class EditService
          The action to allow you to edit service definitions

NOTE TO FUTURE DEVELOPERS : The FileService and ExportService uses to allow the directory to be edited online.

 class EditUserDefaultSettings
          Controls setting the email prefs.
 class GlobalPermissions
           
 class IconPicker
           
 class IndexOptimize
           
 class IntegrityChecker
           
 class LeaveAdmin
          This either goes home, or if home is Admin, then it goes to the dashboard
 class MailQueueAdmin
           
 class SchedulerAdmin
           
 class SetGlobalEmailPreference
          Updates all the users preference to the current default preference.
 class TimeTrackingAdmin
           
 class ViewApplicationProperties
           
 class ViewAttachmentSettings
           
 class ViewLicense
           
 class ViewListeners
           
 class ViewLogging
          The view action for the JIRA Profiling and Logging Admin section
 class ViewMemoryInfo
          View extended memory information
 class ViewServices
           
 class ViewSystemInfo
           
 class ViewUpgradeHistory
           
 class ViewUserDefaultSettings
          Configure email preferences.
 class WebSudoAuthenticate
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.constants
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.constants
 class AbstractConstantAction
           
 class AbstractDeleteConstant
           
 class AbstractEditConstant
           
 class AbstractViewConstants
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.currentusers
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.currentusers
 class CurrentUsersList
          An action that lists the current users that have sessions within JIRA
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.customfields
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.customfields
 class AbstractEditConfigurationItemAction
           
 class ConfigureCustomField
           
 class CreateCustomField
           
 class DeleteCustomField
           
 class EditCustomField
           
 class EditCustomFieldDefaults
          Responsible for handling the update of a custom field's values.
 class EditCustomFieldOptions
           
 class ManageConfigurationScheme
           
 class TranslateCustomField
           
 class ViewCustomFields
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.darkfeatures
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.darkfeatures
 class SiteDarkFeatures
          Manage site wide dark features.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.dashboards
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.dashboards
 class AbstractDashboardAdministration
          This is the base class for DeleteSharedDashboard and ChangeSharedDashboardOwner
 class ChangeSharedDashboardOwner
          Action for changing the SharedFilter owner
 class DeleteSharedDashboard
          The Delete Shared Dashboards action
 class ViewSharedDashboards
          Responsible for displaying the shared dashboards administration page.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.eventtype
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.eventtype
 class ListEventTypes
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.filters
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.filters
 class AbstractAdministerFilter
          This is the base class for DeleteSharedFilter and ChangeSharedFilterOwner
 class ChangeSharedFilterOwner
          Action for changing the SharedFilter owner
 class DeleteSharedFilter
          The Delete Shared Filters action
 class ViewSharedFilters
          Responsible for displaying the shared filters administration page.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer
 class AbstractImportEntity
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer.issue
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer.issue
 class AbstractImportIssue
           
 class MapColumns
           
 class MapCustomFields
           
 class MapIssueTypes
           
 class MapPriorities
           
 class MapResolutions
           
 class MapStatuses
           
 class MapUsers
           
 class MapValidateImport
           
 class UploadXmlFile
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer.project
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.importer.project
 class AbstractProjectImportProgress<V>
          Base class for the progress screens.
 class AbstractProjectImportUsersMissing
          Base class that exports a list of users to xml.
 class ProjectImportBackupOverviewProgress
          Used to show a progress bar for the long running tasks after the Select Backup action.
 class ProjectImportMappingProgress
          Progress action for the 2nd phase of the import which creates the project mappings.
 class ProjectImportMissingMandatoryUsersCannotCreate
          Used to display the users that do not exist in the system and are mandatory
 class ProjectImportMissingMandatoryUsersExtMgmt
          Used to display the users that do not exist in the system, are mandatory, and we can't create them automatically.
 class ProjectImportMissingOptionalUsersCannotCreate
          Used to display the users that do not exist in the system, are optional, and we can't create them automatically.
 class ProjectImportMissingOptionalUsersExtMgmt
          Used to display the users that do not exist in the system and are in use
 class ProjectImportMissingUsersAutoCreate
          Used to display the users that will be automatically created as part of the Project Import.
 class ProjectImportProgress
          Used to show a progress bar for the long running tasks while we are doing the actual import.
 class ProjectImportResultsAction
          Action that manages the final results screen for a project import.
 class ProjectImportSelectBackup
          Action that controls the first step of the project import wizard.
 class ProjectImportSelectProject
          Action that is used to display the project information contained in the backup XML selected in the ProjectImportSelectBackup action and to submit the selected project to be processed by the importer.
 class ProjectImportSummary
          Action that controls the summary screen before a project import occur
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.index
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.index
 class EditIndexRecoverySettings
           
 class IndexAdminImpl
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.instrumentation
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.instrumentation
 class ViewInstrumentation
          An initial quick and dirty listing of the instrumentation objects in JIRA
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields
 class AbstractConfigureFieldLayout
           
 class AbstractEditFieldLayoutItem
           
 class EditDefaultFieldLayoutItem
           
 class EditFieldLayoutItemRenderer
          Action used to set a renderer for a field layout item
 class EditFieldLayoutItemRendererConfirmation
          The action that controls the confirmation screen.
 class ViewIssueFields
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.configuration
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.configuration
 class AddFieldConfiguration
          Responsible for rendering the user interface to add a new field configuration to a JIRA instance.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes
 class AddFieldConfigurationScheme
          Responsible for rendering the user interface to add a new field configuration scheme to a JIRA instance.
 class AddIssueTypeToFieldConfigurationAssociation
          Responsible for rendering the user interface to add a new issue type to field configuration entry to an existing field configuration scheme.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.enterprise
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.enterprise
 class AbstractEditFieldLayoutSchemeAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractFieldLayoutAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractSchemeAware
           
 class ConfigureFieldLayout
           
 class ConfigureFieldLayoutScheme
           
 class CopyFieldLayout
          Copyright (c) 2002-2004 All rights reserved.
 class CopyFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class DeleteScheme
           
 class EditFieldLayout
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldLayoutItem
           
 class EditFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class SelectFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldLayouts
          Responsible for rendering the user interface to view all the field configurations for a JIRA instance.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens
 class AbstractFieldScreenAction
          Webwork action for managing screens.
 class AbstractFieldScreenSchemeAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractFieldScreenSchemeItemAction
          Copyright (c) 2002-2004 All rights reserved.
 class AddFieldScreenSchemeItem
           
 class AddIssueTypeScreenScheme
          Responsible for rendering the user interface to add a new field configuration to a JIRA instance.
 class AssociateFieldToScreens
           
 class ConfigureFieldScreen
           
 class ConfigureFieldScreenScheme
           
 class EditFieldScreen
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldScreenSchemeItem
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldScreens
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldScreenSchemes
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
 class ConfigureIssueTypeScreenScheme
           
 class EditIssueTypeScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class SelectIssueTypeScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class ViewIssueTypeScreenSchemes
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype
 class AddIssueTypeScreenScreenSchemeAssociation
          Responsible for rendering the user interface to add a new issue type to screen scheme entry to an existing issue type screen scheme.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuesecurity
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuesecurity
 class AddIssueSecurity
           
 class AddScheme
           
 class CopyScheme
           
 class DeleteIssueSecurity
           
 class DeleteIssueSecurityLevel
           
 class EditIssueSecurities
           
 class EditScheme
           
 class SchemeAwareIssueSecurityAction
           
 class SelectProjectIssueSecurityScheme
           
 class SelectProjectSecuritySchemeStep2
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuetypes
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuetypes
 class AbstractManageIssueTypeOptionsAction
           
 class AddNewIssueTypeToScheme
          Will add a new issue type and then redirect the user back to the modify issue type scheme page.
 class ConfigureIssueTypeOptionScheme
           
 class ConfigureOptionScheme
           
 class DeleteIssueType
           
 class EditIssueType
           
 class MigrateIssueTypes
           
 class ViewIssueTypes
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuetypes.pro
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.issuetypes.pro
 class AssociateIssueTypeSchemes
           
 class AssociateIssueTypeSchemesWithDefault
           
 class DeleteOptionScheme
           
 class ManageIssueTypeSchemes
           
 class SelectIssueTypeSchemeForProject
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.linking
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.linking
 class DeleteLinkType
           
 class EditLinkType
           
 class ViewLinkTypes
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.mail
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.mail
 class SendBulkMail
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.notification
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.notification
 class AddNotification
           
 class DeleteNotification
           
 class EditNotifications
           
 class SchemeAwareNotificationAction
           
 class SelectProjectScheme
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.permission
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.permission
 class AddPermission
           
 class DeletePermission
          This class is used for the deleting of a permisison scheme
 class EditPermissions
          This class is used to display all permissions for a particular permission scheme.
 class SchemeAwarePermissionAction
          This class is used as a super class for any classes that perform actions on permission schemes.
 class SelectProjectPermissionScheme
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.priorities
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.priorities
 class DeletePriority
           
 class EditPriority
           
 class ViewPriorities
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.resolutions
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.resolutions
 class DeleteResolution
           
 class EditResolution
           
 class ViewResolutions
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.roles
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.roles
 class AbstractProjectRole
          Abstract class for the Delete and editing of Project Roles
 class AbstractRoleActorAction
          Created by IntelliJ IDEA.
 class AbstractRoleActors
          Created by IntelliJ IDEA.
 class DeleteProjectRole
           
 class EditProjectRole
           
 class EditUserProjectRoles
          This is the bulk edit for project roles given a user.
 class GroupRoleActorAction
          GroupRoleActor action.
 class ProjectRoleUsageAction
          Created by IntelliJ IDEA.
 class UserRoleActorAction
          Action for creating and editing UserRoleActors
 class ViewDefaultProjectRoleActors
           
 class ViewProjectRoleActors
           
 class ViewProjectRoles
           
 class ViewUserProjectRoles
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme
 class AbstractSchemePickerAction
           
 class AbstractSchemeToolAction
           
 class SchemeToolsAction
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.comparison
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.comparison
 class SchemeComparisonPickerAction
          The picker action for the scheme comparison tool.
 class SchemeComparisonToolAction
          This action services the comparison tool and shows all the information about the compared schemes.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.distiller
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.distiller
 class AbstractMergeAction
          A baseclass for all the merge tool actions.
 class SchemeMergeAction
          This action is the second step in the wizard for scheme merging, it prompts you to select which schemes to merge.
 class SchemeMergePreviewAction
          This action is used to generate the preview of the selected entries for the scheme merge tool.
 class SchemeMergeResultAction
          This is the last step in the scheme merge wizard, it performs the actual persisting of the merge and shows the results.
 class SchemeTypePickerAction
          This is the first step in the scheme merge tool it allows you to select the type of scheme to merge and if the schemes are associated or all schemes.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.mapper
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.mapper
 class AbstractGroupToRoleAction
           
 class SchemeGroupToRoleMapperAction
          This action is the second step in the GroupToRoleMapping tool, it collects the information about the group to role mappings.
 class SchemeGroupToRolePickerAction
          This is the first step in the GroupToRoleMapping tool, it collects the selected scheme information for the tool.
 class SchemeGroupToRoleResultAction
          This is the last step of the GroupToRoleMapping tool, this simply displays the summary results.
 class SchemeGroupToRoleTransformerAction
          This is portion of the GroupToRoleMapping tool that actually transforms the schemes.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.purge
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.scheme.purge
 class AbstractSchemePurgeAction
           
 class SchemePurgeToolPreviewAction
           
 class SchemePurgeToolResultsAction
           
 class SchemePurgeTypePickerAction
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.statuses
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.statuses
 class DeleteStatus
           
 class EditStatus
           
 class ViewStatuses
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.subtasks
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.subtasks
 class DeleteSubTaskIssueType
           
 class DisableSubTasks
           
 class EditSubTaskIssueTypes
           
 class ManageSubTasks
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.task
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.task
 class AcknowledgeTask
          Simply cleans up a task and then redirects to a given url
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.translation
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.translation
 class ViewTranslations
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.trustedapps
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.trustedapps
 class AbstractTrustedApplicationAction
          As usual, actions beget lovely deep inheritance hierarchies as it is the ONLY convenient way to share code...
 class DeleteTrustedApplication
          Delete confirmation for a trusted application
 class EditTrustedApplication
          Edit a Trusted Application's details.
 class ViewTrustedApplications
          View the list of Trusted Applications in the system
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.user
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.user
 class AddUser
          Responsible for handling the requests to add a new JIRA User.
 class AllUsersRememberMeCookies
          A page to allow all rememember me cookies to be cleared
 class BulkEditUserGroups
           
 class ConfigureCrowdServer
           
 class DeleteGroup
           
 class DeleteUser
           
 class DeleteUserProperty
           
 class EditCrowdApplication
           
 class EditNestedGroups
           
 class EditUser
           
 class EditUserGroups
           
 class EditUserProperties
           
 class EditUserProperty
           
 class GroupBrowser
           
 class GroupPickerBrowser
           
 class ResetFailedLoginCount
          Resets the named users current failed login count.
 class SetPassword
           
 class UserBrowser
           
 class UserPickerBrowser
           
 class UserProperty
          This represents a key:value pair property for a user.
 class UserRememberMeCookies
          This action shows the remember me cookies that a user has
 class ViewGroup
           
 class ViewUser
           
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type JiraWebActionSupport
UserPasswordActionHelper(JiraWebActionSupport action, UserUtil userUtil)
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.workflow
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.workflow
 class AbstractAddWorkflowTransitionDescriptor
           
 class AbstractAddWorkflowTransitionDescriptorParams
           
 class AbstractDeleteWorkflowTransitionDescriptor
           
 class AbstractEditWorkflowTransitionDescriptorParams
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractViewWorkflowMetaAttributes
           
 class AbstractWorkflowAction
           
 class AbstractWorkflowDraftResultAction
           
 class AbstractWorkflowStep
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractWorkflowTransition
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractWorkflowTransitionAction
           
 class AddWorkflowTransition
           
 class AddWorkflowTransitionCondition
           
 class AddWorkflowTransitionConditionParams
          Used to query the user for condition's parameters if any and actually create the condition workflow descriptor.
 class AddWorkflowTransitionFunctionParams
          Used to query the user for function's parameters if any and actually create the function workflow descriptor.
 class AddWorkflowTransitionPostFunction
           
 class AddWorkflowTransitionValidator
           
 class AddWorkflowTransitionValidatorParams
          Used to query the user for validator's parameters if any and actually create the validator workflow descriptor.
 class CloneWorkflow
           
 class CreateDraftWorkflow
          Webwork action used to create a draft workflow.
 class DeleteWorkflowStep
           
 class DeleteWorkflowTransitionCondition
           
 class DeleteWorkflowTransitionPostFunction
           
 class DeleteWorkflowTransitions
           
 class DeleteWorkflowTransitionValidator
           
 class EditWorkflow
          Action to edit a workflows name and description
 class EditWorkflowDispatcher
          Dispatcher in the form of an action that redirects requests to the appropriate URL for editing a workflow.
 class EditWorkflowStep
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransition
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionConditionParams
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionPostFunctionParams
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionValidatorParams
          Copyright (c) 2002-2004 All rights reserved.
 class ImportWorkflow
           
 class ListWorkflows
           
 class PublishDraftWorkflow
          This webwork Action will do validation, and then display a confirmation screen to the user when they want to publish a draft workflow to become active.
 class ViewWorkflowStep
          Created by IntelliJ IDEA.
 class ViewWorkflowStepMetaAttributes
           
 class ViewWorkflowSteps
           
 class ViewWorkflowTransition
           
 class ViewWorkflowTransitionConditionalResult
           
 class ViewWorkflowTransitionMetaAttributes
           
 class ViewWorkflowXml
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.workflow.scheme
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.admin.workflow.scheme
 class EditWorkflowScheme
           
 class SelectProjectWorkflowScheme
           
 class SelectProjectWorkflowSchemeStep2
           
 class SelectProjectWorkflowSchemeStep3
           
 class ViewSchemes
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.bonfire
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.bonfire
 class SetupBonfire
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.browser
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.browser
 class BrowseComponent
          Version browser that is similar to project browser (BrowseProject) but also take version into account.
 class BrowseProject
           
 class BrowseProjects
          Action for Browse Projects
 class BrowseVersion
          Version browser that is similar to project browser (BrowseProject) but also take version into account.
 class ConfigureReport
           
 class ReleaseNote
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.favourites
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.favourites
 class AdjustFavourite
          Allows the caller to add or remove a favourite.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.filter
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.filter
 class AbstractFilterAction
           
 class DeleteFilter
          Action class for managing filters.
 class EditFilter
           
 class FavouriteFilters
          Action implementation for the Favourite Filters popup.
 class FilterPickerPopup
          Action implementation for the Filter Picker popup.
 class FilterSubscription
          Action for CRUD of a scheduled email subscription to search filter results.
 class ManageFilters
          Action class for managing filters.
 class ManageSubscriptions
          Action class for Managing Subscriptions.
 class SaveAsFilter
           
 class SaveFilter
          Action called to update a filter's search parameters and search sorts.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.func.service
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.func.service
 class ServiceExecutor
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.greenhopper
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.greenhopper
 class SetupGreenHopper
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.history
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.history
 class RecentIssueHistory
          An action to show recent issue history.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.issue
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.issue
 class AbstractCommentableAssignableIssue
           
 class AbstractCommentableIssue
          This class should be extended by any action that modifies issues and can have an associated comment.
 class AbstractConvertIssue
          Abstract class for issue conversion Contains all do* methods and vast majority of logic
 class AbstractIssueLinkAction
          Base class for an issue link action.
 class AbstractIssueSelectAction
          An abstract action that should be extended by any action which wants to 'select' an issue

 class AbstractViewIssue
           
 class AbstractWorklogAction
           
 class AddComment
           
 class AssignIssue
           
 class AttachFile
          Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue.
 class AttachScreenshot
          Webwork action for popping up the attach screenshot applet and attaching screenshots to an issue.
 class AttachTemporaryFile
          Used by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron.
 class CantBrowseCreatedIssue
           
 class CloneIssueDetails
           
 class CommentAssignIssue
          This beautifully named action is in fact the Issue Transition screen.
 class ConvertIssueToSubTask
          Main action for converting Issue to sub-task All do* methods in AbstractConvertIssue
 class ConvertSubTaskToIssue
          Main action for converting Sub-tasks into Issues All do* methods in AbstractConvertIssue
 class CreateIssue
           
 class CreateIssueDetails
           
 class CreateSubTaskIssue
           
 class CreateSubTaskIssueDetails
           
 class CreateWorklog
          This action creates a new worklog
 class DeleteAttachment
           
 class DeleteComment
           
 class DeleteIssue
           
 class DeleteLink
           
 class DeleteRemoteIssueLink
           
 class DeleteWorklog
          This action deletes an existing worklog
 class EditComment
           
 class EditIssue
           
 class EditLabels
           
 class IssuePicker
          Responsible for controlling the rendering of the Issue Picker control.
 class LinkExistingIssue
          Deprecated. Since v5.0.
 class ManageAttachments
           
 class ManageWatchers
           
 class MoveIssue
           
 class MoveIssueConfirm
           
 class MoveIssueSubtasks
          Step during the move issue wizard to migrate the issue types of sub-tasks whose issue type is not valid in the destination project.
 class MoveIssueUpdateFields
           
 class MoveSubTask
           
 class MoveSubTaskChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues
 class MoveSubTaskParent
           
 class QuickSearch
           
 class SearchDescriptionEnabledAction
           
 class SessionTimeoutMessage
          This is a simple error screen which displays a message about a session timeout.
 class UpdateWorklog
          This action updates an existing worklog
 class ViewSubtaskFragmentAction
           
 class ViewVoters
           
 class VoteOrWatchIssue
          Action to add or remove votes and watches to a particular issue.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.bulkedit
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.bulkedit
 class AbstractBulkOperationAction
           
 class AbstractBulkOperationDetailsAction
           
 class AbstractBulkWatchOperationAction
           
 class BulkCancelWizard
          This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates.
 class BulkChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues
 class BulkDelete
           
 class BulkEdit
           
 class BulkEdit1
           
 class BulkMigrate
           
 class BulkMove
           
 class BulkUnwatch
           
 class BulkWatch
           
 class BulkWorkflowTransition
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.enterprise
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.enterprise
 class MoveIssueUpdateWorkflow
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.navigator
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.issue.navigator
 class SetSelectedIssue
          Ajax action to update the selected issue in the issue navigator (for the current search).
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.popups
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.popups
 class ShowTimeTrackingHelp
          Provides contextual help for time tracking and log work fields.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.project
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.project
 class AbstractProjectAction
          An abstract action useful for creating and editing projects
 class AddComponent
          Only used by Jelly
 class AddProject
           
 class AddVersion
           
 class DeleteProject
           
 class DeleteProjectEntity
           
 class EditProject
           
 class EditProjectLeadAndDefaultAssignee
           
 class IndexProject
           
 class ProjectEmail
           
 class SelectProjectCategory
           
 class ViewProject
           
 class ViewProjects
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.project.enterprise
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.project.enterprise
 class SelectComponentAssignees
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.projectcategory
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.projectcategory
 class AddProjectCategory
           
 class DeleteProjectCategory
           
 class EditProjectCategory
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.renderers.wiki
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.renderers.wiki
 class WikiRendererHelpAction
          A webwork action that controls the display of the wiki renderers help.
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.setup
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.setup
 class AbstractSetupAction
           
 class SetupAdminAccount
           
 class SetupAnalytics
          SetupAnalytics
 class SetupApplicationProperties
           
 class SetupComplete
          This setup step is used to complete setup.
 class SetupDatabase
          Action for configuring a database connection for JIRA and testing that it works.
 class SetupImport
           
 class SetupLicense
           
 class SetupMailNotifications
          This setup step is used to setup the MailListener
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.user
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.user
 class AddPortalPage
          Action to add a new Portal Page to JIRA.
 class ChangePassword
           
 class ClearRememberMeCookies
          Clears the remember me cookies for the current user
 class ConfigurePortalPages
          This action is the place we manage Portal Pages, aka Dashboard pages from
 class ContactAdministrators
           
 class DeletePortalPage
          Action for deleting PortalPage objects.
 class EditDarkFeatures
          Updates a User's DarkFeatures by adding or removing them.
 class EditPortalPage
          Used to edit the name of a portal page.
 class EditProfile
           
 class ForgotLoginDetails
           
 class GenericEditProfile
           
 class Logout
           
 class ResetPassword
          Handles the requests to reset a password for a specific user.
 class RestoreDefaultDashboard
          Action to restore the default dashboard.
 class Signup
           
 class UpdateUserPreferences
           
 class ViewProfile
           
 class ViewUserHover
          Displays the contents of the user hover dialog.
 class ViewUserPreferences
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.util
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.util
 class AboutPage
          Displays the About page with licensing information.
 class CleanData
           
 class Error404
           
 class ImportAll
           
 class ImportResult
          Needed to cleanup the webwork ActionContext to avoid it from throwing thread corrupted errors.
 class JellyRunner
           
 class JiraCreditsPage
          Displays the JIRA credits page
 class ShowConstantsHelp
          Used to Show the local instances Contants (Issue types, priorities etc)
 class ViewKeyboardShortcuts
          Displays a help screen showing all the available keyboard shortcuts and descriptions telling users what a particular shortcut will do.
 class XmlBackup
           
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.version
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.version
 class VersionAction
          Provides simple JIRA version information and also demonstrates how use soy templates from a JIRA core action
 

Uses of JiraWebActionSupport in com.atlassian.jira.web.action.workflow
 

Subclasses of JiraWebActionSupport in com.atlassian.jira.web.action.workflow
 class SimpleWorkflowAction
           
 class WorkflowUIDispatcher
          A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.