Modifier and Type | Method and Description |
---|---|
void |
AbstractChartReport.validate(ProjectActionSupport action,
Map params) |
protected void |
AbstractChartReport.validateDaysPrevious(ProjectActionSupport action,
Map params) |
protected void |
AbstractChartReport.validateProjectOrFilterId(ProjectActionSupport action,
Map params) |
Modifier and Type | Method and Description |
---|---|
String |
ReferenceReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
void |
ReferenceReport.validate(ProjectActionSupport action,
Map params) |
Modifier and Type | Method and Description |
---|---|
String |
FieldTestReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
void |
FieldTestReport.validate(ProjectActionSupport action,
Map params) |
Modifier and Type | Class and Description |
---|---|
class |
EditLookAndFeel |
Modifier and Type | Class and Description |
---|---|
class |
MockAbstractBrowser |
Modifier and Type | Method and Description |
---|---|
String |
AverageAgeReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
CreatedVsResolvedReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
TimeSinceReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
RecentlyCreatedReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
PieReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
ResolutionTimeReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
void |
PieReport.validate(ProjectActionSupport action,
Map params) |
Modifier and Type | Method and Description |
---|---|
String |
TimeTrackingReport.generateReportExcel(ProjectActionSupport action,
Map reqParams) |
String |
DeveloperWorkloadReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
String |
SingleLevelGroupByReport.generateReportHtml(ProjectActionSupport action,
Map params) |
String |
TimeTrackingReport.generateReportHtml(ProjectActionSupport action,
Map reqParams) |
void |
DeveloperWorkloadReport.validate(ProjectActionSupport action,
Map params) |
void |
SingleLevelGroupByReport.validate(ProjectActionSupport action,
Map params) |
void |
TimeTrackingReport.validate(ProjectActionSupport action,
Map params) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureReport |
Modifier and Type | Class and Description |
---|---|
class |
LinkConfluencePage |
Modifier and Type | Class and Description |
---|---|
class |
LinkJiraIssue
Links an issue to an issue from a remote JIRA server.
|
Modifier and Type | Class and Description |
---|---|
class |
AddWebLink |
Modifier and Type | Method and Description |
---|---|
String |
Report.generateReportExcel(ProjectActionSupport action,
Map params)
Generate the report's Excel HTML - usually from the Velocity resource named "excel".
|
String |
Report.generateReportHtml(ProjectActionSupport action,
Map params)
Generate the report's HTML - usually from the Velocity resource named "html".
|
void |
Report.validate(ProjectActionSupport action,
Map params)
Validate the parameters passed to this report from the UI.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractReport.generateReportExcel(ProjectActionSupport action,
Map params)
By default, will throw an UnsuppportedOperationException as reports don't support Excel by default.
|
void |
AbstractReport.validate(ProjectActionSupport action,
Map params) |
Modifier and Type | Class and Description |
---|---|
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 |
IssueActionSupport |
Modifier and Type | Class and Description |
---|---|
class |
EditApplicationProperties |
class |
EditAttachmentSettings |
class |
EditUserDefaultSettings
Controls setting the email prefs.
|
class |
GlobalPermissions |
class |
SetGlobalEmailPreference
Updates all the users preference to the current default preference.
|
class |
ViewApplicationProperties |
class |
ViewAttachmentSettings |
class |
ViewUserDefaultSettings
Configure email preferences.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImportEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImportIssue |
class |
MapColumns |
class |
MapCustomFields |
class |
MapIssueTypes |
class |
MapPriorities |
class |
MapResolutions |
class |
MapStatuses |
class |
MapUsers |
class |
MapValidateImport |
class |
UploadXmlFile |
Modifier and Type | Class and Description |
---|---|
class |
EditIndexRecoverySettings |
class |
IndexAdminImpl |
Modifier and Type | Class and Description |
---|---|
class |
MigrateIssueTypes |
Modifier and Type | Class and Description |
---|---|
class |
DeleteGroup |
class |
DeleteUser |
class |
DeleteUserProperty |
class |
EditUser |
class |
EditUserGroups |
class |
EditUserProperties |
class |
EditUserProperty |
class |
GroupBrowser |
class |
GroupPickerBrowser |
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 |
ViewUser |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterAction |
class |
DeleteFilter
Action class for managing filters.
|
class |
EditFilter |
class |
EditSubscription
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommentableAssignableIssue |
class |
AbstractCommentableIssue
This class should be extended by any action that modifies issues and can have an associated comment.
|
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 |
ArchiveIssue |
class |
AssignIssue |
class |
AttachFile
Responsible for rendering the attach file form and converting temporary attachments to real attachments linked 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 |
CloneIssueDetails |
class |
CommentAssignIssue
This beautifully named action is in fact the Issue Transition screen.
|
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 |
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 |
RestoreIssue |
class |
SearchDescriptionEnabledAction |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBulkOperationAction |
class |
AbstractBulkOperationDetailsAction |
class |
AbstractBulkWatchOperationAction |
class |
BulkArchive |
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 |
BulkOperationProgress |
class |
BulkUnwatch |
class |
BulkWatch |
class |
BulkWorkflowTransition |
Modifier and Type | Class and Description |
---|---|
class |
MoveIssueUpdateWorkflow |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectAction
An abstract action useful for creating and editing projects
|
class |
AddComponent
Only used by Jelly
|
class |
AddVersion |
class |
ArchiveProject |
class |
DeleteProject |
class |
EditProject |
class |
EditProjectLeadAndDefaultAssignee |
class |
IndexProject |
class |
ViewProject |
Modifier and Type | Class and Description |
---|---|
class |
SelectComponentAssignees |
Modifier and Type | Class and Description |
---|---|
class |
AddProjectCategory |
class |
DeleteProjectCategory |
class |
EditProjectCategory |
Modifier and Type | Class and Description |
---|---|
class |
GenericEditProfile |
class |
ViewProfile |
class |
ViewUserPreferences |
Modifier and Type | Class and Description |
---|---|
class |
XmlBackup |
Modifier and Type | Class and Description |
---|---|
class |
SimpleWorkflowAction
This action handles workflow action without screens (WorkflowUIDispatcher redirects to this action).
|
class |
WorkflowUIDispatcher
A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.