Modifier and Type | Class and Description |
---|---|
class |
JiraActionSupport
Deprecated.
since 6.1 Please use subclass instead
JiraWebActionSupport . This class is subject of removal. |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
JiraActionSupport.getI18nHelper()
Deprecated.
|
Constructor and Description |
---|
ClusterLicenseStartupCheck(ClusterLicenseCheck licenseCheck,
I18nHelper i18nHelper,
JiraLicenseManager licenseManager,
Jira6xServiceDeskPluginEncodedLicenseSupplier serviceDeskLicenseSupplier) |
NodeIdCheck(ClusterNodeProperties clusterNodeProperties,
I18nHelper i18nHelper) |
SharedHomeCheck(ClusterNodeProperties clusterNodeProperties,
I18nHelper i18nHelper,
JiraHome jiraHome) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
CheckImpl.getI18NBean() |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedApplicationProperties
Application properties action, really here just for WebSudo and permissions check
|
Modifier and Type | Method and Description |
---|---|
protected static I18nHelper |
AuditingManagerImpl.getI18n() |
protected I18nHelper |
RecordRequest.getI18n() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAuditingService.validateAssociatedItem(String fieldId,
AssociatedItem objectItem,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
protected void |
DefaultAuditingService.validateAssociatedItems(String fieldId,
Iterable<AssociatedItem> associatedItems,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
protected void |
DefaultAuditingService.validateCategoryAndSummary(String category,
String summary,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
protected void |
DefaultAuditingService.validateChangedValue(String fieldId,
ChangedValue value,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
protected void |
DefaultAuditingService.validateChangedValues(String fieldId,
Iterable<ChangedValue> values,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
NotificationChangeHandlerImpl.getI18n() |
protected I18nHelper |
ProjectComponentEventHandlerImpl.getI18n() |
protected I18nHelper |
PermissionChangeHandlerImpl.getI18n() |
protected I18nHelper |
FieldLayoutSchemeChangeHandlerImpl.getI18n() |
protected I18nHelper |
ProjectEventHandlerImpl.getI18n() |
Constructor and Description |
---|
SystemAuditEventHandlerImpl(I18nHelper i18nHelper,
OutlookDateManager outlookDateManager,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
JiraServiceContext.getI18nBean()
Get an I18nHelper for localising text.
|
I18nHelper |
JiraServiceContextImpl.getI18nBean() |
Constructor and Description |
---|
JiraServiceContextImpl(ApplicationUser user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates this class with user and error collection and I18nHelper.
|
Constructor and Description |
---|
DefaultStatusService(StatusManager statusManager,
I18nHelper i18nHelper,
ConstantsManager constantsManager,
PermissionManager permissionManager,
WorkflowManager workflowManager,
com.atlassian.event.api.EventPublisher eventPublisher,
StatusCategoryManager statusCategoryManager) |
Constructor and Description |
---|
DefaultDashboardItemPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
DashboardItemPropertyHelper entityPropertyHelper) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataImportService.checkClusterNotActive(ErrorCollection errors,
I18nHelper i18n) |
Constructor and Description |
---|
ChangeHistoryPropertyHelper(IssueManager issueManager,
IssuePropertyHelper issuePropertyHelper,
I18nHelper i18n,
ChangeHistoryManager changeHistoryManager) |
DefaultChangeHistoryPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
ChangeHistoryPropertyHelper entityPropertyHelper) |
Constructor and Description |
---|
CommentPropertyHelper(CommentPermissionManager commentPermissionManager,
CommentSearchManager commentSearchManager,
I18nHelper i18n) |
DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
CommentPropertyHelper entityPropertyHelper) |
Constructor and Description |
---|
DefaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18nHelperDelegate,
com.atlassian.event.api.EventPublisher eventPublisher,
IssuePropertyHelper propertyHelper) |
IssuePropertyHelper(I18nHelper i18n,
IssueManager issueManager,
PermissionManager permissionManager) |
Constructor and Description |
---|
DefaultIssueTypePropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
IssueTypePropertyHelper entityPropertyHelper) |
IssueTypePropertyHelper(IssueTypeManager issueTypeManager,
IssueTypePermissionService issueTypePermissionService,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
JiraLicenseService.ValidationResult |
JiraLicenseServiceImpl.validate(com.atlassian.application.api.ApplicationKey applicationKey,
String licenseString,
I18nHelper i18nHelper) |
JiraLicenseService.ValidationResult |
JiraLicenseService.validate(com.atlassian.application.api.ApplicationKey applicationKey,
String licenseString,
I18nHelper i18nHelper)
Validates a JIRA application license string in preparation for setting that string as the license for the
specified application.
|
Iterable<JiraLicenseService.ValidationResult> |
JiraLicenseServiceImpl.validate(I18nHelper i18nHelper) |
Iterable<JiraLicenseService.ValidationResult> |
JiraLicenseService.validate(I18nHelper i18n)
Checks that all
existing licenses are valid . |
Iterable<JiraLicenseService.ValidationResult> |
JiraLicenseServiceImpl.validate(I18nHelper i18n,
Iterable<String> licenses) |
Iterable<JiraLicenseService.ValidationResult> |
JiraLicenseService.validate(I18nHelper i18n,
Iterable<String> licenses)
Validates each license String provided in preparation for setting them.
|
JiraLicenseService.ValidationResult |
JiraLicenseServiceImpl.validate(I18nHelper i18nHelper,
String licenseString) |
JiraLicenseService.ValidationResult |
JiraLicenseService.validate(I18nHelper i18nHelper,
String licenseString)
Performs minimum validation on the license.
|
JiraLicenseService.ValidationResult |
JiraLicenseServiceImpl.validateApplicationLicense(I18nHelper i18nHelper,
String licenseString) |
JiraLicenseService.ValidationResult |
JiraLicenseService.validateApplicationLicense(I18nHelper i18nHelper,
String licenseString)
|
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
DefaultProjectService.getI18nBean(ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
String |
ProjectIndexTaskContext.getTaskInProgressMessage(I18nHelper i18n) |
Constructor and Description |
---|
DefaultProjectEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18nHelperDelegate,
com.atlassian.event.api.EventPublisher eventPublisher,
ProjectPropertyHelper propertyHelper) |
ProjectPropertyHelper(I18nHelper i18n,
ProjectManager projectManager,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIssueConversionService.populateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection<FieldLayoutItem> fieldLayoutItems) |
void |
IssueConversionService.populateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection<FieldLayoutItem> fieldLayoutItems)
Populates the operationContext from the params in the
ActionContext
In case of invalid values, new error messages are added to the context's error collection under the
fieldName. |
void |
DefaultIssueConversionService.validateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection<FieldLayoutItem> fieldLayoutItems) |
void |
IssueConversionService.validateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection<FieldLayoutItem> fieldLayoutItems)
Validates that all fields inputed have valid values.
|
Constructor and Description |
---|
CreateUserApplicationHelper(ApplicationRoleManager applicationRoleManager,
I18nHelper i18nHelper,
BaseUrl baseUrl,
GlobalPermissionManager globalPermissionManager,
LicenseCountService licenseCountService,
FeatureManager featureManager,
JiraLicenseManager jiraLicenseManager,
GroupsToApplicationsSeatingHelper groupsToApplicationsSeatingHelper,
UserManager userManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
GroupLabelsService groupLabels,
AuthorisationManager authorisationManager) |
Constructor and Description |
---|
DefaultUserPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18nHelperDelegate,
com.atlassian.event.api.EventPublisher eventPublisher,
UserPropertyHelper propertyHelper) |
UserPropertyHelper(UserManager userManager,
GlobalPermissionManager permissionManager,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
void |
BulkMoveOperationImpl.chooseContext(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
BulkMigrateOperation.chooseContext(BulkEditBean rootBulkEditBean,
ApplicationUser applicationUser,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
BulkMoveOperation.chooseContext(BulkEditBean bulkEditBean,
ApplicationUser applicationUser,
I18nHelper i18nHelper,
ErrorCollection errors) |
String |
BulkMoveOperationImpl.getFieldName(Field field,
I18nHelper i18nHelper) |
void |
BulkMoveOperationImpl.validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper) |
void |
BulkMoveOperation.validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper) |
void |
BulkMigrateOperation.validatePopulateFields(BulkEditBean rootBulkEditBean,
I18nHelper i18nHelper,
ErrorCollection errors) |
Constructor and Description |
---|
PieSegmentWrapper(Object key,
I18nHelper i18nHelper,
String statisticType,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager) |
Constructor and Description |
---|
PieChartGenerator(org.jfree.data.general.PieDataset pieDataset,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
static void |
ChartUtil.setDefaults(org.jfree.chart.JFreeChart chart,
I18nHelper i18nHelper) |
Constructor and Description |
---|
PieChartDataSetFactory(ConstantsManager constantsManager,
CustomFieldManager customFieldManager,
StatisticMap<?,Number> statisticMap,
I18nHelper i18nHelper,
String statisticType) |
Constructor and Description |
---|
DefaultClusterServicesManager(ClusterManager clusterManager,
ServiceManager serviceManager,
ClusterServicesRegistry clusterServicesRegistry,
I18nHelper i18nHelper,
NodeStateManager nodeStateManager,
com.atlassian.beehive.db.spi.ClusterNodeHeartBeatDao heartBeatDao,
SharedHomeNodeStatusWriter sharedHomeNodeStatusWriter) |
DefaultNodeStateService(GlobalPermissionManager globalPermissionManager,
I18nHelper i18nHelper,
NodeStateManager nodeStateManager) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultLocaleManager.getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper i18nHelper) |
Map<String,String> |
LocaleManager.getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper i18nHelper)
Returns a mapping of localeString to its displayname.
|
String |
ReplicatedIndexTaskContext.getTaskInProgressMessage(I18nHelper i18n) |
String |
IndexTaskContext.getTaskInProgressMessage(I18nHelper i18n) |
String |
ForegroundIndexTaskContext.getTaskInProgressMessage(I18nHelper i18n) |
String |
IndexTask.getTaskInProgressMessage(I18nHelper i18n) |
String |
BackgroundIndexTaskContext.getTaskInProgressMessage(I18nHelper i18n) |
Constructor and Description |
---|
DefaultIssueTypeService(ConstantsManager constantsManager,
IssueTypeTypeAvatarService avatarService,
I18nHelper i18n,
GlobalPermissionManager globalPermissionManager,
IssueTypeManager issueTypeManager,
PermissionManager permissionManager,
IssueTypeSchemeManager issueTypeSchemeManager,
SubTaskManager subTaskManager,
ApplicationProperties applicationProperties) |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
I18nHelperProvider.provide(I18nHelper.BeanFactory factory,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
DefaultJaacsService.i18n(ApplicationUser user)
Returns an I18nHelper for the given user.
|
Constructor and Description |
---|
StatisticsSearcher(QueryUrlSupplier queryUrlSupplier,
ProjectManager projectManager,
I18nHelper i18nHelper,
CustomFieldManager customFieldManager,
SearchProvider searchProvider,
FieldVisibilityManager fieldVisibilityManager,
ReaderCache readerCache,
FieldManager fieldManager) |
Modifier and Type | Class and Description |
---|---|
class |
ViewEventAction |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceComponentImportAction
Simple web action that displays the result of calling a method on
ReferencePublicComponent |
Modifier and Type | Class and Description |
---|---|
class |
CommittedResponseExceptionThrowingAction
Action that commits the HTTP response (by triggering flush-head-early) and then throws a RuntimeException.
|
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
|
Modifier and Type | Method and Description |
---|---|
ValidationMessage |
ReferenceProjectImportValidator.validate(BackupProject backupProject,
I18nHelper i18n) |
Constructor and Description |
---|
ReferenceGoogleLink(com.atlassian.renderer.links.GenericLinkParser parser,
com.atlassian.renderer.RenderContext context,
I18nHelper i18nHelper) |
ReferenceWikipediaLink(com.atlassian.renderer.links.GenericLinkParser parser,
com.atlassian.renderer.RenderContext context,
I18nHelper i18nHelper) |
Constructor and Description |
---|
BaseEntityPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
EntityPropertyHelper<E> entityPropertyHelper) |
BaseEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
I18nHelper i18n,
com.atlassian.event.api.EventPublisher eventPublisher,
EntityWithKeyPropertyHelper<E> entityHelper) |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractRemoteEntityLinkService.verifyNotBlank(ErrorCollection errors,
I18nHelper i18n,
String field,
String value) |
protected static void |
AbstractRemoteEntityLinkService.verifyNotNull(ErrorCollection errors,
I18nHelper i18n,
String field,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractIssueEventListener.getI18NBean() |
Modifier and Type | Class and Description |
---|---|
class |
BackingI18n
DEVSPEED-34: We wanted to properly cache the I18nBean.
|
Modifier and Type | Method and Description |
---|---|
I18nHelper |
BackingI18nFactory.create(Locale locale,
Iterable<? extends TranslationTransform> translationTransforms)
Create an
I18nHelper for the passed parameters. |
I18nHelper |
BootstrapJiraAuthenticationContext.getI18nBean() |
I18nHelper |
BootstrapJiraAuthenticationContext.getI18nHelper() |
I18nHelper |
CachingI18nFactory.getInstance(ApplicationUser user) |
I18nHelper |
DelegateI18nFactory.getInstance(ApplicationUser user) |
I18nHelper |
CachingI18nFactory.getInstance(Locale locale) |
I18nHelper |
DelegateI18nFactory.getInstance(Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectImportManager.autoMapAndValidateCustomFields(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean) |
void |
ProjectImportManager.autoMapAndValidateCustomFields(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
Performs an automatic mapping of the custom fields from the backup system to the current systems custom field's and
validates that all mappings are possible.
|
void |
DefaultProjectImportManager.autoMapAndValidateIssueTypes(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean) |
void |
ProjectImportManager.autoMapAndValidateIssueTypes(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
Performs an automatic mapping of the IssueTypes from the backup system to the current systems issue types and
validates that all mappings are possible.
|
void |
DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor) |
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor)
This will perform the project import based on the mappings provided.
|
List<ValidationMessage> |
DefaultProjectImportManager.doPluginValidation(BackupProject backupProject,
TaskProgressInterval sysFieldSubInterval,
I18nHelper i18n) |
List<ValidationMessage> |
ProjectImportManager.doPluginValidation(BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
Call any plugin handlers that have registered to do validation
|
BackupOverview |
DefaultProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n) |
BackupOverview |
ProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n)
Parses through the provided JIRA XML backup file and creates a BackupOverview.
|
void |
DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n) |
void |
ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
Re-indexes all the new Issues that have just been created in this Project Import.
|
void |
DefaultProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n) |
void |
ProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18nBean)
Parses the partitioned custom field value XML and gets the custom fields to validate that they can handle the values.
|
void |
DefaultProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n) |
void |
ProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n)
Parses the partitioned file attachment XML and validates that the referenced file attachment exists in the
user provided attachment directory.
|
void |
DefaultProjectImportManager.validateSystemFields(ProjectImportData projectImportData,
MappingResult mappingResult,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18nBean) |
void |
ProjectImportManager.validateSystemFields(ProjectImportData projectImportData,
MappingResult mappingResult,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18nBean)
Validates that all mappings are possible.
|
Modifier and Type | Method and Description |
---|---|
ValidationMessage |
PluggableValidator.validate(BackupProject backupProject,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
ProjectImportResultsImpl.getI18n() |
I18nHelper |
ProjectImportResults.getI18n()
Returns the
I18nHelper associated with this Project Import. |
Constructor and Description |
---|
ProjectImportResultsImpl(long startTime,
int expectedIssuesCreatedCount,
int expectedUsersCreatedCount,
int expectedAttachmentsCreatedCount,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
MessageSet |
CascadingSelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
SelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
ProjectPickerCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
ProjectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
The custom field needs to determine if the provided custom field value, in the context of the config and
project import mapper, is a valid value that can be imported.
|
MessageSet |
TextLengthValidatingCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
GroupCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
VersionCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
UserCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
Constructor and Description |
---|
AttachmentFileValidatorHandler(BackupProject backupProject,
ProjectImportOptions projectImportOptions,
BackupSystemInformation backupSystemInformation,
I18nHelper i18nHelper,
AttachmentStore attachmentStore) |
Constructor and Description |
---|
EntityCountTaskProgressProcessor(TaskProgressInterval taskProgressInterval,
String subTaskName,
int numEntities,
I18nHelper i18n) |
EntityTypeTaskProgressProcessor(int numEntityTypes,
TaskProgressSink taskProgressSink,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
MessageSet |
SystemFieldsMaxTextLengthValidator.validate(BackupProject backupProject,
I18nHelper i18nHelper) |
void |
CustomFieldOptionMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map customFieldValueMessageSets) |
void |
CustomFieldOptionMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map customFieldValueMessageSets)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.
|
MessageSet |
IssueLinkTypeMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper)
This validator makes sure that the IssueLinkTypes that are required:
exist in the current instance
is or is not a subtask link as appropriate
|
MessageSet |
IssueLinkTypeMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper) |
MessageSet |
IssueTypeMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper)
Makes sure that the issue types that are required:
exists in the current instance
is valid for the current projects issue type scheme
is or is not a subtask based on how the issue type was defined in the backup system
|
MessageSet |
IssueTypeMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper) |
MessageSet |
CustomFieldMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
CustomFieldMapper customFieldMapper)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current
JIRA instances setup.
|
MessageSet |
CustomFieldMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
CustomFieldMapper customFieldMapper) |
MessageSet |
StatusMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper)
Makes sure that the statuses that are required:
exist in the current instance
are valid for the issue type registered based on the workflow associated with the project being restored
|
MessageSet |
StatusMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper) |
MessageSet |
AbstractSimpleMapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper) |
MessageSet |
ProjectRoleMapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper) |
MessageSet |
MapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper)
This is a simple validation method that will only check to see that all the required values of the
provided mapper have been mapped to the current instance of JIRA.
|
MessageSet |
UserMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
UserMapper userMapper) |
MessageSet |
UserMapperValidator.validateMappings(I18nHelper i18nHelper,
UserMapper userMapper)
This validator makes sure that the Users that are required:
exist in the current instance
|
MessageSet |
IssueSecurityLevelValidator.validateMappings(SimpleProjectImportIdMapper issueSecurityLevelMapper,
BackupProject backupProject,
I18nHelper i18nHelper) |
MessageSet |
ProjectRoleActorMapperValidatorImpl.validateProjectRoleActors(I18nHelper i18nHelper,
ProjectImportMapper projectImportMapper,
ProjectImportOptions projectImportOptions) |
MessageSet |
ProjectRoleActorMapperValidator.validateProjectRoleActors(I18nHelper i18nHelper,
ProjectImportMapper projectImportMapper,
ProjectImportOptions projectImportOptions)
Makes sure that the ProjectRoleActors that we want to add to the project roles actually exist.
|
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup
|
IndexCommandResult |
DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink) |
Constructor and Description |
---|
DefaultIndexCopyService(IndexPathManager indexPathManager,
JiraHome jiraHome,
IndexUtils indexUtils,
MessageHandlerService messageHandlerService,
com.atlassian.event.api.EventPublisher eventPublisher,
IndexRecoveryManager indexRecoveryManager,
org.ofbiz.core.entity.DelegatorInterface delegatorInterface,
I18nHelper i18n,
OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore) |
Constructor and Description |
---|
DefaultReindexRequestManager(ReindexRequestDao reindexRequestDao,
com.atlassian.core.util.Clock clock,
ReindexRequestCoalescer requestCoalescer,
ClusterManager clusterManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
TaskManager taskManager,
IndexLifecycleManager indexLifecycleManager,
I18nHelper.BeanFactory i18nFactory,
I18nHelper i18nHelper,
JohnsonProvider johnsonProvider) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
IssueVerifier.getI18nBean() |
Modifier and Type | Method and Description |
---|---|
String |
MockIssueConstant.getDescTranslation(I18nHelper i18n) |
String |
IssueConstantImpl.getDescTranslation(I18nHelper i18n)
Retrieve desc translation.
|
String |
TextIssueConstant.getDescTranslation(I18nHelper i18n) |
String |
IssueConstant.getDescTranslation(I18nHelper i18n) |
String |
MockIssueConstant.getNameTranslation(I18nHelper i18n) |
String |
IssueConstantImpl.getNameTranslation(I18nHelper i18n)
Retrieve name translation.
|
String |
TextIssueConstant.getNameTranslation(I18nHelper i18n) |
String |
IssueConstant.getNameTranslation(I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.fugue.Option<String> |
AttachmentStorageUnavailableException.doGenerateMessage(I18nHelper localisedMessages) |
protected com.atlassian.fugue.Option<String> |
TemporaryAttachmentStorageUnavailableException.doGenerateMessage(I18nHelper localisedMessages) |
protected com.atlassian.fugue.Option<String> |
AttachmentRuntimeException.doGenerateMessage(I18nHelper localisedMessages)
Generate a localised message for this exception.
|
protected com.atlassian.fugue.Option<String> |
AttachmentWriteException.doGenerateMessage(I18nHelper localisedMessages) |
String |
AttachmentRuntimeException.generateMessage(I18nHelper localisedMessages)
Generate a localised message for this exception.
|
Constructor and Description |
---|
HistoryMetadataRenderHelper(ApplicationProperties applicationProperties,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
protected static I18nHelper |
CustomFieldUtils.getI18nBean() |
Constructor and Description |
---|
VersionOrderConfigItem(VersionManager versionManager,
GenericConfigManager genericConfigManager,
I18nHelper i18nHelper) |
Constructor and Description |
---|
MultiUserConverterImpl(UserManager userManager,
I18nHelper i18nHelper) |
UserConverterImpl(UserManager userManager,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractCustomFieldType.getI18nBean() |
Modifier and Type | Method and Description |
---|---|
String |
VersionCFType.VersionOrder.asHtml(I18nHelper i18nHelper) |
String |
VersionCFType.VersionOrder.getTranslation(I18nHelper i18nHelper) |
Constructor and Description |
---|
UserCFType(CustomFieldValuePersister customFieldValuePersister,
UserConverter userConverter,
GenericConfigManager genericConfigManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
FieldConfigSchemeManager fieldConfigSchemeManager,
ProjectManager projectManager,
SoyTemplateRendererProvider soyTemplateRendererProvider,
GroupManager groupManager,
ProjectRoleManager projectRoleManager,
UserSearchService searchService,
JiraBaseUrls jiraBaseUrls,
UserHistoryManager userHistoryManager,
UserFilterManager userFilterManager,
I18nHelper i18nHelper,
UserBeanFactory userBeanFactory) |
Modifier and Type | Field and Description |
---|---|
protected I18nHelper |
AbstractCustomFieldOperationsHandler.i18nHelper |
Modifier and Type | Method and Description |
---|---|
MessageSet |
TextQueryValidator.validate(org.apache.lucene.queryParser.QueryParser queryParser,
String query,
String fieldName,
String sourceFunction,
boolean shortMessage,
I18nHelper i18n) |
void |
MultiSelectCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
MultiGroupCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
AbstractCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
UserPickerCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
NumberRangeCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
FreeTextCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
CustomFieldImpl.getI18nHelper() |
Modifier and Type | Method and Description |
---|---|
protected void |
FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n) |
protected abstract void |
AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n) |
protected void |
AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n) |
protected String |
FixVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n) |
protected abstract String |
AbstractVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n) |
protected String |
AffectedVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n) |
protected AbstractProgressBarSystemField.TimeTrackingParameters |
ProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper) |
protected AbstractProgressBarSystemField.TimeTrackingParameters |
AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper) |
protected abstract AbstractProgressBarSystemField.TimeTrackingParameters |
AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper) |
protected Map<String,Object> |
NavigableFieldImpl.getVelocityParams(FieldLayoutItem fieldLayoutItem,
I18nHelper i18nHelper,
Map<String,Object> displayParams,
Issue issue) |
protected Map<String,Object> |
AbstractOrderableNavigableFieldImpl.getVelocityParams(I18nHelper isI18nHelper,
Map displayParams,
Issue issue) |
String |
MockCustomField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
CustomFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Returns the same string.
|
String |
PrioritySystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a priority name in this case.
|
String |
IssueTypeSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - an issue type name in this case.
|
String |
DueDateSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
NavigableFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
AbstractOrderableNavigableFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
StatusSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a status name in this case.
|
String |
ResolutionSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a resolution name in this case.
|
String |
IssueLinksSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
AbstractDurationSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
String |
NavigableField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Used for email notification templates - allows changelog to be displayed in language of the recipient.
|
void |
MockCustomField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
MockOrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
AttachmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
CustomFieldImpl.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
PrioritySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ComponentsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
IssueTypeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value
|
void |
DueDateSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
AbstractVersionsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
SecurityLevelSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
WorklogSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
LabelsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
SummarySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value
|
void |
AssigneeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Validate from parameters given an existing issue (usually invoked during some sort of edit stage)
|
void |
ProjectSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
DescriptionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
EnvironmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value
|
void |
ReporterSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
CommentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
TimeTrackingSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ResolutionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
IssueLinksSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
OrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Ensure that the parameters are valid
|
Constructor and Description |
---|
FieldNameComparator(I18nHelper i18nHelper) |
NameComparator(I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractFieldLayoutManager.getI18nHelper() |
Modifier and Type | Field and Description |
---|---|
protected I18nHelper |
AbstractFieldOperationsHandler.i18nHelper |
Modifier and Type | Method and Description |
---|---|
void |
VersionHelperBean.validateVersionForProject(Collection versionIds,
Project project,
ErrorCollection errorCollection,
I18nHelper i18n,
String fieldId) |
boolean |
VersionHelperBean.validateVersionIds(Collection versionIds,
ErrorCollection errorCollection,
I18nHelper i18n,
String fieldId) |
void |
VersionHelperBean.validateVersionsToCreate(ApplicationUser user,
I18nHelper i18n,
Project project,
String fieldId,
Set<String> newVersionNames,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractSearchRenderer.getI18n(ApplicationUser searcher) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractDateSearchRenderer.TranslationsHelper.getAfterLabel(I18nHelper helper)
Get the label associated with the after field.
|
String |
AbstractDateSearchRenderer.TranslationsHelper.getBeforeLabel(I18nHelper helper)
Get the label associated with the before field.
|
String |
AbstractDateSearchRenderer.TranslationsHelper.getDescription(I18nHelper helper)
Get the description associated with the period fields.
|
String |
AbstractDateSearchRenderer.TranslationsHelper.getPeriodLabel(I18nHelper helper)
Get the label associated with the period fields.
|
Modifier and Type | Method and Description |
---|---|
void |
DateSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
UserSearchInputTransformer.validateParams(ApplicationUser searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
KickassUserSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
ProjectSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
IdIndexedSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
LabelsSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
WorkRatioSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
AbstractSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
RelativeDateSearcherInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
SearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
Adds error messages to the errors object if values in the fieldValuesHolder fails validation.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
SearchSortUtilImpl.getSearchSortDescriptions(SearchRequest searchRequest,
I18nHelper i18nHelper,
ApplicationUser searcher) |
List<String> |
SearchSortUtil.getSearchSortDescriptions(SearchRequest searchRequest,
I18nHelper i18nHelper,
ApplicationUser searcher)
Returns a list of the descriptions of each sorter defined in the search request.
|
Constructor and Description |
---|
IssueSecuritySchemeServiceImpl(IssueSecuritySchemeManager issueSecuritySchemeManager,
IssueSecurityLevelManager issueSecurityLevelManager,
GlobalPermissionManager globalPermissionManager,
PermissionManager permissionManager,
I18nHelper i18n,
ProjectManager projectManager) |
Constructor and Description |
---|
DefaultFieldValueToDisplayTransformer(I18nHelper i18nBean,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager)
Deprecated.
|
DefaultFieldValueToDisplayTransformer(I18nHelper i18nBean,
CustomFieldManager customFieldManager) |
Modifier and Type | Method and Description |
---|---|
SimpleStatus |
MockStatus.getSimpleStatus(I18nHelper i18nHelper) |
SimpleStatus |
StatusImpl.getSimpleStatus(I18nHelper i18nHelper) |
SimpleStatus |
Status.getSimpleStatus(I18nHelper i18nHelper) |
Constructor and Description |
---|
SimpleStatusImpl(Status status,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
String |
StatusCategoryImpl.getTranslatedName(I18nHelper i18n) |
String |
StatusCategory.getTranslatedName(I18nHelper i18n)
Translated name for the status category.
|
Constructor and Description |
---|
ChangeHistoryTabPanel(ChangeHistoryManager changeHistoryManager,
AttachmentManager attachmentManager,
JiraDurationUtils jiraDurationUtils,
CustomFieldManager customFieldManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
DateTimeFieldChangeLogHelper changeLogHelper,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
JiraAuthenticationContext authenticationContext,
AvatarService avatarService,
HistoryMetadataManager historyMetadataManager,
HistoryMetadataRenderHelper historyMetadataRenderHelper) |
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor,
DateTimeFormatter formatter,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
AvatarService avatarService,
JiraAuthenticationContext authenticationContext,
Issue issue) |
Constructor and Description |
---|
IssueOperationsBarUtil(JiraHelper helper,
ApplicationUser user,
SimpleLinkManager simpleLinkManager,
ApplicationProperties applicationProperties,
IssueManager issueManager,
PermissionManager permissionManager,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
TimeTrackingGraphBean |
DefaultIssueViewUtil.createTimeTrackingBean(AggregateTimeTrackingBean bean,
I18nHelper helper) |
TimeTrackingGraphBean |
IssueViewUtil.createTimeTrackingBean(AggregateTimeTrackingBean issue,
I18nHelper i18nHelper) |
Modifier and Type | Field and Description |
---|---|
protected I18nHelper |
FunctionOperandHandler.i18nHelper |
Constructor and Description |
---|
FunctionOperandHandler(JqlFunction jqlFunction,
I18nHelper i18nHelper) |
Constructor and Description |
---|
PluginsAwareJqlFunctionHandlerRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.event.api.EventPublisher eventPublisher,
ModuleDescriptors.Orderings moduleDescriptorOrderings,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
String |
JqlParseErrorMessage.getLocalizedErrorMessage(I18nHelper helper) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
EntityPropertyClauseValidator.getI18n(ApplicationUser user) |
Constructor and Description |
---|
NumberOfArgumentsValidator(int expected,
I18nHelper i18nHelper) |
NumberOfArgumentsValidator(int minExpected,
int maxExpected,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
String |
MockLicenseDetails.getBriefMaintenanceStatusMessage(I18nHelper i18n) |
String |
DefaultLicenseDetails.getBriefMaintenanceStatusMessage(I18nHelper i18n) |
String |
LicenseDetails.getBriefMaintenanceStatusMessage(I18nHelper i18n)
Deprecated.
since 7.0.0 No replacement, generate your own message
|
String |
MockLicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n,
OutlookDate ignored) |
String |
SubscriptionLicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n,
OutlookDate date)
Returns a duration-based brief expiry message of form "Expires in XX months, YY days".
|
String |
DefaultLicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n,
OutlookDate outlookDate) |
String |
LicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n,
OutlookDate ignored)
Deprecated.
since 5.0 No replacement, generate your own message
|
String |
MockLicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
OutlookDate ignored,
String delimiter,
UserManager userManager) |
String |
DefaultLicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
OutlookDate ignored,
String delimiter,
UserManager userManager) |
String |
LicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
OutlookDate ignored,
String delimiter,
UserManager userManager)
|
LicenseDetails.LicenseStatusMessage |
MockLicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
UserManager userManager) |
LicenseDetails.LicenseStatusMessage |
SubscriptionLicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
UserManager ignored)
Returns an expiry status message; see also
SubscriptionLicenseDetails.getLicenseExpiryStatusMessage(I18nHelper, OutlookDate) . |
LicenseDetails.LicenseStatusMessage |
DefaultLicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
UserManager userManager) |
LicenseDetails.LicenseStatusMessage |
LicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
UserManager userManager)
Return the all messages which contain status message.
|
LicenseDetails.LicenseStatusMessage |
MockLicenseDetails.getMaintenanceMessage(I18nHelper i18n,
String applicationName) |
LicenseDetails.LicenseStatusMessage |
SubscriptionLicenseDetails.getMaintenanceMessage(I18nHelper i18n,
String applicationName) |
LicenseDetails.LicenseStatusMessage |
DefaultLicenseDetails.getMaintenanceMessage(I18nHelper i18n,
String applicationName) |
LicenseDetails.LicenseStatusMessage |
LicenseDetails.getMaintenanceMessage(I18nHelper i18n,
String applicationName)
Get the maintenance message for this license, this does not evaluate the maintenance date, it only provides the
message that should be displayed when license out of maintenance for a given JIRA Application.
|
Constructor and Description |
---|
BuildVersionLicenseCheckImpl(JiraLicenseManager licenseManager,
BuildUtilsInfo buildUtilsInfo,
I18nHelper i18n,
DateTimeFormatter dateTimeFormatter,
LicenseMaintenancePredicate isMaintenanceValid) |
CreateIssueLicenseCheckImpl(JiraLicenseManager licenseManager,
ApplicationRoleManager roleManager,
JiraAuthenticationContext authenticationContext,
JiraContactHelper jiraContactHelper,
I18nHelper i18n) |
Modifier and Type | Class and Description |
---|---|
class |
EditLookAndFeel |
Constructor and Description |
---|
MultiPartImageDescriptor(String parameterName,
webwork.multipart.MultiPartRequestWrapper multiPart,
I18nHelper i18nHelper) |
URLImageDescriptor(String serverPath,
String filename,
I18nHelper i18nHelper) |
Constructor and Description |
---|
LogoUploader(ApplicationProperties applicationProperties,
JiraHome jiraHome,
ImageScaler imageScaler,
I18nHelper i18nHelper,
UploadService uploadService) |
Modifier and Type | Method and Description |
---|---|
String |
IssueTemplateContext.getCommentTimeLogged(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient.
|
String |
IssueTemplateContext.getEventTypeName(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient.
|
String |
TemplateIssue.getNiceTimeAggregateOriginalEstimate(I18nHelper i18n)
Return a formatted time string of the aggregate original time estimate.
|
String |
TemplateIssue.getNiceTimeAggregateRemainingEstimate(I18nHelper i18n)
Return a formatted time string of the aggregate time estimate.
|
String |
TemplateIssue.getNiceTimeAggregateTimeSpent(I18nHelper i18n)
Return a formatted time string of the aggregate time spent.
|
String |
TemplateIssue.getNiceTimeEstimate(I18nHelper i18n)
Return a formatted time string of the time estimate.
|
String |
TemplateIssue.getNiceTimeOriginalEstimate(I18nHelper i18n)
Return a formatted time string of the original time estimate.
|
String |
TemplateIssue.getNiceTimeSpent(I18nHelper i18n)
Return a formatted time string of the time spent.
|
String |
IssueTemplateContext.getTimeLogged(Worklog worklog,
I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageUtil
A message utility that acts as a delegate to to the following utilities:
|
Modifier and Type | Class and Description |
---|---|
class |
MessageUtilImpl
Default implementation of the message utility.
|
Modifier and Type | Method and Description |
---|---|
I18nHelper |
MockI18nHelper.MockI18nHelperFactory.getInstance(ApplicationUser user) |
I18nHelper |
MockI18nHelper.MockI18nHelperFactory.getInstance(Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
MockNavigableField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
MockSimpleAuthenticationContext.getI18nBean() |
I18nHelper |
MockAuthenticationContext.getI18nBean() |
I18nHelper |
MockSimpleAuthenticationContext.getI18nHelper() |
I18nHelper |
MockAuthenticationContext.getI18nHelper() |
Constructor and Description |
---|
MockAuthenticationContext(ApplicationUser user,
I18nHelper i18nHelper) |
MockSimpleAuthenticationContext(ApplicationUser user,
Locale locale,
I18nHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
MockAbstractBrowser |
Modifier and Type | Class and Description |
---|---|
class |
UpdateMyJiraHome
Web action to update the My JIRA Home.
|
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
DefaultNotificationSchemeManager.getApplicationI18n() |
Modifier and Type | Method and Description |
---|---|
static ServiceOutcome<NotificationBuilder> |
AdhocNotificationServiceImpl.makeBuilder(NotificationBuilder notificationBuilder,
NotificationJsonBean jsonBean,
I18nHelper i18nHelper) |
Constructor and Description |
---|
DefaultNotificationSchemeService(NotificationSchemeManager notificationSchemeManager,
EventTypeManager eventTypeManager,
UserManager userManager,
GroupManager groupManager,
ProjectRoleManager projectRoleManager,
CustomFieldManager customFieldManager,
PermissionManager permissionManager,
GlobalPermissionManager globalPermissionManager,
I18nHelper i18n,
ProjectManager projectManager) |
Modifier and Type | Class and Description |
---|---|
class |
FirstUseFlowAction |
Constructor and Description |
---|
ChooseLanguageDataProvider(LocaleManager localeManager,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nFactory,
JiraAuthenticationContext jiraAuthenticationContext,
ApplicationProperties applicationProperties) |
Constructor and Description |
---|
DefaultPermissionSchemeService(PermissionSchemeManager permissionSchemeManager,
GlobalPermissionManager globalPermissions,
PermissionGrantValidator permissionGrantValidator,
PermissionSchemeRepresentationConverter representationConverter,
ProjectService projectService,
I18nHelper i18n) |
PermissionGrantValidator(PermissionTypeManager permissionTypeManager,
ProjectPermissionTypesManager projectPermissionsManager,
I18nHelper i18nHelper,
GroupManager groupManager,
CustomFieldManager customFieldManager,
ProjectRoleManager projectRoleManager,
UserManager userManager) |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
MockJiraResourcedModuleDescriptor.getI18nBean() |
I18nHelper |
AbstractJiraModuleDescriptor.getI18nBean() |
I18nHelper |
JiraResourcedModuleDescriptor.getI18nBean() |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractJqlFunction.getI18n() |
Modifier and Type | Method and Description |
---|---|
protected abstract MessageSet |
AbstractUserCapabilityFunction.validateCapability(String capability,
I18nHelper i18n)
Check the capability requested.
|
protected MessageSet |
ProjectsWhereUserHasRoleFunction.validateCapability(String roleName,
I18nHelper i18n) |
protected MessageSet |
ProjectsWhereUserHasPermissionFunction.validateCapability(String permissionName,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
String |
KeyboardShortcut.getPrettyShortcut(I18nHelper i18nHelper)
Given a set of shortcuts (such as ["gh", "gd"]), this method will produce a pretty
internationalized HTML string such as
|
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 |
SubTaskInclusionOption.getDescription(I18nHelper i18nHelper) |
Constructor and Description |
---|
ProfileLinkUserFormat(AvatarService avatarService,
I18nHelper i18nHelper,
JiraAuthenticationContext jiraAuthenticationContext,
UserFormatModuleDescriptor moduleDescriptor,
UserKeyService userKeyService,
UserUtil userUtil) |
SimpleProfileLinkUserFormat(I18nHelper i18nHelper,
JiraAuthenticationContext jiraAuthenticationContext,
UserFormatModuleDescriptor moduleDescriptor,
UserKeyService userKeyService,
UserUtil userUtil,
BaseUrl baseUrl) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<IssueLinkContext>> |
RemoteIssueLinkUtils.convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks,
Long issueId,
String baseUrl,
I18nHelper i18n,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
Optional<I18nHelper> |
JiraWebContext.getI18n() |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
JiraAbstractWebFragmentModuleDescriptor.getI18nBean() |
Constructor and Description |
---|
ShareServiceImpl(I18nHelper i18nHelper,
PermissionManager permissionManager,
ShareIssueService shareIssueService,
ShareSearchRequestService shareSearchRequestService) |
Constructor and Description |
---|
ExpandParameterParser(I18nHelper i18n,
Class<T> enumClass) |
Constructor and Description |
---|
Login(LoginService loginService,
JiraAuthenticationContext jiraAuthenticationContext,
VelocityRequestContextFactory velocityRequestContextFactory,
I18nHelper i18n) |
Constructor and Description |
---|
ExceptionInterceptor(I18nHelper i18n)
Creates a new ExceptionInterceptor.
|
Modifier and Type | Method and Description |
---|---|
JiraServiceContext |
JiraServiceContextFactory.createContext(ApplicationUser user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates JiraServiceContext with user and error collection and I18nHelper.
|
Constructor and Description |
---|
ApplicationRoleResource(ApplicationRoleManager applicationRoleManager,
GroupLabelsService groupLabelsService,
GlobalPermissionManager permissionManager,
FeatureManager featureManager,
JiraAuthenticationContext authenticationContext,
I18nHelper i18nHelper) |
Constructor and Description |
---|
IssuePicker(IssueManager issueManager,
ProjectFinder projectFinder,
JiraAuthenticationContext authContext,
ApplicationProperties applicationProperties,
IssuePickerSearchService issuePickerSearchService,
I18nHelper i18nHelper) |
ResponseFactoryImpl(I18nHelper i18nBean) |
UpdateUserApplicationHelper(UserService userService,
UserManager userManager,
I18nHelper i18n,
ApplicationRoleManager applicationRoleManager,
GlobalPermissionManager permissionManager,
JiraAuthenticationContext authContext,
FeatureManager featureManager) |
Constructor and Description |
---|
DateTimeInjector(I18nHelper i18n) |
Constructor and Description |
---|
IssueActionsAndOperationsResource(JiraAuthenticationContext authContext,
IssueManager issueManager,
I18nHelper i18n,
String issueIdOrKey,
SimpleLinkManager simpleLinkManager,
XsrfTokenGenerator xsrfTokenGenerator,
IssueWorkflowManager issueWorkflowManager) |
IssueResource(JiraAuthenticationContext authContext,
I18nHelper i18n,
IssueManager issueManager,
IssueService issueService,
SimpleLinkManager simpleLinkManager,
XsrfTokenGenerator xsrfTokenGenerator,
VoteService voteService,
WatcherManager watcherManager,
IssueWorkflowManager issueWorkflowManager,
IssuePicker issuePicker) |
Constructor and Description |
---|
IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext,
LabelService labelService,
I18nHelper i18nHelper,
ApplicationProperties applicationProperties,
XsrfInvocationChecker xsrfChecker) |
Constructor and Description |
---|
UserPickerResource(JiraAuthenticationContext authContext,
I18nHelper i18nHelper,
UserSearchService service,
ApplicationProperties applicationProperties,
AvatarService avatarService,
UserFilterManager userFilterManager,
FieldConfigManager fieldConfigManager)
Deprecated.
|
Constructor and Description |
---|
ConfigurationResource(JiraAuthenticationContext authenticationContext,
GlobalPermissionManager permissionManager,
I18nHelper i18n,
ConfigurationBeanFactory configurationBeanFactory) |
Property(ApplicationProperty applicationProperty,
I18nHelper i18n) |
SettingsResource(ApplicationProperties applicationProperties,
ColumnService columnService,
JiraAuthenticationContext jiraAuthenticationContext,
GlobalPermissionManager globalPermissionManager,
I18nHelper i18n) |
Constructor and Description |
---|
ApplicationRoleResource(ApplicationRoleAdminService service,
I18nHelper helper,
GroupManager groupManager,
ApplicationRoleBeanConverter roleBeanConverter,
FeatureManager featureManager,
ApplicationRoleHasher appRoleHasher) |
Constructor and Description |
---|
AuditingResource(I18nHelper i18nHelper,
AuditingService auditingService) |
Constructor and Description |
---|
PermissionGrantBeanExpanderImpl(JiraAuthenticationContext authenticationContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
UserBeanFactory userBeanFactory,
UserManager userManager,
ProjectRoleBeanFactory projectRoleBeanFactory,
GroupManager groupManager,
ProjectRoleManager projectRoleManager,
CustomFieldManager customFieldManager,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager) |
PermissionSchemeBeansFactoryImpl(SelfLinkBuilder selfLinkBuilder,
PermissionGrantBeanExpander expander,
I18nHelper i18n) |
PermissionSchemeResource(JiraAuthenticationContext authenticationContext,
PermissionSchemeBeansFactory beansFactory,
PermissionGrantBeanExpander permissionGrantBeanExpander,
PermissionSchemeService permissionSchemeService,
I18nHelper i18n,
ResponseFactory responseFactory,
GlobalPermissionManager globalPermissionManager) |
Constructor and Description |
---|
TemporaryAvatarHelper(TemporaryAvatarUploader avatarUploader,
AttachmentHelper attachmentHelper,
TemporaryAvatars temporaryAvatars,
VelocityRequestContextFactory requestContextFactory,
UniversalAvatarsService avatars,
CroppingAvatarImageDataProviderFactory croppingAvatarImageDataProviderFactory,
I18nHelper i18nHelper) |
TemporaryAvatarUploader(I18nHelper i18nHelper,
ApplicationProperties applicationProperties,
FileUtil fileUtil,
com.atlassian.jira.rest.v2.avatar.ImageFileOperations imageFileOperations) |
Constructor and Description |
---|
DashboardItemPropertyResource(DashboardItemPropertyService dashboardItemPropertyService,
com.atlassian.gadgets.dashboard.DashboardService dashboardService,
JiraAuthenticationContext authenticationContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
I18nHelper i18nHelper) |
Modifier and Type | Field and Description |
---|---|
protected I18nHelper |
AbstractRemoteEntityLinkResource.i18n |
Constructor and Description |
---|
AbstractRemoteEntityLinkResource(I18nHelper i18n,
JiraAuthenticationContext jiraAuthenticationContext,
JsonEntityPropertyManager jsonEntityPropertyManager,
ContextUriInfo contextUriInfo) |
Constructor and Description |
---|
BasePropertyResource(EntityPropertyService<E> entityPropertyService,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
com.atlassian.fugue.Function2<Long,String,String> entityIdAndPropertyKeyToSelfFunction,
EntityPropertyType entityPropertyType) |
BasePropertyWithKeyResource(EntityWithKeyPropertyService<E> entityPropertyService,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
com.google.common.base.Predicate<String> validKeyPredicate,
com.atlassian.fugue.Function2<Long,String,String> entityIdAndPropertyKeyToSelfFunction,
EntityPropertyType entityPropertyType) |
Constructor and Description |
---|
CommentPropertyResource(CommentPropertyService commentPropertyService,
JiraAuthenticationContext authenticationContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n) |
CommentResource(CommentService commentService,
JiraAuthenticationContext authContext,
I18nHelper i18n,
ProjectRoleManager projectRoleManager,
JiraBaseUrls jiraBaseUrls,
IssueFinder issueFinder,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
EmailFormatter emailFormatter) |
ComponentResource(ProjectComponentService projectComponentService,
ProjectComponentManager projectComponentManager,
ProjectService projectService,
UserManager userManager,
AvatarService avatarService,
IssueManager issueManager,
ComponentIssueCountsBeanFactory componentIssueCountsBeanFactory,
JiraAuthenticationContext authContext,
I18nHelper i18n,
PermissionManager permissionManager,
ProjectManager projectManager,
JiraBaseUrls jiraBaseUrls,
com.atlassian.event.api.EventPublisher eventPublisher,
JiraAvatarSupport jiraAvatarSupport) |
CurrentUserResource(UserUtil userUtil,
UserManager userManager,
PasswordPolicyManager passwordPolicyManager,
com.atlassian.event.api.EventPublisher eventPublisher,
I18nHelper i18n,
EmailFormatter emailFormatter,
JiraAuthenticationContext authContext,
TimeZoneManager timeZoneManager,
AvatarService avatarService,
JiraBaseUrls jiraBaseUrls,
LoginService loginService,
I18nHelper.BeanFactory beanFactory,
JiraAvatarSupport jiraAvatarSupport,
ApplicationRoleBeanConverter applicationRoleBeanConverter,
ApplicationRoleManager applicationRoleManager) |
GroupResource(GlobalPermissionManager permissionManager,
JiraAuthenticationContext authContext,
I18nHelper i18n,
GroupManager groupManager,
GroupService groupService,
JiraBaseUrls jiraBaseUrls,
SelfLinkBuilder selfLinkBuilder,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
UserBeanFactory userBeanFactory,
ResponseFactory responses) |
IssueAttachmentsResource(JiraAuthenticationContext authContext,
AttachmentService attachmentService,
AttachmentManager attachmentManager,
IssueUpdater issueUpdater,
I18nHelper i18n,
IssueFinder issueFinder,
AttachmentJsonBeanConverter attachmentJsonBeanConverter) |
IssueLinkTypeResource(IssueLinkTypeService issueLinkTypeService,
JiraAuthenticationContext authenticationContext,
I18nHelper i18n,
ContextUriInfo contextUriInfo,
com.atlassian.plugins.rest.common.util.RestUrlBuilder restUrlBuilder) |
IssuePropertyResource(IssuePropertyService issuePropertyService,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n) |
IssueResource(JiraAuthenticationContext authContext,
UserManager userManager,
VoteService voteService,
I18nHelper i18n,
WatchersFinder watchersFinder,
WatcherService watcherService,
BeanBuilderFactory beanBuilderFactory,
ContextUriInfo contextUriInfo,
IssueFinder issueFinder,
CreateIssueResource createIssueResource,
UpdateIssueResource updateIssueResource,
DeleteIssueResource deleteIssueResource,
RemoteIssueLinkResource remoteIssueLinkResource,
IssueWorklogResource issueWorklogResource,
CommentResource commentResource,
IssueWorkflowManager issueWorkflowManager,
AssignIssueResource assignIssueResource,
AdhocNotificationService notificationService,
JiraBaseUrls jiraBaseUrls,
IssuePicker issuePicker,
JiraAvatarSupport jiraAvatarSupport) |
IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n) |
IssueTypePropertyResource(IssueTypePropertyService issueTypePropertyService,
JiraAuthenticationContext authenticationContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n) |
IssueTypeResource(JiraAuthenticationContext authContext,
ContextUriInfo contextUriInfo,
JiraBaseUrls jiraBaseUrls,
IssueTypeService issueTypeService,
I18nHelper i18n,
XsrfInvocationChecker xsrfChecker,
AvatarResourceHelper avatarResourceHelper,
GlobalPermissionManager globalPermissionManager,
ResponseFactory responseFactory) |
LinkIssueResource(ApplicationProperties applicationProperties,
I18nHelper i18n,
JiraAuthenticationContext authContext,
PermissionManager permissionManager,
IssueLinkManager issueLinkManager,
CommentService commentService,
ProjectRoleManager projectRoleManager,
IssueLinkTypeFinder issueLinkTypeFinder,
IssueFinder issueFinder,
IssueLinkService issueLinkService,
JiraBaseUrls jiraBaseUrls,
IssueService issueService) |
NotificationSchemeBeanFactoryImpl(I18nHelper i18nHelper,
JiraBaseUrls jiraBaseUrls,
ProjectRoleBeanFactory projectRoleBeanFactory,
SearchHandlerManager searchHandlerManager,
FieldManager fieldManager,
EventTypeManager eventTypeManager,
UserBeanFactory userBeanFactory,
JiraAuthenticationContext authenticationContext) |
OpsbarBeanBuilder(Issue issue,
ApplicationProperties applicationProperties,
SimpleLinkManager simpleLinkManager,
JiraAuthenticationContext authContext,
I18nHelper i18n,
IssueManager issueManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
PermissionManager permissionManager) |
PriorityResource(ConstantsManager constantsManager,
I18nHelper i18n,
JiraBaseUrls baseUrls) |
ProjectCategoryResource(ProjectManager projectManager,
JiraBaseUrls jiraBaseUrls,
JiraAuthenticationContext authContext,
PermissionManager permissionManager,
I18nHelper i18n) |
ProjectPropertyResource(ProjectPropertyService projectPropertyService,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n) |
ProjectResource(ProjectService projectService,
JiraAuthenticationContext authContext,
javax.ws.rs.core.UriInfo uriInfo,
VersionService versionService,
ProjectComponentService projectComponentService,
AvatarService avatarService,
UserManager userManager,
ProjectBeanFactory projectBeanFactory,
VersionBeanFactory versionBeanFactory,
PermissionManager permissionManager,
ProjectManager projectManager,
AvatarManager avatarManager,
AvatarPickerHelper avatarPickerHelper,
AttachmentHelper attachmentHelper,
JiraBaseUrls jiraBaseUrls,
WorkflowManager workflowManager,
IssueTypeSchemeManager issueTypeSchemeManager,
PermissionSchemeManager permissionSchemeManager,
NotificationSchemeManager notificationSchemeManager,
IssueSecuritySchemeManager issueSecuritySchemeManager,
ResourceUriBuilder uriBuilder,
StatusHelper statusHelper,
ProjectFinder projectFinder,
XsrfInvocationChecker xsrfChecker,
UserProjectHistoryManager projectHistoryManager,
ResponseFactory responses,
I18nHelper i18nHelper,
com.atlassian.jira.blueprint.core.api.CoreProjectConfigurator coreProjectConfigurator,
JiraAvatarSupport jiraAvatarSupport,
OrderByRequestParser orderByRequestParser) |
RemoteIssueLinkResource(RemoteIssueLinkService remoteIssueLinkService,
BeanBuilderFactory beanBuilderFactory,
I18nHelper i18n,
JiraAuthenticationContext jiraAuthenticationContext) |
ResolutionResource(ConstantsManager constantsManager,
I18nHelper i18n,
JiraBaseUrls baseUrls) |
ScreensResource(FieldScreenManager fieldScreenManager,
FieldManager fieldManager,
JiraAuthenticationContext jiraAuthenticationContext,
PermissionManager permissionManager,
I18nHelper i18n,
CustomFieldService customFieldService,
ProjectManager projectManager,
ProjectFieldScreenHelper projectFieldScreenHelper) |
UserResource(UserService userService,
UserUtil userUtil,
PasswordPolicyManager passwordPolicyManager,
I18nHelper i18n,
EmailFormatter emailFormatter,
JiraAuthenticationContext authContext,
TimeZoneManager timeZoneManager,
AvatarPickerHelper avatarPickerHelper,
AvatarManager avatarManager,
AvatarService avatarService,
AttachmentHelper attachmentHelper,
UserPropertyManager userPropertyManager,
PermissionManager permissionManager,
ProjectService projectService,
IssueService issueService,
ProjectManager projectManager,
com.atlassian.event.api.EventPublisher eventPublisher,
AssigneeService assigneeService,
IssueManager issueManager,
UserPickerResourceHelper userPickerHelper,
JiraBaseUrls jiraBaseUrls,
ColumnService columnService,
XsrfInvocationChecker xsrfChecker,
UserManager userManager,
I18nHelper.BeanFactory beanFactory,
JiraAvatarSupport jiraAvatarSupport,
ApplicationRoleManager applicationRoleManager,
ApplicationRoleBeanConverter applicationRoleBeanConverter,
UpdateUserApplicationHelper updateUserApplicationHelper,
ResponseFactory responseFactory,
FeatureManager featureManager) |
VersionResource(VersionService versionService,
ProjectService projectService,
JiraAuthenticationContext authContext,
I18nHelper i18n,
RemoteVersionLinkResource remoteVersionLinkResource,
VersionBeanFactory versionBeanFactory,
VersionIssueCountsBeanFactory versionIssueCountsBeanFactory,
VersionUnresolvedIssueCountsBeanFactory versionUnresolvedIssueCountsBeanFactory,
DateFieldFormat dateFieldFormat,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
String |
AttachmentAuthorizer.getNoPermissionMessage(I18nHelper i18n,
Object attachmentId) |
Constructor and Description |
---|
BeanBuilderFactoryImpl(UserManager userManager,
ThumbnailManager thumbnailManager,
VersionBeanFactory versionBeanFactory,
ProjectBeanFactory projectBeanFactory,
FieldLayoutManager fieldLayoutManager,
JiraAuthenticationContext authContext,
FieldManager fieldManager,
ResourceUriBuilder uriBuilder,
ContextUriInfo contextUriInfo,
VelocityRequestContextFactory velocityRequestContextFactory,
ProjectManager projectManager,
ProjectRoleManager projectRoleManager,
IssueTypeSchemeManager issueTypeSchemeManager,
PermissionManager permissionManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
IssueManager issueManager,
JiraBaseUrls baseUrls,
IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory,
IssueWorkflowManager issueWorkflowManager,
WorkflowManager workflowManager,
StatusManager statusManager,
IssueFactory issueFactory,
ChangeHistoryManager changeHistoryManager,
ApplicationProperties applicationProperties,
SimpleLinkManager simpleLinkManager,
I18nHelper i18nHelper,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ShareTypeFactory shareTypeFactory,
JqlStringSupport jqlStringSupport,
GroupManager groupManager,
PermissionSchemeManager permissionSchemeManager,
FilterSubscriptionService filterSubscriptionService,
JiraBaseUrls jiraBaseUrls,
ProjectRoleBeanFactory projectRoleBeanFactory,
IssueSecurityLevelManager issueSecurityLevelManager,
HistoryMetadataManager historyMetadataManager,
UserBeanFactory userBeanFactory,
JiraAvatarSupport jiraAvatarSupport,
UserUtil userUtil) |
Constructor and Description |
---|
CustomFieldOptionResource(JiraAuthenticationContext authContext,
OptionsManager optionsManager,
VelocityRequestContextFactory velocityRequestContextFactory,
I18nHelper i18n,
ContextUriInfo contextUriInfo) |
Constructor and Description |
---|
RoleResource(ProjectRoleService projectRoleService,
ProjectRoleBeanFactory projectRoleBeanFactory,
ResponseFactory responses,
I18nHelper i18n,
JiraAuthenticationContext authContext,
GlobalPermissionManager permissionManager) |
Constructor and Description |
---|
UserPickerResourceHelperImpl(UserSearchService userSearchService,
I18nHelper i18n,
AvatarService avatarService,
JiraAuthenticationContext authContext,
PermissionManager permissionManager) |
Constructor and Description |
---|
RemoteVersionLinkResource(I18nHelper i18n,
JiraAuthenticationContext jiraAuthenticationContext,
RemoteVersionLinkService remoteVersionLinkService,
JsonEntityPropertyManager jsonEntityPropertyManager,
ContextUriInfo contextUriInfo) |
Constructor and Description |
---|
IssueWorklogResource(WorklogService worklogService,
JiraAuthenticationContext authenticationContext,
UserManager userManager,
I18nHelper i18n,
TimeTrackingConfiguration timeTrackingConfiguration,
JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter) |
Constructor and Description |
---|
LicenceValidator(JiraLicenseService licenseService,
I18nHelper i18nHelper) |
Constructor and Description |
---|
SearchAutoCompleteResource(AutoCompleteJsonGenerator autoCompleteJsonGenerator,
JiraAuthenticationContext authContext,
I18nHelper i18n,
FieldAndPredicateAutoCompleteResultGenerator fieldAndPredicateAutoCompleteResultGenerator) |
Constructor and Description |
---|
UserPropertyResource(UserPropertyService userPropertyService,
JiraAuthenticationContext authenticationContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
ResponseFactory responseFactory,
UserManager userManager,
SelfLinkBuilder selfLinkBuilder) |
Constructor and Description |
---|
CronValidator(I18nHelper i18nHelper,
com.atlassian.scheduler.SchedulerService schedulerService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAddScheme |
class |
AbstractCopyScheme |
class |
AbstractDeleteScheme |
class |
AbstractEditScheme |
class |
AbstractProjectAndSchemeAwareAction |
class |
AbstractSchemeAwareAction |
class |
AbstractSelectProjectScheme |
class |
AbstractViewSchemes |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractSchemeManager.getApplicationI18n() |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
JiraAuthenticationContextImpl.getI18nBean() |
I18nHelper |
JiraAuthenticationContext.getI18nBean()
Deprecated.
Use
JiraAuthenticationContext.getI18nHelper() instead. Deprecated since v4.0 |
I18nHelper |
JiraAuthenticationContextImpl.getI18nHelper() |
I18nHelper |
JiraAuthenticationContext.getI18nHelper()
Useful for localisation of messages.
|
Modifier and Type | Class and Description |
---|---|
class |
MockI18nHelper
Deprecated.
use the
MockI18nHelper (in the right package),
NoopI18nHelper , or Mockito mocks instead |
Modifier and Type | Method and Description |
---|---|
boolean |
TrustedApplicationValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application .
|
boolean |
TrustedApplicationSemanticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application) |
boolean |
TrustedApplicationSyntacticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application request.
|
boolean |
TrustedApplicationDelegateValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators
|
boolean |
TrustedApplicationSyntacticValidator.validate(JiraServiceContext context,
I18nHelper helper,
String urlString)
Validate the details of the trusted application request.
|
Modifier and Type | Method and Description |
---|---|
static String |
CronValidationErrorMappingUtil.internalError(String message,
I18nHelper i18nHelper) |
static String |
CronValidationErrorMappingUtil.mapError(com.atlassian.scheduler.cron.CronSyntaxException cse,
I18nHelper i18nHelper) |
Constructor and Description |
---|
JiraClusteringConfigChecklist(ClusterLicenseStartupCheck licenseCheck,
ClusterNodeProperties clusterNodeProperties,
I18nHelper i18nHelper,
JiraHome jiraHome,
ApplicationProperties applicationProperties) |
Modifier and Type | Method and Description |
---|---|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg)
Deprecated.
Since 6.3.6 use
Contexts.percentageReporter(com.atlassian.jira.util.collect.Sized,
TaskProgressSink, I18nHelper, Logger, String,
String, String) for 6.3.6+ or Contexts.builder() for 6.4+ |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
com.atlassian.johnson.event.Event event)
Deprecated.
|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
com.atlassian.johnson.event.Event event,
org.apache.log4j.Level level)
Deprecated.
Since 6.3.6 use
#percentageReporter(com.atlassian.jira.util.collect.Sized,
TaskProgressSink, I18nHelper, Logger, String,
String, String, com.atlassian.johnson.event.Event), Level in 6.3.6+ or Contexts.builder() in 6.4+ |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
com.atlassian.johnson.event.Event event) |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
com.atlassian.johnson.event.Event event,
org.apache.log4j.Level level)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent,
org.apache.log4j.Level level)
Deprecated.
Use
Contexts.builder() instead. Since v6.4. |
Context.Builder |
Context.Builder.progress(TaskProgressSink progressSink,
I18nHelper i18n,
String uiMessageKeyPercentage,
String uiMessageKeyCurrent)
Uses the specified
TaskProgressSink , using the provided I18nHelper to supply translated
messages about the task. |
Constructor and Description |
---|
TimeZoneInfoImpl(String timeZoneId,
String displayName,
TimeZone timeZone,
I18nHelper i18nHelper,
String regionKey) |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
AbstractUpgradeTask.getI18nBean() |
Modifier and Type | Class and Description |
---|---|
class |
NoopI18nHelper
An
I18nHelper that returns the i18n key concatenated with its arguments. |
Modifier and Type | Method and Description |
---|---|
I18nHelper |
NoopI18nFactory.getInstance(ApplicationUser user) |
I18nHelper |
I18nHelper.BeanFactory.getInstance(ApplicationUser user)
Returns an
I18nHelper instance associated with the provided User 's locale preference. |
I18nHelper |
NoopI18nFactory.getInstance(Locale locale) |
I18nHelper |
I18nHelper.BeanFactory.getInstance(Locale locale)
Returns an
I18nHelper instance associated with the provided Locale . |
Modifier and Type | Method and Description |
---|---|
static String |
SecurityTypeUtils.formatSecurityTypeParameter(String type,
String parameter,
I18nHelper i18nHelper) |
String |
JiraContactHelperImpl.getAdministratorContactLinkHtml(String baseUrl,
I18nHelper i18nHelper) |
String |
JiraContactHelper.getAdministratorContactLinkHtml(String baseUrl,
I18nHelper i18nHelper)
Get the full link text for the contact administration message as a snippet.
|
String |
JiraContactHelperImpl.getAdministratorContactMessage(I18nHelper i18nHelper) |
String |
JiraContactHelper.getAdministratorContactMessage(I18nHelper i18nHelper)
Get the text for the contact administration message as a snippet.
|
String |
JiraVelocityHelper.getFieldName(org.ofbiz.core.entity.GenericValue changeItem,
I18nHelper i18n) |
String |
JiraVelocityHelper.getFieldName(String fieldKey,
I18nHelper i18n)
Returns Internationalized human-readable name of a field, or the key (usually also readable) if none was found.
|
String |
JiraVelocityHelper.getPrettyFieldString(String fieldKey,
String str,
I18nHelper i18n) |
String |
JiraVelocityHelper.getPrettyFieldString(String fieldKey,
String str,
I18nHelper i18n,
String defaultIfNull) |
String |
JiraVelocityHelper.indentToChangelog(String fieldName,
String fieldValue,
org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n) |
String |
JiraVelocityHelper.indentToChangelogNoLineSep(String fieldName,
String fieldValue,
I18nHelper i18n,
List<String> allFieldNames) |
String |
JiraVelocityHelper.printChangelog(org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n,
Collection<String> ignoredFields) |
String |
JiraVelocityHelper.printChangelog(org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n,
Collection<String> ignoredFields,
boolean ignoreStatus) |
boolean |
JiraVelocityHelper.wasDeleted(org.ofbiz.core.entity.GenericValue changelog,
String fieldKey,
I18nHelper i18n) |
Constructor and Description |
---|
DaysDurationFormatter(BigDecimal hoursPerDay,
I18nHelper i18nBean) |
DaysDurationFormatter(int hoursPerDay,
I18nHelper i18nBean)
Deprecated.
#DaysDurationFormatter(BigDecimal, I18nHelper) is preferred now
that we can fractional number of hours per day
|
HoursDurationFormatter(I18nHelper i18nBean) |
OrderByRequestParserImpl(I18nHelper i18n) |
PrettyDurationFormatter(BigDecimal hoursPerDay,
BigDecimal daysPerWeek,
I18nHelper i18nBean) |
PrettyDurationFormatter(int hoursPerDay,
int daysPerWeek,
I18nHelper i18nBean) |
Modifier and Type | Method and Description |
---|---|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger) |
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
com.atlassian.johnson.event.Event event) |
Constructor and Description |
---|
ExtendedSystemInfoUtilsImpl(I18nHelper i18nHelper) |
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils,
ServiceManager serviceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ApplicationProperties applicationProperties,
TrustedApplicationService trustedAppService,
OfBizDelegator ofBizDelegator,
I18nHelper i18nHelper,
UserUtil userUtil,
HashRegistryCache registry,
LocaleManager localeManager,
JiraLicenseService jiraLicenseService,
BuildUtilsInfo buildUtilsInfo,
UpgradeManager upgradeManager,
IssueIndexManager indexManager,
JiraProperties jiraSystemProperties,
ClusterManager clusterManager,
JiraStartStopAnalyticHelper jiraStartStopAnalyticHelper) |
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 |
Dashboard
Figures out what the id of the portal page the user is currently viewing is.
|
class |
IssueActionSupport |
class |
JiraWebActionSupport
All web actions should extend this class - it provides basic common functionality for all web actions.
|
class |
JiraWizardActionSupport |
class |
MyJiraHome
Redirects to the current My JIRA Home.
|
class |
ProjectActionSupport |
class |
RenaissanceMigrationSummaryAction
Presents summary of Renaissance migration to the user.
|
class |
XsrfErrorAction
This action is usually run via a servlet FORWARD.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAccess
Page for the ADMIN to do the read/update of
ApplicationRole s. |
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 |
DeleteJobRunner |
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 used to allow the directory to be edited online.
|
class |
EditUserDefaultSettings
Controls setting the email prefs.
|
class |
GlobalPermissions |
class |
IconPicker |
class |
IndexOptimize |
class |
IntegrityChecker |
class |
LandingPage |
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 |
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 |
Constructor and Description |
---|
SchedulerAdmin(com.atlassian.scheduler.SchedulerService schedulerService,
com.atlassian.scheduler.SchedulerHistoryService schedulerHistoryService,
com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService,
I18nHelper i18nHelper) |
Modifier and Type | Class and Description |
---|---|
class |
EditReplicationSettings
Replication Settings Edit page
|
class |
ReplicationSettings
Configure the replication settings for a cluster environment
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstantAction<T extends IssueConstant> |
class |
AbstractDeleteConstant<T extends IssueConstant> |
class |
AbstractEditConstant<T extends IssueConstant> |
class |
AbstractViewConstants<T extends IssueConstant> |
Modifier and Type | Class and Description |
---|---|
class |
CurrentUsersList
An action that lists the current users that have sessions within JIRA
|
Modifier and Type | Class and Description |
---|---|
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 |
EditCustomFieldUserPickerFilter
Webwork action for editing user filter for user pickers.
|
class |
EditVersionPickerCustomFieldOptionsOrder
Represents action that handles the update of option order on version picker custom field
|
class |
ManageConfigurationScheme |
class |
TranslateCustomField |
class |
ViewCustomFields |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
CustomFieldValidatorImpl.getI18nBean() |
Constructor and Description |
---|
EditVersionPickerCustomFieldOptionsOrder(ManagedConfigurationItemService managedConfigurationItemService,
I18nHelper i18nHelper,
GenericConfigManager genericConfigManager) |
Modifier and Type | Class and Description |
---|---|
class |
SiteDarkFeatures
Manage site wide dark features.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ListEventTypes |
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 |
AbstractProjectImportProgress<V extends Serializable>
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
|
Constructor and Description |
---|
ProjectImportProgressTrackerUtil(com.atlassian.plugin.PluginAccessor pluginAccessor,
I18nHelper i18nHelper) |
Modifier and Type | Class and Description |
---|---|
class |
EditIndexRecoverySettings |
class |
IndexAdminImpl |
Modifier and Type | Method and Description |
---|---|
static String |
IndexRecoveryUtil.getIntervalOption(com.atlassian.jira.web.action.admin.index.IndexRecoveryUtil.Interval interval,
I18nHelper i18n) |
static Collection<TextOption> |
IndexRecoveryUtil.getIntervalOptions(I18nHelper i18n) |
Constructor and Description |
---|
ActivateAsyncIndexerCommand(boolean deactivateIndexFirst,
com.atlassian.johnson.JohnsonEventContainer eventCont,
IndexLifecycleManager indexManager,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nBeanFactory) |
IndexRecoveryCommand(ApplicationUser user,
IndexRecoveryService indexRecoveryService,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
String recoveryFilename) |
ReIndexAsyncIndexerCommand(com.atlassian.johnson.JohnsonEventContainer eventCont,
IndexLifecycleManager indexManager,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nBeanFactory) |
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager,
IssueIndexingParams issueIndexingParams,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nBeanFactory) |
ReIndexBackgroundIndexerCommand(IndexLifecycleManager indexManager,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
I18nHelper.BeanFactory i18nBeanFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ViewInstrumentation
An initial quick and dirty listing of the instrumentation objects in JIRA
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AddFieldConfiguration
Responsible for rendering the user interface to add a new field configuration to a JIRA instance.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddIssueSecurity |
class |
DeleteIssueSecurity |
class |
DeleteIssueSecurityLevel |
class |
EditIssueSecurities |
class |
SchemeAwareIssueSecurityAction |
class |
SelectProjectIssueSecurityScheme |
class |
SelectProjectSecuritySchemeStep2 |
Modifier and Type | Class and Description |
---|---|
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 |
Constructor and Description |
---|
MigrateIssueTypes(BulkMoveOperation bulkMoveOperation,
FieldManager fieldManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
IssueFactory issueFactory,
BulkMigrateOperation bulkMigrateOperation,
PermissionManager permissionManager,
SearchService searchService,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper,
com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService,
IssueService issueService) |
Modifier and Type | Class and Description |
---|---|
class |
AssociateIssueTypeSchemes |
class |
AssociateIssueTypeSchemesWithDefault |
class |
DeleteOptionScheme |
class |
ManageIssueTypeSchemes |
class |
SelectIssueTypeSchemeForProject |
Modifier and Type | Class and Description |
---|---|
class |
DeleteLinkType |
class |
EditLinkType |
class |
ViewLinkTypes |
Modifier and Type | Class and Description |
---|---|
class |
SendBulkMail |
Modifier and Type | Class and Description |
---|---|
class |
AddNotification |
class |
AddScheme |
class |
CopyScheme |
class |
DeleteNotification |
class |
DeleteScheme |
class |
EditNotifications |
class |
EditScheme |
class |
SchemeAwareNotificationAction |
class |
SelectProjectScheme |
class |
ViewSchemes |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DeletePriority |
class |
EditPriority |
class |
ViewPriorities |
Modifier and Type | Class and Description |
---|---|
class |
DeleteResolution |
class |
EditResolution |
class |
ViewResolutions |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DeleteStatus |
class |
EditStatus |
class |
ViewStatuses |
class |
ViewWorkflowsForStatus
ViewWorkflowsForStatus views a list of workflows for a given status.
|
Constructor and Description |
---|
ViewStatuses(TranslationManager translationManager,
StatusService statusService,
ConstantsService constantsService,
I18nHelper i18nHelper,
WorkflowManager workflowManager)
Default constructor for depedency injection
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteSubTaskIssueType |
class |
DisableSubTasks |
class |
EditSubTaskIssueTypes |
class |
ManageSubTasks |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgeTask
Simply cleans up a task and then redirects to a given url
|
Modifier and Type | Class and Description |
---|---|
class |
ViewTranslations |
Modifier and Type | Method and Description |
---|---|
String |
TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n)
Extract the desired string (name/description) from the specified issue constant.
|
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected I18nHelper |
EditCrowdApplication.i18n() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAddWorkflowTransitionDescriptor |
class |
AbstractAddWorkflowTransitionDescriptorParams |
class |
AbstractDeleteWorkflowTransitionDescriptor |
class |
AbstractEditWorkflowTransitionDescriptorParams
Copyright (c) 2002-2004
All rights reserved.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
EditWorkflowScheme |
class |
SelectProjectWorkflowScheme |
class |
SelectProjectWorkflowSchemeStep2 |
class |
SelectProjectWorkflowSchemeStep3 |
Modifier and Type | Class and Description |
---|---|
class |
SetupBonfire |
Modifier and Type | Class and Description |
---|---|
class |
BrowseProjects
Action for Browse Projects
|
class |
ConfigureReport |
class |
ReleaseNote |
Modifier and Type | Class and Description |
---|---|
class |
AdjustFavourite
Allows the caller to add or remove a favourite.
|
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 |
FavouriteFilters
Action implementation for the Favourite Filters popup.
|
class |
FilterPickerPopup
Action implementation for the Filter Picker popup.
|
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 |
ServiceExecutor |
Modifier and Type | Class and Description |
---|---|
class |
RecentIssueHistory
An action to show recent issue history.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
IssueInputParameters issueInputParameters,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
IssueInputParameters issueInputParameters,
I18nHelper i18n)
Deprecated.
|
protected void |
IssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
Map<String,String[]> actionParams,
boolean applyDefaults,
boolean skipScreenCheck,
I18nHelper i18n) |
void |
IssueCreationHelperBeanImpl.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
IssueCreationHelperBeanImpl.validateLicense(ApplicationUser remoteUser,
ErrorCollection errors,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateLicense(ApplicationUser remoteUSer,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
IssueCreationHelperBeanImpl.validateLicense(ErrorCollection errors,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateLicense(ErrorCollection errors,
I18nHelper i18n)
Deprecated.
Checks that the currently installed license has not expired and all relevant license limitations with
respect to user or role counts have not been exceeded.
|
void |
IssueCreationHelperBeanImpl.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
IssueCreationHelperBeanImpl.validateSummary(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n) |
void |
IssueCreationHelperBean.validateSummary(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
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 |
BulkOperationProgress |
class |
BulkOperationRedirect
Redirects to bulk edit with preselected subtasks from selected issue.
|
class |
BulkUnwatch |
class |
BulkWatch |
class |
BulkWorkflowTransition |
Constructor and Description |
---|
AbstractBulkOperationDetailsAction(SearchService searchService,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
AbstractBulkWatchOperationAction(SearchService searchService,
BulkOperationManager bulkOperationManager,
PermissionManager permissionManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
BulkDelete(SearchService searchService,
BulkOperationManager bulkOperationManager,
PermissionManager permissionManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
BulkEdit(SearchService searchService,
BulkOperationManager bulkOperationManager,
FieldManager fieldManager,
IssueFactory issueFactory,
PermissionManager permissionManager,
FieldLayoutManager fieldLayoutManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
BulkEditCallable(org.apache.log4j.Logger log,
I18nHelper i18nHelper,
ProgressAwareBulkOperation bulkOperation,
BulkEditBean bulkEditBean,
ApplicationUser user) |
BulkMigrate(SearchService searchService,
BulkMoveOperation bulkMoveOperation,
FieldManager fieldManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
IssueFactory issueFactory,
BulkMigrateOperation bulkMigrateOperation,
PermissionManager permissionManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper,
com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService,
IssueService issueService) |
BulkMove(SearchService searchService,
BulkMoveOperation bulkMoveOperation,
FieldManager fieldManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
IssueFactory issueFactory,
PermissionManager permissionManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
BulkUnwatch(TaskManager taskManager,
SearchService searchService,
BulkOperationManager bulkOperationManager,
PermissionManager permissionManager,
I18nHelper i18nHelper,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper) |
BulkWatch(TaskManager taskManager,
SearchService searchService,
BulkOperationManager bulkOperationManager,
PermissionManager permissionManager,
I18nHelper i18nHelper,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper) |
BulkWorkflowTransition(SearchService searchService,
IssueWorkflowManager issueWorkflowManager,
WorkflowManager workflowManager,
IssueManager issueManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
FieldManager fieldManager,
JiraAuthenticationContext authenticationContext,
FieldLayoutManager fieldLayoutManager,
BulkWorkflowTransitionOperation bulkWorkflowTransitionOperation,
PermissionManager permissionManager,
ConstantsManager constantsManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
Modifier and Type | Class and Description |
---|---|
class |
MoveIssueUpdateWorkflow |
Modifier and Type | Class and Description |
---|---|
class |
SetSelectedIssue
Ajax action to update the selected issue in the issue navigator (for the current search).
|
Modifier and Type | Class and Description |
---|---|
class |
ShowTimeTrackingHelp
Provides contextual help for time tracking and log work fields.
|
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 |
DeleteProject |
class |
EditProject |
class |
EditProjectLeadAndDefaultAssignee |
class |
IndexProject |
class |
ProjectEmail |
class |
SelectProjectCategory |
class |
ViewProject |
class |
ViewProjects |
Modifier and Type | Class and Description |
---|---|
class |
|