Uses of Class
com.atlassian.jira.exception.CreateException
Packages that use CreateException
Package
Description
-
Uses of CreateException in com.atlassian.jira.bc.user
Methods in com.atlassian.jira.bc.user that throw CreateExceptionModifier and TypeMethodDescriptionDefaultUserService.createUser(UserService.CreateUserValidationResult result) MockUserService.createUser(UserService.CreateUserValidationResult result) UserService.createUser(UserService.CreateUserValidationResult createUserValidationResult) Create a new application user if the providedServiceResultImpl.isValid().DefaultUserService.createUserFromSignup(UserService.CreateUserValidationResult result) MockUserService.createUserFromSignup(UserService.CreateUserValidationResult result) UserService.createUserFromSignup(UserService.CreateUserValidationResult result) Deprecated.DefaultUserService.createUserNoNotification(UserService.CreateUserValidationResult result) MockUserService.createUserNoNotification(UserService.CreateUserValidationResult result) UserService.createUserNoNotification(UserService.CreateUserValidationResult result) Deprecated.UseUserService.createUser(CreateUserValidationResult)instead.DefaultUserService.createUserWithNotification(UserService.CreateUserValidationResult result) MockUserService.createUserWithNotification(UserService.CreateUserValidationResult result) UserService.createUserWithNotification(UserService.CreateUserValidationResult result) Deprecated.UseUserService.createUser(CreateUserValidationResult)instead. -
Uses of CreateException in com.atlassian.jira.config
Methods in com.atlassian.jira.config that throw CreateExceptionModifier and TypeMethodDescriptionDefaultSubTaskManager.changeParent(Issue subTask, Issue newParentIssue, ApplicationUser currentUser) MockSubTaskManager.changeParent(Issue subTask, Issue parentIssue, ApplicationUser currentUser) SubTaskManager.changeParent(Issue subTask, Issue parentIssue, ApplicationUser currentUser) Change the parent of the given subtask to the given new parent on behalf of the given user.voidDefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) voidMockSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) voidSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) voidDefaultSubTaskManager.enableSubTasks()Turn on sub-tasks by creating a sub-task issue link type and a default sub-task issue typevoidDefaultSubTaskManager.enableSubTasks(boolean createDefaultIfMissing) voidMockSubTaskManager.enableSubTasks()voidMockSubTaskManager.enableSubTasks(boolean createDefaultIfMissing) voidSubTaskManager.enableSubTasks()Enables sub-tasks on the instance.voidSubTaskManager.enableSubTasks(boolean createDefaultIfMissing) Enables sub-tasks on the instance.ConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) Creates a new IssueType.ConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl) Deprecated.DefaultConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) DefaultConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl) DefaultSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) MockSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) SubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) Create new issue type and adds it to default scheme. -
Uses of CreateException in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that throw CreateExceptionModifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValueIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) Deprecated.Useinstead.invalid reference
#createIssueObject(User, Issue)org.ofbiz.core.entity.GenericValueIssueManager.createIssue(ApplicationUser remoteUser, Map<String, Object> fields) Deprecated.Useinstead.invalid reference
#createIssueObject(User, java.util.Map)org.ofbiz.core.entity.GenericValueIssueManager.createIssue(String remoteUserName, Map<String, Object> fields) Deprecated.UseIssueManager.createIssueObject(String, Map)instead since v5.0.IssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) Creates an issue.IssueManager.createIssueObject(ApplicationUser remoteUser, Map<String, Object> fields) Creates an issue.IssueManager.createIssueObject(String remoteUserName, Map<String, Object> fields) Creates an issue. -
Uses of CreateException in com.atlassian.jira.issue.link
Methods in com.atlassian.jira.issue.link that throw CreateExceptionModifier and TypeMethodDescriptionvoidDefaultIssueLinkManager.createIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId, Long sequence, ApplicationUser remoteUser) voidIssueLinkManager.createIssueLink(Long sourceIssueId, Long destinationIssueId, Long issueLinkTypeId, Long sequence, ApplicationUser remoteUser) Constructs a new issuelink from the sourceIssueId to the destinationId and persists it.DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user) RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user) Creates the given remote issue link. -
Uses of CreateException in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers that throw CreateExceptionModifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValueDefaultIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) org.ofbiz.core.entity.GenericValueDefaultIssueManager.createIssue(ApplicationUser remoteUser, Map<String, Object> fields) This function creates an issue in Jira.org.ofbiz.core.entity.GenericValueDefaultIssueManager.createIssue(String remoteUserName, Map<String, Object> fields) This method is here because this is a logical place for the "createIssue" method to be.org.ofbiz.core.entity.GenericValueRequestCachingIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) Deprecated.org.ofbiz.core.entity.GenericValueRequestCachingIssueManager.createIssue(ApplicationUser remoteUser, Map<String, Object> fields) Deprecated.org.ofbiz.core.entity.GenericValueRequestCachingIssueManager.createIssue(String remoteUserName, Map<String, Object> fields) Deprecated.DefaultIssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) DefaultIssueManager.createIssueObject(ApplicationUser remoteUser, Map<String, Object> fields) DefaultIssueManager.createIssueObject(String remoteUserName, Map<String, Object> fields) RequestCachingIssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) RequestCachingIssueManager.createIssueObject(ApplicationUser remoteUser, Map<String, Object> fields) RequestCachingIssueManager.createIssueObject(String remoteUserName, Map<String, Object> fields) -
Uses of CreateException in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that throw CreateExceptionModifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValueMockIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) org.ofbiz.core.entity.GenericValueMockIssueManager.createIssue(ApplicationUser remoteUser, Map fields) MockIssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) MockIssueManager.createIssueObject(ApplicationUser remoteUser, Map<String, Object> fields) MockIssueManager.createIssueObject(String remoteUserName, Map<String, Object> fields) MockConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) -
Uses of CreateException in com.atlassian.jira.project
Methods in com.atlassian.jira.project that throw CreateExceptionModifier and TypeMethodDescriptionvoidProjectCreateHandler.onProjectCreated(ProjectCreatedData projectCreatedData) Method called every time a project is created. -
Uses of CreateException in com.atlassian.jira.project.version
Methods in com.atlassian.jira.project.version that throw CreateExceptionModifier and TypeMethodDescriptionDefaultVersionManager.createVersion(String name, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) DefaultVersionManager.createVersion(String name, Date releaseDate, String description, org.ofbiz.core.entity.GenericValue project, Long scheduleAfterVersion) Deprecated.since version 6.0DefaultVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) DefaultVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) MockVersionManager.createVersion(String name, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) MockVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) MockVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) VersionManager.createVersion(String name, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) Deprecated.Since JIRA version 7.0.1, this is deprecated on favour ofVersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)which lets you specify thestartDateandreleaseattribute values for the newVersionobject.VersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) Deprecated.Since JIRA version 7.0.1, this is deprecated on favour ofVersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)which lets you specify thereleaseattribute value for the newVersionobject.VersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) Creates a newVersion. -
Uses of CreateException in com.atlassian.jira.service.util.handler
Methods in com.atlassian.jira.service.util.handler that throw CreateExceptionModifier and TypeMethodDescriptionDefaultMessageHandlerContext.createIssue(ApplicationUser reporter, Issue issue) MessageHandlerContext.createIssue(ApplicationUser reporter, Issue issue) Creates a new issue in JIRA or a dummy issue in dry run modeDefaultMessageHandlerContext.createUser(String username, String password, String email, String fullname, Integer userEventType) MessageHandlerContext.createUser(String username, String password, String email, String fullname, Integer userEventType) Creates user in JIRA or just dummy user if run in dry run mode -
Uses of CreateException in com.atlassian.jira.user.util
Methods in com.atlassian.jira.user.util that throw CreateExceptionModifier and TypeMethodDescriptionDefaultUserManager.createUser(UserDetails userData) MockUserManager.createUser(UserDetails userData) UserManager.createUser(UserDetails userData) Creates a user in the specified directory (userDirectoryId). -
Uses of CreateException in com.atlassian.jira.web.action.admin.issuetypes
Methods in com.atlassian.jira.web.action.admin.issuetypes that throw CreateException -
Uses of CreateException in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that throw CreateException
UserService.createUser(CreateUserValidationResult)instead.