Modifier and Type | Class and Description |
---|---|
class |
MockAction |
Modifier and Type | Method and Description |
---|---|
void |
MockAction.addErrorCollection(ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
SelectComponentAssigneesUtilImpl.execute(ApplicationUser user) |
ErrorCollection |
SelectComponentAssigneesUtil.execute(ApplicationUser user) |
ErrorCollection |
SelectComponentAssigneesUtilImpl.validate() |
ErrorCollection |
SelectComponentAssigneesUtil.validate() |
Modifier and Type | Method and Description |
---|---|
void |
MockCustomFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AddFieldToScreenUtil.execute() |
ErrorCollection |
AddFieldToScreenUtilImpl.execute() |
ErrorCollection |
AddFieldToScreenUtil.validate() |
ErrorCollection |
AddFieldToScreenUtilImpl.validate() |
ErrorCollection |
AddFieldToScreenUtilImpl.validate(ApplicationUser user) |
Modifier and Type | Class and Description |
---|---|
class |
BrowseArchivedIssues
Action that renders initial browse archived issues page
|
Modifier and Type | Class and Description |
---|---|
class |
ManageTerminology
Action that renders initial manage terminology admin page
|
Modifier and Type | Class and Description |
---|---|
class |
A11yPersonalSettings
Action that renders Accessibility Personal Settings page.
|
class |
AnonymizeUser
Action that renders anonymize user page.
|
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 |
---|---|
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems)
Deprecated.
since 7.0.0. Use
AuditingService.storeRecord(String, String, AssociatedItem, Iterable,
Iterable, String) instead |
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
String description) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems,
String description)
Deprecated.
Store record in Auditing Log
|
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems)
Deprecated.
since 7.0.0. Use
AuditingService.storeRecord(String, String, String, AssociatedItem,
Iterable, Iterable, String) instead |
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
String description) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems,
String description)
Deprecated.
Store record in Auditing Log along with plugin name created the event
|
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 |
---|---|
ErrorCollection |
AvatarPickerHelperImpl.Result.getErrorCollection() |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
JiraServiceContext.getErrorCollection()
Gets an error collection.
|
ErrorCollection |
ServiceResultImpl.getErrorCollection() |
ErrorCollection |
ServiceResult.getErrorCollection() |
ErrorCollection |
JiraServiceContextImpl.getErrorCollection()
Returns error collection, never null
|
Modifier and Type | Method and Description |
---|---|
ErrorMatcher |
ErrorMatcher.addErrorCollection(ErrorCollection errors) |
static <T> ServiceOutcomeImpl<T> |
ServiceOutcomeImpl.from(ErrorCollection errorCollection)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors and null return value.
|
static <T> ServiceOutcomeImpl<T> |
ServiceOutcomeImpl.from(ErrorCollection errorCollection,
T value)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value.
|
Modifier and Type | Method and Description |
---|---|
default <R> R |
ServiceOutcome.fold(java.util.function.Function<? super T,R> onSuccess,
java.util.function.Function<? super ErrorCollection,R> onFailure)
Folds this outcome into a value using the given functions.
|
Constructor and Description |
---|
JiraServiceContextImpl(ApplicationUser user,
ErrorCollection errorCollection)
Instantiates this class with user and error collection.
|
JiraServiceContextImpl(ApplicationUser user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates this class with user and error collection and I18nHelper.
|
ServiceOutcomeImpl(ErrorCollection errorCollection)
Creates a new ServiceOutcomeImpl with the given errors.
|
ServiceOutcomeImpl(ErrorCollection errorCollection,
T value)
Creates a new ServiceOutcomeImpl with the given errors and returned value.
|
ServiceResultImpl(ErrorCollection errorCollection) |
ServiceResultImpl(ErrorCollection errorCollection,
WarningCollection warningCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
OfbizImportHandler.getErrorCollection() |
ErrorCollection |
DataImportService.ImportResult.Builder.getErrorCollection() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataImportService.checkClusterNotActive(ErrorCollection errors,
I18nHelper i18n) |
Constructor and Description |
---|
ImportValidationResult(ErrorCollection errorCollection,
DataImportParams params) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultIssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult issueValidationResult) |
ErrorCollection |
IssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult deleteValidationResult)
This method will delete an issue from JIRA.
|
ErrorCollection |
DefaultIssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
ErrorCollection |
IssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA.
|
ErrorCollection |
CloneIssueCommand.CloneIssueResult.getErrorCollection() |
Modifier and Type | Method and Description |
---|---|
Comment |
DefaultCommentService.create(ApplicationUser user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection) |
Comment |
CommentService.create(ApplicationUser user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.create(ApplicationUser user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection) |
Comment |
CommentService.create(ApplicationUser user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.create(ApplicationUser user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection) |
Comment |
CommentService.create(ApplicationUser user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.getCommentById(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection) |
Comment |
CommentService.getCommentById(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId.
|
List<Comment> |
DefaultCommentService.getCommentsForUser(ApplicationUser currentUser,
Issue issue,
ErrorCollection errorCollection) |
List<Comment> |
CommentService.getCommentsForUser(ApplicationUser currentUser,
Issue issue,
ErrorCollection errorCollection)
Deprecated.
Use
CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue) instead. Since v6.3. |
MutableComment |
DefaultCommentService.getMutableComment(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection) |
MutableComment |
CommentService.getMutableComment(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection)
Deprecated.
|
boolean |
DefaultCommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection) |
boolean |
CommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection)
Check if the given user has permission to create a comment in the current state of the issue.
|
boolean |
DefaultCommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) |
boolean |
CommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
Check if the given user has permission to create a comment during a workflow transition for a given action description.
|
boolean |
DefaultCommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
Optional<Status> status) |
boolean |
CommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
Optional<Status> status)
Check if the given user has permission to create a comment in the current state of the issue or if the issue was in the given status.
|
boolean |
DefaultCommentService.hasPermissionToEdit(ApplicationUser user,
Comment comment,
ErrorCollection errorCollection) |
boolean |
CommentService.hasPermissionToEdit(ApplicationUser user,
Comment comment,
ErrorCollection errorCollection)
Deprecated.
|
boolean |
DefaultCommentService.hasPermissionToPinComments(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection) |
boolean |
CommentService.hasPermissionToPinComments(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection)
Check if the given user has permission to pin a comment
|
boolean |
DefaultCommentService.isValidAllCommentData(ApplicationUser currentUser,
Issue issue,
String body,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection) |
boolean |
CommentService.isValidAllCommentData(ApplicationUser user,
Issue issue,
String body,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
Deprecated.
|
boolean |
DefaultCommentService.isValidAllCommentData(ApplicationUser currentUser,
Issue issue,
String body,
Visibility visibility,
ErrorCollection errorCollection) |
boolean |
CommentService.isValidAllCommentData(ApplicationUser user,
Issue issue,
String body,
Visibility visibility,
ErrorCollection errorCollection)
Will call all other validate methods setting the appropriate errors
in the
errorCollection if any errors occur. |
boolean |
DefaultCommentService.isValidCommentBody(String body,
ErrorCollection errorCollection) |
boolean |
CommentService.isValidCommentBody(String body,
ErrorCollection errorCollection)
Validates that the body is a valid string, if not the appropriate error
is added to the
errorCollection . |
boolean |
DefaultCommentService.isValidCommentBody(String body,
ErrorCollection errorCollection,
boolean allowEmpty) |
boolean |
CommentService.isValidCommentBody(String body,
ErrorCollection errorCollection,
boolean allowEmpty)
Validates that the body is a valid string, if not the appropriate error
is added to the
errorCollection . |
boolean |
DefaultCommentService.isValidCommentData(ApplicationUser currentUser,
Issue issue,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection) |
boolean |
CommentService.isValidCommentData(ApplicationUser user,
Issue issue,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
Deprecated.
|
boolean |
DefaultCommentService.isValidCommentVisibility(ApplicationUser currentUser,
Issue issue,
Visibility visibility,
ErrorCollection errorCollection) |
boolean |
CommentService.isValidCommentVisibility(ApplicationUser user,
Issue issue,
Visibility visibility,
ErrorCollection errorCollection)
This method validates if the comment has the correct role and group
levels set.
|
void |
DefaultCommentService.update(ApplicationUser user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection) |
void |
CommentService.update(ApplicationUser user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
Deprecated.
|
void |
DefaultCommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
String body,
String groupLevel,
Long roleLevelId,
ErrorCollection errorCollection) |
void |
CommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
String body,
String groupLevel,
Long roleLevelId,
ErrorCollection errorCollection)
|
Constructor and Description |
---|
CommentCreateValidationResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters) |
Constructor and Description |
---|
AddLabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection,
String label) |
LabelsResult(Set<Label> labels,
ErrorCollection errorCollection) |
LabelSuggestionResult(Set<String> suggestions,
ErrorCollection errorCollection) |
LabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection) |
SetLabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection,
Set<String> labels) |
Constructor and Description |
---|
AddIssueLinkValidationResult(ApplicationUser user,
ErrorCollection errorCollection,
Issue issueId,
IssueLinkType linkType,
Direction direction,
Collection<String> linkKeys) |
IssueLinkResult(ErrorCollection errorCollection,
LinkCollection linkCollection) |
IssueLinkValidationResult(ErrorCollection errorCollection,
Issue issueId) |
SingleIssueLinkResult(ErrorCollection errorCollection,
IssueLink issueLink) |
Constructor and Description |
---|
VoteValidationResult(ErrorCollection errors,
ApplicationUser voter,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
JiraLicenseService.ValidationResult.getErrorCollection() |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DeleteProjectCommand.getErrorCollection() |
protected ErrorCollection |
DefaultProjectService.makeErrorCollection(ApplicationUser user,
String i18nKey,
ErrorCollection.Reason reason,
String... params)
Creates a new ErrorCollection instance for a single error message.
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<Project,ErrorCollection> |
DefaultProjectService.updateProjectType(ApplicationUser user,
Project project,
ProjectTypeKey newProjectType) |
io.atlassian.fugue.Either<Project,ErrorCollection> |
ProjectService.updateProjectType(ApplicationUser user,
Project project,
ProjectTypeKey newProjectType)
Updates the type of a project.
|
Modifier and Type | Method and Description |
---|---|
protected JiraServiceContext |
DefaultProjectService.getServiceContext(ApplicationUser user,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ProjectComponent |
DefaultProjectComponentService.create(ApplicationUser user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
Create a new ProjectComponent object associated with the project with the ID specified and with the values given.
|
ProjectComponent |
ProjectComponentService.create(ApplicationUser user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
Deprecated.
since 6.3, use
#create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, String, String, String, Long, Long) instead |
ProjectComponent |
DefaultProjectComponentService.create(ApplicationUser user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId,
Long assigneeType) |
ProjectComponent |
ProjectComponentService.create(ApplicationUser user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId,
Long assigneeType)
Create a project component with assignee type set as provided.
|
ProjectComponent |
DefaultProjectComponentService.find(ApplicationUser user,
ErrorCollection errorCollection,
Long id) |
ProjectComponent |
ProjectComponentService.find(ApplicationUser user,
ErrorCollection errorCollection,
Long id) |
Collection<ProjectComponent> |
DefaultProjectComponentService.findAllForProject(ErrorCollection errorCollection,
Long projectId) |
Collection<ProjectComponent> |
ProjectComponentService.findAllForProject(ErrorCollection errorCollection,
Long projectId) |
ProjectComponent |
DefaultProjectComponentService.update(ApplicationUser user,
ErrorCollection errorCollection,
MutableProjectComponent component) |
ProjectComponent |
ProjectComponentService.update(ApplicationUser user,
ErrorCollection errorCollection,
MutableProjectComponent component) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
VersionService.ValidationResult.getErrorCollection() |
ErrorCollection |
DefaultVersionService.validateVersionDetails(ApplicationUser user,
Version version,
String name,
String description) |
ErrorCollection |
VersionService.validateVersionDetails(ApplicationUser user,
Version version,
String name,
String description)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultProjectRoleService.validateRemoveAllRoleActorsByNameAndType(ApplicationUser currentUser,
String name,
String type) |
ErrorCollection |
ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(ApplicationUser currentUser,
String name,
String type)
Deprecated.
Use
ProjectRoleService.removeAllRoleActorsByNameAndType(String, String) instead. Since v6.0.
Will validate removing all role actors with the specified name and the specified type. This method should be used before clean up after the actual subject of the role actor has been deleted (ex. deleting a user from the system). Validation error wil be reported when name does not exists, type does not exists or user performing validation does not have administrative rights |
ErrorCollection |
DefaultProjectRoleService.validateRemoveAllRoleActorsByNameAndType(String name,
String type) |
ErrorCollection |
ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(String name,
String type) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectRoleService.addActorsToProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.addActorsToProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.addActorsToProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will add project role actor associations for the given |
void |
DefaultProjectRoleService.addActorsToProjectRole(Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.addActorsToProjectRole(Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.addDefaultActorsToProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection) |
void |
ProjectRoleService.addDefaultActorsToProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.addActorsToProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will add default role actor associations based off the passed in |
void |
DefaultProjectRoleService.addDefaultActorsToProjectRole(Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection) |
void |
ProjectRoleService.addDefaultActorsToProjectRole(Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection) |
ProjectRole |
DefaultProjectRoleService.createProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.createProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.createProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will create the project role with the given |
ProjectRole |
DefaultProjectRoleService.createProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.createProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.deleteProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
void |
ProjectRoleService.deleteProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.deleteProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will delete the given |
void |
DefaultProjectRoleService.deleteProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
void |
ProjectRoleService.deleteProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedIssueSecuritySchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getAssociatedIssueSecuritySchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will get all issue security scheme's that the specified projectRole is currently used in. |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedIssueSecuritySchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
DefaultProjectRoleService.getAssociatedNotificationSchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedNotificationSchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getAssociatedNotificationSchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will get all notification scheme's that the specified projectRole is currently used in. |
Collection |
DefaultProjectRoleService.getAssociatedNotificationSchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedNotificationSchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
DefaultProjectRoleService.getAssociatedPermissionSchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedPermissionSchemes(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getAssociatedPermissionSchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will get all permission scheme's that the specified projectRole is currently used in. |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultProjectRoleService.getAssociatedPermissionSchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
Collection |
ProjectRoleService.getAssociatedPermissionSchemes(ProjectRole projectRole,
ErrorCollection errorCollection) |
org.apache.commons.collections.MultiMap |
DefaultProjectRoleService.getAssociatedWorkflows(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
org.apache.commons.collections.MultiMap |
ProjectRoleService.getAssociatedWorkflows(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getAssociatedWorkflows(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Returns workflows and their actions that are associated with the given
|
org.apache.commons.collections.MultiMap |
DefaultProjectRoleService.getAssociatedWorkflows(ProjectRole projectRole,
ErrorCollection errorCollection) |
org.apache.commons.collections.MultiMap |
ProjectRoleService.getAssociatedWorkflows(ProjectRole projectRole,
ErrorCollection errorCollection) |
DefaultRoleActors |
DefaultProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection collection)
Deprecated.
Use
ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will return a |
DefaultRoleActors |
DefaultProjectRoleService.getDefaultRoleActors(ProjectRole projectRole,
ErrorCollection errorCollection) |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(ProjectRole projectRole,
ErrorCollection collection) |
Map<Long,List<String>> |
DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(ApplicationUser currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection) |
Map<Long,List<String>> |
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(ApplicationUser currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(java.util.List, com.atlassian.jira.security.roles.ProjectRole, String, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Returns a Map of Lists. The key of the map is a Long, project id and the value of the map is a list of group names that the user is a member of for the project. This method is meant to provide an efficient means to discover which groups that are associated with a project role implicitly include the specified user in that project role. We allow you to specify a range of projectsToLimitBy so that you can perform only one query to find this information for many projects for a single projectRole. |
Map<Long,List<String>> |
DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection) |
Map<Long,List<String>> |
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection) |
ProjectRole |
DefaultProjectRoleService.getProjectRole(ApplicationUser currentUser,
Long id,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.getProjectRole(ApplicationUser currentUser,
Long id,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectRole(Long, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will return the project role with the given |
ProjectRole |
DefaultProjectRoleService.getProjectRole(Long id,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.getProjectRole(Long id,
ErrorCollection errorCollection) |
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will return a {@link ProjectRoleActors) for the given |
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
ProjectRole |
DefaultProjectRoleService.getProjectRoleByName(ApplicationUser currentUser,
String name,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.getProjectRoleByName(ApplicationUser currentUser,
String name,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectRoleByName(String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will return the project role with the given name , and checking the currentUser
has the correct permissions to perform the operation.
The passed in errorCollection will contain any errors that are generated, such as permission violations. |
ProjectRole |
DefaultProjectRoleService.getProjectRoleByName(String name,
ErrorCollection errorCollection) |
ProjectRole |
ProjectRoleService.getProjectRoleByName(String name,
ErrorCollection errorCollection) |
Collection<ProjectRole> |
DefaultProjectRoleService.getProjectRoles(ApplicationUser currentUser,
ErrorCollection errorCollection) |
Collection<ProjectRole> |
ProjectRoleService.getProjectRoles(ApplicationUser currentUser,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectRoles(com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Get all the ProjectRoles available in JIRA. Currently this list is global. |
Collection<ProjectRole> |
DefaultProjectRoleService.getProjectRoles(ErrorCollection errorCollection) |
Collection<ProjectRole> |
ProjectRoleService.getProjectRoles(ErrorCollection errorCollection) |
Collection<Project> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(ApplicationUser currentUser,
String name,
String type,
ErrorCollection errorCollection) |
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(ApplicationUser currentUser,
String name,
String type,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(String, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Returns the |
Collection<Project> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(String name,
String type,
ErrorCollection errorCollection) |
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(String name,
String type,
ErrorCollection errorCollection) |
boolean |
DefaultProjectRoleService.isProjectRoleNameUnique(ApplicationUser currentUser,
String name,
ErrorCollection errorCollection) |
boolean |
ProjectRoleService.isProjectRoleNameUnique(ApplicationUser currentUser,
String name,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.isProjectRoleNameUnique(String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will tell you if a role name exists or not. |
boolean |
DefaultProjectRoleService.isProjectRoleNameUnique(String name,
ErrorCollection errorCollection) |
boolean |
ProjectRoleService.isProjectRoleNameUnique(String name,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.removeActorsFromProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeActorsFromProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.removeActorsFromProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will remove project role actor associations for the given |
void |
DefaultProjectRoleService.removeActorsFromProjectRole(Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeActorsFromProjectRole(Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.removeAllRoleActorsByNameAndType(ApplicationUser currentUser,
String name,
String type,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeAllRoleActorsByNameAndType(ApplicationUser currentUser,
String name,
String type,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.removeAllRoleActorsByNameAndType(String, String, ErrorCollection) instead. Since v6.0.
Will remove all role actors with the specified name and the specified type. This method should be used to clean up after the actual subject of the role actor has been deleted (ex. deleting a user from the system). |
void |
DefaultProjectRoleService.removeAllRoleActorsByNameAndType(String name,
String type,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeAllRoleActorsByNameAndType(String name,
String type,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.removeAllRoleActorsByProject(ApplicationUser currentUser,
Project project,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeAllRoleActorsByProject(ApplicationUser currentUser,
Project project,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will remove all role actors associated with the specified project. This method should be used
to clean up just before the actual project has been deleted (ex. deleting a project from the system). |
void |
DefaultProjectRoleService.removeAllRoleActorsByProject(Project project,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeAllRoleActorsByProject(Project project,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.removeDefaultActorsFromProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeDefaultActorsFromProjectRole(ApplicationUser currentUser,
Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.removeDefaultActorsFromProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will remove default actor associations based off the passed in |
void |
DefaultProjectRoleService.removeDefaultActorsFromProjectRole(Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection) |
void |
ProjectRoleService.removeDefaultActorsFromProjectRole(Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection) |
List<Long> |
DefaultProjectRoleService.roleActorOfTypeExistsForProjects(ApplicationUser currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection) |
List<Long> |
ProjectRoleService.roleActorOfTypeExistsForProjects(ApplicationUser currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.roleActorOfTypeExistsForProjects(java.util.List, com.atlassian.jira.security.roles.ProjectRole, String, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole. This is a method that is meant to efficiently allow discovery of whether a UserRoleActor exists in a project role for a subset of projects. |
List<Long> |
DefaultProjectRoleService.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection) |
List<Long> |
ProjectRoleService.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.setActorsForProjectRole(ApplicationUser currentUser,
Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
void |
ProjectRoleService.setActorsForProjectRole(ApplicationUser currentUser,
Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.setActorsForProjectRole(java.util.Map, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will set the project role actor associations for the given |
void |
DefaultProjectRoleService.setActorsForProjectRole(Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
void |
ProjectRoleService.setActorsForProjectRole(Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection) |
void |
DefaultProjectRoleService.updateProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
void |
ProjectRoleService.updateProjectRole(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Deprecated.
Use
ProjectRoleService.updateProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will update projectRole , checking
the currentUser has the correct permissions to perform the update operation.
The passed in errorCollection will contain any errors that are generated, such as permission violations. |
void |
DefaultProjectRoleService.updateProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
void |
ProjectRoleService.updateProjectRole(ProjectRole projectRole,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultCommentsPerIssueLimitValidator.isValid(Issue issue,
ApplicationUser author,
String commentBody,
ErrorCollection errorCollection) |
boolean |
CommentsPerIssueLimitValidator.isValid(Issue issue,
ApplicationUser author,
String commentBody,
ErrorCollection errorCollection)
Checks if limit is not reached yet
(eg.
|
Modifier and Type | Method and Description |
---|---|
static UserService.CreateUserValidationResult |
UserServiceResultHelper.getCreateUserValidationResult(ErrorCollection errorCollection) |
Constructor and Description |
---|
CreateUsernameValidationResult(String username,
Long directoryId,
ErrorCollection errorCollection) |
Constructor and Description |
---|
WhitelistResult(ErrorCollection errorCollection)
Deprecated.
|
WhitelistResult(ErrorCollection errorCollection,
List<String> rules)
Deprecated.
|
WhitelistUpdateValidationResult(ErrorCollection errorCollection)
Deprecated.
|
WhitelistUpdateValidationResult(ErrorCollection errorCollection,
List<String> rules,
boolean enabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultWorkflowTransitionService.addConditionToWorkflow(String transitionName,
com.opensymphony.workflow.loader.ConditionDescriptor condition,
JiraWorkflow workflow) |
ErrorCollection |
WorkflowTransitionService.addConditionToWorkflow(String transitionName,
com.opensymphony.workflow.loader.ConditionDescriptor condition,
JiraWorkflow workflow)
Adds
condition to all transitions whose name match the given transitionName in workflow . |
ErrorCollection |
DefaultWorkflowTransitionService.addPostFunctionToWorkflow(String transitionName,
com.opensymphony.workflow.loader.FunctionDescriptor function,
JiraWorkflow workflow) |
ErrorCollection |
WorkflowTransitionService.addPostFunctionToWorkflow(String transitionName,
com.opensymphony.workflow.loader.FunctionDescriptor function,
JiraWorkflow workflow)
Adds
function to all transitions whose name match the given transitionName in workflow . |
ErrorCollection |
DefaultWorkflowTransitionService.setScreen(String transitionName,
FieldScreen screen,
JiraWorkflow workflow) |
ErrorCollection |
WorkflowTransitionService.setScreen(String transitionName,
FieldScreen screen,
JiraWorkflow workflow)
Sets the given
screen to all transitions whose name match the given transitionName in workflow . |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
static IssueTypeService.CreateValidationResult |
IssueTypeService.CreateValidationResult.error(ErrorCollection errorCollection) |
static IssueTypeService.UpdateValidationResult |
IssueTypeService.UpdateValidationResult.error(ErrorCollection errorCollection) |
void |
DefaultConstantsManager.validateCreateIssueType(String name,
String style,
String description,
String iconurl,
ErrorCollection errors,
String nameFieldName) |
void |
ConstantsManager.validateCreateIssueType(String name,
String style,
String description,
String iconurl,
ErrorCollection errors,
String nameFieldName)
Validates creation of a new issuetype.
|
void |
DefaultConstantsManager.validateCreateIssueTypeWithAvatar(String name,
String style,
String description,
String avatarId,
ErrorCollection errors,
String nameFieldName) |
void |
ConstantsManager.validateCreateIssueTypeWithAvatar(String name,
String style,
String description,
String avatarId,
ErrorCollection errors,
String nameFieldName)
Validates creation of a new issuetype.
|
void |
DefaultLocaleManager.validateUserLocale(ApplicationUser loggedInUser,
String locale,
ErrorCollection errorCollection) |
void |
LocaleManager.validateUserLocale(ApplicationUser loggedInUser,
String locale,
ErrorCollection errorCollection)
Given a user entered locale string this method ensures that it is in fact a locale that
exists in this instance
|
Constructor and Description |
---|
DeleteValidationResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
FileSystemAttachmentConfigStore.setConfig(AttachmentConfig config) |
ErrorCollection |
AttachmentConfigStore.setConfig(AttachmentConfig config)
Sets attachment related config for this Jira instance.
|
ErrorCollection |
FileSystemAttachmentConfigStore.validateConfig(AttachmentConfig config) |
ErrorCollection |
AttachmentConfigStore.validateConfig(AttachmentConfig config)
Validates attachment related config for this instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AroundTheWorldPage
Displays the JIRA credits page, touring around the world!
|
class |
BasicJiraCreditsPage
Rolls the credits, yo
|
class |
LegendOfJiraPage
Displays the JIRA credits page like it were the Legend of Zelda
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<DateCountInPeriodResultBean,ErrorCollection> |
DateCountInPeriodService.collectData(DateCountInPeriodService.RequestParameters requestParameters)
Given a set of request parameters this service calculates date counts (number of issues) for a given period,
search and fields.
|
io.atlassian.fugue.Either<DateCountInPeriodResultBean,ErrorCollection> |
DateCountInPeriodServiceImpl.collectData(DateCountInPeriodService.RequestParameters params) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<OneDimensionalStatisticsResultBean,ErrorCollection> |
StatisticsService.aggregateOneDimensionalStats(String jql,
Long filterId,
String statType)
Generates statistics for a given search grouped by a statistic type
|
io.atlassian.fugue.Either<OneDimensionalStatisticsResultBean,ErrorCollection> |
StatisticsServiceImpl.aggregateOneDimensionalStats(String jql,
Long filterId,
String statType) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> |
VersionsServiceImpl.getVersions(String jql) |
io.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> |
VersionsService.getVersions(String jql)
Get the versions for a given jql string
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<Query,ErrorCollection> |
QueryParserImpl.getQuery(ApplicationUser user,
String jql) |
io.atlassian.fugue.Either<Query,ErrorCollection> |
QueryParser.getQuery(ApplicationUser user,
String jql)
Get the query for a given jql, otherwise an error collection if error.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewEventAction |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
OwnershipTransferHandlerWithBLValidationErrors.validateBusinessLogic(AnonymizationParameters anonymizationParametes) |
ErrorCollection |
UserNameChangeHandlerWithBLValidationErrors.validateBusinessLogic(AnonymizationParameters anonymizationParametes) |
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-header-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 | Class and Description |
---|---|
class |
ResourcePhaseCheckpointsAction |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DelegatingEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) |
ErrorCollection |
EntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput)
Validates the property's key and property's value without permission checking.
|
ErrorCollection |
BaseEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) |
Constructor and Description |
---|
DeletePropertyValidationResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<EntityProperty> entityProperty) |
PropertyKeys(ErrorCollection errorCollection,
List<String> keys,
E entity) |
PropertyResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<EntityProperty> entityProperty) |
PropertyServiceResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<EntityProperty> entityProperty) |
SetPropertyValidationResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput) |
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 | Class and Description |
---|---|
class |
EmailTemplatesSettings
Action that renders Email Templates Settings page.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
IssueVerifier.verifyForMigration(Issue issue,
List<IssueType> typesNeedingMigration,
WorkflowMigrationMapping workflowMigrationMapping,
boolean checkWorkflowIntegrity) |
ErrorCollection |
IssueVerifier.verifyIssue(Issue issue,
Map<String,String> workflowMigrationMapping,
boolean checkWorkflowIntegrity)
This is a very basic integrity/verification test used to indicate if a workflow migration
for a specific issue is possible.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AttachmentValidator.canCreateAttachments(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection)
Verifies if user may create attachment for given issue.
|
boolean |
AttachmentValidator.canCreateAttachments(ApplicationUser user,
Issue issue,
String nextStatusId,
ErrorCollection errorCollection)
Check if the given user has permission to add an attachment during a workflow transition to a step with given id.
|
boolean |
AttachmentValidator.canCreateTemporaryAttachments(ApplicationUser user,
io.atlassian.fugue.Either<Issue,Project> issueOrProject,
ErrorCollection errorCollection)
Verifies if user may create temporary attachment for given issue or project (in case if the issue is being
created).
|
protected void |
IssueVerifier.checkIssueDetails(Issue issue,
ErrorCollection errorCollection,
ConstantsManager constantsManager,
boolean checkWorkflowIntegrity) |
Constructor and Description |
---|
ArchivingResult(ErrorCollection errorCollection,
Issue issue) |
ValidationResult(ErrorCollection errorCollection) |
ValidationResult(ErrorCollection errorCollection,
Issue issue) |
ValidationResult(ErrorCollection errorCollection,
Issue issue,
ApplicationUser user)
Deprecated.
please use
#ValidationResult(ErrorCollection, Issue, ApplicationUser, boolean) |
ValidationResult(ErrorCollection errorCollection,
Issue issue,
ApplicationUser user,
boolean notifyUsers) |
ValidationResult(ErrorCollection errorCollection,
String issueKey) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AttachmentHealth.errors()
Health status for this component.
|
ErrorCollection |
DefaultStreamAttachmentStore.errors()
Checks that the attachment root directory and the temporary attachment directories exist and are writeable.
|
ErrorCollection |
FileSystemAttachmentDirectoryAccessor.errors()
Checks that the attachment root directory and the temporary attachment directories exist and are writeable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAttachmentValidator.canCreateAttachments(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection) |
boolean |
DefaultAttachmentValidator.canCreateAttachments(ApplicationUser user,
Issue issue,
String nextStatusId,
ErrorCollection errorCollection) |
boolean |
DefaultAttachmentValidator.canCreateTemporaryAttachments(ApplicationUser user,
io.atlassian.fugue.Either<Issue,Project> issueOrProject,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultLocalTemporaryFileStore.errors() |
Modifier and Type | Method and Description |
---|---|
void |
CustomFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
Ensures that the
CustomFieldParams of Strings is a valid representation of the Custom Field values. |
Modifier and Type | Method and Description |
---|---|
void |
LabelsCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
CascadingSelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
SelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
MultiUserCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
MultiSelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
VersionCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
UserCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
This method validate the parameters based on the following criteria:
If the specified new value is NOT a valid user, it fails.
If the previous value is specified (obtained from the issue object in the "issue" key),
and the specified new value is the same as the previous value,
it succeeds and the rest of the validations are skipped.
|
void |
MultiGroupCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
CalculatedCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
AbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractCustomFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
Modifier and Type | Method and Description |
---|---|
protected T |
AbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx,
Issue issue,
StandardOperation operation,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new
value
|
protected void |
MultiGroupCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
MultiVersionCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
MultiSelectCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
MultiUserCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
LabelsCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
GroupCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
NumberCustomFieldOperationsHandler.finaliseOperation(Double finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams
|
protected void |
CascadingSelectCustomFieldOperationsHandler.finaliseOperation(Map<String,Option> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
SelectCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
DateCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams
|
protected void |
DateTimeCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams
|
protected void |
ProjectCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
UserCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
SingleVersionCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
TextCustomFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams
|
protected abstract void |
AbstractCustomFieldOperationsHandler.finaliseOperation(T finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams
|
protected Double |
NumberCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected List<String> |
MultiGroupCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
SelectCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
DateCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected Map<String,Option> |
CascadingSelectCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected Collection<String> |
MultiVersionCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
MultiSelectCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
MultiUserCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
DateTimeCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
ProjectCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
UserCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
SingleVersionCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
LabelsCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
GroupCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
TextCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected abstract T |
AbstractCustomFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected Collection<String> |
MultiGroupCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiUserCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiGroupCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiUserCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiGroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
GroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Double |
NumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Double currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Map<String,Option> |
CascadingSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Map<String,Option> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
SelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
DateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
DateTimeCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
ProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
UserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
TextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
SingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
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 void |
FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n) |
protected void |
AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n) |
protected abstract void |
AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n) |
void |
CommentSystemField.validateCommentProperties(Map<String,Object> properties,
ErrorCollection errorCollection) |
void |
DefaultValueOperations.validateFromActionParams(FieldConfig config,
Map<String,Object> actionParameters,
ErrorCollection errorCollection)
Validate action parameters prior to saving default value.
|
void |
DefaultValueOperationsCF.validateFromActionParams(FieldConfig config,
Map actionParameters,
ErrorCollection errorCollection) |
void |
MockCustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config) |
void |
ImmutableCustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field.
|
void |
CustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field.
|
void |
MockOrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
MockCustomField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ResolutionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
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 |
ReporterSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ProjectSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
AbstractVersionsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ArchivedDateSystemField.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 |
IssueLinksSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
TimeTrackingSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
DescriptionSystemField.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 |
IssueTypeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value
|
void |
ImmutableCustomField.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 |
WorklogSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
DueDateSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
LabelsSystemField.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 |
SummarySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value
|
void |
PrioritySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
SecurityLevelSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) |
void |
ArchivedUserSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
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
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
ErrorCollection |
AbstractFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
ErrorCollection |
IssueLinksRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
ErrorCollection |
CommentRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
ErrorCollection |
WorklogRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations) |
ErrorCollection |
RestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx,
Issue issue,
String fieldId,
IssueInputParameters inputParameters,
List<FieldOperationHolder> operations)
This method has to set the field value(s) in the
IssueInputParameters based on the operations. |
Modifier and Type | Method and Description |
---|---|
protected T |
AbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
StandardOperation operation,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new
value
|
protected void |
AffectedVersionsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
FixForVersionsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
ComponentsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
LabelsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
ResolutionRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
EnvironmentRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
DueDateRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
SecurityLevelRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
DescriptionRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
AssigneeRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
ReporterRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
PriorityRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected void |
SummaryRestFieldOperationsHandler.finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors) |
protected abstract void |
AbstractFieldOperationsHandler.finaliseOperation(T finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
|
Issue |
IssueFinderImpl.findIssue(IssueRefJsonBean issueRef,
ErrorCollection errorCollection) |
Issue |
IssueFinder.findIssue(IssueRefJsonBean issueRef,
ErrorCollection errorCollection)
Deprecated.
Finds an issue based on the passed-in id or key.
|
Issue |
IssueFinderImpl.findIssue(String issueIdOrKey,
ErrorCollection errorCollection) |
Issue |
IssueFinder.findIssue(String idOrKey,
ErrorCollection errorCollection)
Deprecated.
Finds an issue based on the passed-in id or key.
|
IssueLinkType |
IssueLinkTypeFinderImpl.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean,
ErrorCollection errors)
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of
linkTypeBean . |
IssueLinkType |
IssueLinkTypeFinder.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean,
ErrorCollection errors)
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the
IssueLinkTypeJsonBean.
|
protected String |
ResolutionRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
EnvironmentRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
DueDateRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
SecurityLevelRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
DescriptionRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected abstract T |
AbstractFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
|
protected String |
AssigneeRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
AffectedVersionsRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
FixForVersionsRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
ReporterRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
PriorityRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected Collection<String> |
ComponentsRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected String |
SummaryRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected List<String> |
LabelsRestFieldOperationsHandler.getInitialValue(Issue issue,
ErrorCollection errors) |
protected Collection<String> |
ComponentsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
ComponentsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
AbstractVersionsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
LabelsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
ResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
EnvironmentRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
DueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
SecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
DescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
AssigneeRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
ReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
PriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
SummaryRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected T |
AbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected Long[] |
AbstractFieldOperationsHandler.toLongIds(Collection<String> ids,
String fieldName,
ErrorCollection errors) |
protected Long[] |
AbstractVersionsRestFieldOperationsHandler.toVersionIds(Collection<String> ids,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
List<String> |
JsonData.asArrayOfObjectsWithId(String fieldName,
ErrorCollection errors) |
List<String> |
JsonData.asArrayOfObjectsWithProperty(String propertyname,
String fieldName,
ErrorCollection errors) |
List<String> |
JsonData.asArrayOfStrings(boolean allowNulls,
String fieldName,
ErrorCollection errors) |
String |
JsonData.asObjectWithProperty(String propertyname,
String fieldName,
boolean expected,
ErrorCollection errors) |
String |
JsonData.asObjectWithProperty(String propertyname,
String fieldName,
ErrorCollection errors) |
String |
JsonData.asString(String fieldName,
ErrorCollection errors) |
<T> T |
JsonData.convertValue(String propertyname,
Class<T> type,
ErrorCollection errors) |
<T> T |
JsonData.convertValue(String fieldId,
TypeRef<T> type,
ErrorCollection errors)
Converts the value in this JsonData to a generic type.
|
Date |
JsonData.getObjectDateProperty(String propertyname,
ErrorCollection errors) |
Long |
JsonData.getObjectLongProperty(String propertyname,
ErrorCollection errors) |
String |
JsonData.getObjectStringProperty(String propertyname,
String fieldName,
ErrorCollection errors) |
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 |
---|---|
void |
LabelsSearchInputTransformer.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 |
AbstractSearchInputTransformer.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 |
DateSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
KickassUserSearchInputTransformer.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 |
IssueLinkTypesSearchInputTransformer.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 |
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.
|
void |
RelativeDateSearcherInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AssignIssueSecuritySchemeCommand.AssignSecurityLevelResult.getErrorCollection() |
ErrorCollection |
IssueSecurityLevelService.LevelValidationResult.getErrors() |
Constructor and Description |
---|
AssignSecurityLevelResult(ErrorCollection errorCollection) |
LevelValidationResult(IssueSecurityLevel level,
ErrorCollection errors) |
Modifier and Type | Class and Description |
---|---|
class |
EditLookAndFeel |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.containsFieldError(String field,
String errorMessage) |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.containsSystemError(String errorMessage) |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.isEmpty() |
Modifier and Type | Method and Description |
---|---|
static ErrorCollectionMatcher |
ErrorCollectionMatcher.hasErrors(ErrorCollection errorCollection) |
protected boolean |
ErrorCollectionMatcher.matchesSafely(ErrorCollection errorCollection,
org.hamcrest.Description description) |
Constructor and Description |
---|
ErrorCollectionMatcher(ErrorCollection errorCollection,
boolean expectedNoErrors,
boolean expectSingleError) |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.validateCreateIssueType(String name,
String style,
String description,
String iconurl,
ErrorCollection errors,
String nameFieldName) |
void |
MockConstantsManager.validateCreateIssueTypeWithAvatar(String name,
String style,
String description,
String avatarId,
ErrorCollection errors,
String nameFieldName) |
Modifier and Type | Class and Description |
---|---|
class |
MockAbstractBrowser |
Modifier and Type | Class and Description |
---|---|
class |
UpdateMyJiraHome
Web action to update the My JIRA Home.
|
Constructor and Description |
---|
ValidateNotificationResult(ErrorCollection errorCollection,
NotificationBuilder notification,
com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients,
ApplicationUser from,
Issue issue) |
Modifier and Type | Class and Description |
---|---|
class |
FirstUseFlowAction |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
PermissionGrantValidator.validateGrant(ApplicationUser user,
PermissionGrantInput grants) |
ErrorCollection |
PermissionGrantValidator.validateGrants(ApplicationUser user,
Iterable<PermissionGrantInput> grants) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ManagedPermissionSchemeEditingServiceImpl.validateAddPermissions(ApplicationUser applicationUser,
PermissionsInputBean inputBean) |
ErrorCollection |
ManagedPermissionSchemeEditingService.validateAddPermissions(ApplicationUser loggedInUser,
PermissionsInputBean inputBean)
Validates whether the security types can be added to the permissions.
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelper.addManagedPermissionSchemeGrants(ApplicationUser user,
Long permissionSchemeId,
PermissionsInputBean inputBean)
This allows a list of security types to be add to a list of permissions inside a permission scheme
|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelperImpl.addManagedPermissionSchemeGrants(ApplicationUser user,
Long permissionSchemeId,
PermissionsInputBean inputBean) |
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelper.getManagedPermissionScheme(ApplicationUser user,
Long permissionSchemeId)
Gets information that allows the manage permission scheme to be displayed
|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelperImpl.getManagedPermissionScheme(ApplicationUser user,
Long permissionSchemeId) |
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionAddBean> |
ManagedPermissionSchemeHelper.getManagedPermissionSchemeAddView(ApplicationUser user,
Long permissionSchemeId,
String permissionKey)
Gets information that allows the add to permission scheme to be displayed
|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionAddBean> |
ManagedPermissionSchemeHelperImpl.getManagedPermissionSchemeAddView(ApplicationUser user,
Long permissionSchemeId,
String permissionKey) |
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionAddBean> |
ManagedPermissionSchemeHelper.getManagedPermissionSchemeAddViewSecurityTypes(ApplicationUser user)
Returns the security types split into primary and secondary types for display.
|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionAddBean> |
ManagedPermissionSchemeHelperImpl.getManagedPermissionSchemeAddViewSecurityTypes(ApplicationUser user) |
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelper.removeManagedPermissionSchemeGrants(ApplicationUser user,
Long permissionSchemeId,
List<Long> grantsToDelete)
This allows a list of security types to be removed from a permission scheme
|
io.atlassian.fugue.Either<ErrorCollection,ProjectPermissionSchemeBean> |
ManagedPermissionSchemeHelperImpl.removeManagedPermissionSchemeGrants(ApplicationUser user,
Long permissionSchemeId,
List<Long> grantsToDelete) |
Modifier and Type | Class and Description |
---|---|
class |
ViewUpgrades |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AssigneeResolver.validateDefaultAssignee(Issue issue,
Map fieldValuesHolder)
This method is called to validate input when a user selects 'Automatic' during an issue operation, e.g.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultAssigneeResolver.validateDefaultAssignee(Issue issue,
Map fieldValuesHolder) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureReport |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
RemoteResponse.getErrors()
Returns the ErrorCollection from the response entity.
|
Constructor and Description |
---|
RemoteResponse(T entity,
ErrorCollection errors,
com.atlassian.sal.api.net.Response response) |
Modifier and Type | Class and Description |
---|---|
class |
LinkConfluencePage |
Modifier and Type | Method and Description |
---|---|
ConfluencePage |
ConfluenceRestContentResponseHandler.parseJsonResponse(JSONObject responseObj,
ErrorCollection errors) |
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 | Class and Description |
---|---|
class |
AbstractPage |
class |
Export |
class |
Settings |
class |
ViewRecords |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
AbstractRestResource.badRequest(String reasonKey,
ErrorCollection errorCollection) |
protected javax.ws.rs.core.Response |
AbstractRestResource.errorResponse(String reasonKey,
ErrorCollection errors) |
protected javax.ws.rs.core.Response |
AbstractRestResource.forbiddenRequest(String reasonKey,
ErrorCollection errorCollection) |
protected javax.ws.rs.core.Response |
AbstractRestResource.notFoundRequest(String reasonKey,
ErrorCollection errorCollection) |
protected javax.ws.rs.core.Response |
AbstractRestResource.unauthorizedRequest(String reasonKey,
ErrorCollection errorCollection) |
Constructor and Description |
---|
ValidateShareIssueResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean,
Issue issue) |
ValidateShareResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean) |
ValidateShareSearchRequestResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean,
SearchRequest SearchRequest) |
Constructor and Description |
---|
ArchivingResult(ErrorCollection errorCollection,
Project project) |
ValidationResult(ErrorCollection errorCollection,
Project project) |
ValidationResult(ErrorCollection errorCollection,
String projectKey) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ValidateResponse.toErrorCollection()
Transforms the errors into a
ErrorCollection . |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ContextProviderUtils.flattenErrors(ErrorCollection collection) |
Modifier and Type | Class and Description |
---|---|
class |
PulpRenderAction
Renders the Post Upgrade Landing Page.
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<ErrorCollection,List<NotificationSchemeExpandParam>> |
NotificationSchemeBeanFactory.parseExpandQuery(String expandQueryParameter) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<ErrorCollection,Collection<PermissionGrantInput>> |
PermissionSchemeBeansFactory.fromBean(List<PermissionGrantBean> permissions) |
io.atlassian.fugue.Either<ErrorCollection,PermissionGrantInput> |
PermissionSchemeBeansFactory.fromBean(PermissionGrantBean grantBean) |
io.atlassian.fugue.Either<ErrorCollection,PermissionSchemeInput> |
PermissionSchemeBeansFactory.fromBean(PermissionSchemeBean permissionScheme) |
io.atlassian.fugue.Either<ErrorCollection,List<PermissionSchemeExpandParam>> |
PermissionGrantBeanExpander.parseExpandQuery(String expandQueryParameter) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<ErrorCollection,List<T>> |
ExpandParameterParser.parseExpandQuery(String expandQueryParameter)
parses a query parameter and returns either an error collection in case of failure or a list of parsed elements.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ErrorCollection.addErrorCollection(ErrorCollection errorCollection)
Adds all the errors and error messages that are in the given error collection to this error collection.
|
static ErrorCollection |
ErrorCollection.of(ErrorCollection errorCollection)
Returns a new ErrorCollection containing all the errors contained in the input error collection.
|
Modifier and Type | Method and Description |
---|---|
JiraServiceContext |
JiraServiceContextFactory.createContext(ApplicationUser user,
ErrorCollection errorCollection)
Instantiates JiraServiceContext with user and error collection.
|
JiraServiceContext |
JiraServiceContextFactory.createContext(ApplicationUser user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates JiraServiceContext with user and error collection and I18nHelper.
|
javax.ws.rs.core.Response |
Responder.errors(ErrorCollection errors)
Converts an
ErrorCollection to a Response . |
ErrorCollection |
ErrorCollectionFactory.of(ErrorCollection errorCollection)
Returns a new ErrorCollection containing all the errors contained in the input error collection.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
UpdateUserApplicationHelper.ApplicationUpdateResult.getErrorCollection() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResponseFactoryImpl.errorResponse(ErrorCollection errorCollection) |
javax.ws.rs.core.Response |
ResponseFactory.errorResponse(ErrorCollection errorCollection)
Creates an appropriate REST error response out of error collection.
|
javax.ws.rs.core.Response |
ResponseFactoryImpl.generateErrorResponse(ErrorCollection errors) |
javax.ws.rs.core.Response |
ResponseFactory.generateErrorResponse(ErrorCollection errors)
Given a list of errors generate a http response
|
javax.ws.rs.core.Response |
ResponseFactoryImpl.generateFieldErrorResponse(ErrorCollection errors)
Given a list of errors generate a http response
|
javax.ws.rs.core.Response |
ResponseFactory.generateFieldErrorResponse(ErrorCollection errors)
Given a list of errors generate a http response
|
Modifier and Type | Method and Description |
---|---|
<T> io.atlassian.fugue.Either<javax.ws.rs.core.Response,T> |
ResponseFactoryImpl.toResponse(io.atlassian.fugue.Either<ErrorCollection,T> either) |
<T> io.atlassian.fugue.Either<javax.ws.rs.core.Response,T> |
ResponseFactory.toResponse(io.atlassian.fugue.Either<ErrorCollection,T> either)
Maps
ErrorCollection in an Either to a Response . |
Constructor and Description |
---|
ApplicationUpdateResult(ApplicationUser applicationUser,
ErrorCollection errorCollection) |
ApplicationUpdateResult(ApplicationUser applicationUser,
ErrorCollection errorCollection,
WarningCollection warningCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection.Builder |
ErrorCollection.Builder.addErrorCollection(ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<ErrorCollection,Collection<PermissionGrantInput>> |
PermissionSchemeBeansFactoryImpl.fromBean(List<PermissionGrantBean> nullablePermissions) |
io.atlassian.fugue.Either<ErrorCollection,PermissionGrantInput> |
PermissionSchemeBeansFactoryImpl.fromBean(PermissionGrantBean grantBean) |
io.atlassian.fugue.Either<ErrorCollection,PermissionSchemeInput> |
PermissionSchemeBeansFactoryImpl.fromBean(PermissionSchemeBean permissionScheme) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
IssueInputParametersAssembler.Result.getErrors() |
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 |
---|---|
ErrorCollection |
AnonymizeUserService.AnonymizeValidationResult.getWarnings() |
default ErrorCollection |
AnonymizationHandler.validateBusinessLogic(AnonymizationParameters anonymizationParameters)
Allows handlers to prevent the anonymization if it would break business logic constraints.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ErrorCollection> |
BusinessLogicValidationResult.getHandlerToErrorsMap() |
Map<String,ErrorCollection> |
AnonymizationResult.getValidationErrors() |
Map<String,ErrorCollection> |
AnonymizationResult.getValidationWarnings() |
Map<String,ErrorCollection> |
ServiceOutcomeWithWarnings.getWarnings()
Contains warnings per plugin point handlers (
UserNameChangeHandler , UserKeyChangeHandler , OwnershipTransferHandler ,
UserAnonymizationHandler ) described by the complete key of a module (ModuleDescriptor.getCompleteKey() ). |
Map<String,ErrorCollection> |
ServiceResultWithWarnings.getWarnings()
Contains warnings per plugin point handlers (
UserNameChangeHandler , UserKeyChangeHandler , OwnershipTransferHandler ,
UserAnonymizationHandler ) described by the complete key of a module (ModuleDescriptor.getCompleteKey() ). |
Modifier and Type | Method and Description |
---|---|
BusinessLogicValidationResult.Builder |
BusinessLogicValidationResult.Builder.addHandlerToErrorsMap(Map<String,ErrorCollection> handlerToErrorsMap) |
Constructor and Description |
---|
BusinessLogicValidationResult(Map<String,? extends ErrorCollection> handlerToErrorsMap) |
ServiceOutcomeWithWarnings(T value,
ErrorCollection errorCollection,
Map<String,ErrorCollection> warnings)
Constructs result, possibly not successful.
|
ServiceOutcomeWithWarnings(T value,
Map<String,ErrorCollection> warnings)
Constructs successful result.
|
ServiceResultWithWarnings(ErrorCollection errorCollection,
Map<String,ErrorCollection> warnings)
Constructs result, possibly not successful.
|
ServiceResultWithWarnings(Map<String,ErrorCollection> warnings)
Constructs successful result.
|
Modifier and Type | Field and Description |
---|---|
ErrorCollection |
MentionAnonymizationContext.errors |
Modifier and Type | Class and Description |
---|---|
class |
SimpleErrorCollection
The most straightforward serializable implementation of ErrorCollection interface.
|
Modifier and Type | Method and Description |
---|---|
static ErrorCollection |
ErrorCollections.copyOf(ErrorCollection errorCollection)
Creates a new error collection with contents copied from the supplied argument.
|
static ErrorCollection |
ErrorCollections.create(String errorMessage,
ErrorCollection.Reason reason)
Creates a new instance of error collection that contains the specified message and reason.
|
static ErrorCollection |
ErrorCollections.create(String field,
String message,
ErrorCollection.Reason reason)
Creates a new instance of error collection that contains the
message related to the field because of reason . |
static ErrorCollection |
ErrorCollections.empty()
Creates a new instance of empty error collection.
|
ErrorCollection |
ValidationFailureException.errors()
Returns the validation errors.
|
static ErrorCollection |
ErrorCollections.join(ErrorCollection... errorCollections)
Creates an error collection containing all errors from given error collections
|
static ErrorCollection |
ErrorCollections.validationError(String field,
String message)
Creates a new instance of error collection that indicates there was a validation error for the specified field.
|
Modifier and Type | Method and Description |
---|---|
<T extends Enum<T>> |
OrderByRequestParserImpl.parse(String orderByValue,
Class<T> fields) |
<T extends Enum<T>> |
OrderByRequestParser.parse(String orderByValue,
Class<T> fields)
Parses a string representing an order by request into the
OrderByRequest object. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleErrorCollection.addErrorCollection(ErrorCollection errors) |
void |
ErrorCollection.addErrorCollection(ErrorCollection errors)
Populate this ErrorCollection with general and field-specific errors.
|
static void |
ErrorCollectionAssert.assert1ErrorMessage(ErrorCollection errorCollection,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains only the given error message.
|
static void |
ErrorCollectionAssert.assert1FieldError(ErrorCollection errorCollection,
String fieldName,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains only the given field-specific error.
|
static void |
ErrorCollectionAssert.assertFieldError(ErrorCollection errorCollection,
String fieldName,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains the given field-specific error.
|
static void |
ErrorCollectionAssert.assertNoErrors(ErrorCollection errorCollection)
Asserts that the given ErrorCollection has no errors.
|
static ErrorCollection |
ErrorCollections.copyOf(ErrorCollection errorCollection)
Creates a new error collection with contents copied from the supplied argument.
|
static ErrorCollection |
ErrorCollections.join(ErrorCollection... errorCollections)
Creates an error collection containing all errors from given error collections
|
Constructor and Description |
---|
SimpleErrorCollection(ErrorCollection errorCollection) |
ValidationFailureException(ErrorCollection errors)
Constructs a new ValidationFailureException initialised with a collection of errors.
|
ValidationFailureException(String message,
ErrorCollection errors,
Throwable throwable)
Constructs a new ValidationFailureException with an error message, a collection of errors, and a cause.
|
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 or forwards to the current My JIRA Home.
|
class |
ProjectActionSupport |
class |
XsrfErrorAction
This action is usually run via a servlet FORWARD.
|
Modifier and Type | Method and Description |
---|---|
void |
JiraWebActionSupport.addErrorCollection(ErrorCollection errors) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagableOptionsAction |
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
|
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 |
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 |
AssociatedProjectsForCustomField
This class is used to display a list of projects using particular custom field as dialog
|
class |
AssociatedScreensForCustomField
This class is used to display a list of screens using particular custom field as dialog
|
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 |
---|---|
ErrorCollection |
CustomFieldValidator.validateDetails(String fieldName,
String fieldType,
String searcher) |
ErrorCollection |
CustomFieldValidatorImpl.validateDetails(String fieldName,
String fieldType,
String searcher) |
ErrorCollection |
CustomFieldValidator.validateType(String fieldType)
Check that the given CustomFieldType is valid.
|
ErrorCollection |
CustomFieldValidatorImpl.validateType(String fieldType) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
EditIndexRecoverySettings |
class |
IndexAdminImpl |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
IndexCommandResult.getErrorCollection() |
Constructor and Description |
---|
IndexCommandResult(ErrorCollection errorCollection) |
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 |
ManageCacheInstrumentation
Manage the caches that we are instrumenting and manage where the data ends up.
|
class |
ViewCacheDetails
Displays the average usage of a cache over the list of URLs accessed.
|
class |
ViewCachesByRequest
Display cache usage information broken down by request path.
|
class |
ViewCacheStats
Pulls out cache operation information.
|
class |
ViewUris
Displays cache usage by URI.
|
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 |
EditLevel |
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 |
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 |
DeleteNotification |
class |
EditNotifications |
class |
SchemeAwareNotificationAction |
class |
SelectProjectScheme |
Modifier and Type | Class and Description |
---|---|
class |
AddPermission |
class |
AddScheme |
class |
CopyScheme |
class |
DeletePermission
This class is used for the deleting of a permisison scheme
|
class |
DeleteScheme |
class |
EditScheme |
class |
OldEditPermissions
This class is used to display all permissions for a particular permission scheme.
|
class |
ProjectPermissions |
class |
SchemeAwarePermissionAction
This class is used as a super class for any classes that perform actions on permission schemes.
|
class |
SelectProjectPermissionScheme |
class |
ViewSchemes |
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagePrioritiesAction |
class |
AbstractPrioritySchemesAction |
class |
AddPriorityScheme |
class |
AssociatePriorityScheme |
class |
ConfigurePriorityScheme |
class |
CopyPriorityScheme |
class |
DeletePriority |
class |
DeletePriorityScheme |
class |
EditPriority |
class |
EditPriorityScheme |
class |
MigratePrioritySchemeAction |
class |
MigratePrioritySchemeProgress |
class |
ViewPriorities |
class |
ViewPrioritySchemes |
class |
ViewPrioritySchemesForPriority |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteSubTaskIssueType |
class |
DisableSubTasks |
class |
EditSubTaskIssueTypes |
class |
ManageSubTasks |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureField |