Package | Description |
---|---|
com.atlassian.jira.bc.project | |
com.atlassian.jira.event | |
com.atlassian.jira.event.project | |
com.atlassian.jira.web.action |
Modifier and Type | Method and Description |
---|---|
protected RequestSourceType |
ProjectService.UpdateProjectRequest.getRequestSourceType() |
Modifier and Type | Method and Description |
---|---|
ProjectService.UpdateProjectRequest |
ProjectService.UpdateProjectRequest.requestSourceType(RequestSourceType requestSourceType)
Stores how the action was invoked (useful for analytics, for example)
|
Constructor and Description |
---|
ProjectUpdatedCategoryChangedEvent(RequestSourceType requestSourceType) |
ProjectUpdatedDetailedChangesEvent(Project oldProject,
Project newProject,
RequestSourceType requestSourceType) |
ProjectUpdatedKeyChangedEvent(RequestSourceType requestSourceType) |
ProjectUpdatedTypeChangedEvent(ProjectTypeKey oldProjectTypeKey,
ProjectTypeKey newProjectTypeKey,
RequestSourceType requestSourceType) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectEventManager.dispatchProjectCategoryChanged(RequestSourceType requestSourceType)
Dispatched when the association between a project and a category is updated.
|
void |
DefaultProjectEventManager.dispatchProjectCategoryChanged(RequestSourceType requestSourceType) |
void |
ProjectEventManager.dispatchProjectUpdated(ApplicationUser user,
Project newProject,
Project oldProject,
RequestSourceType requestSourceType)
Dispatches
ProjectUpdatedEvent . |
void |
DefaultProjectEventManager.dispatchProjectUpdated(ApplicationUser user,
Project newProject,
Project oldProject,
RequestSourceType requestSourceType) |
Modifier and Type | Method and Description |
---|---|
RequestSourceType |
JiraWebActionSupport.getRequestSourceType()
Returns an enum type representing how the action was invoked.
|
static RequestSourceType |
RequestSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestSourceType[] |
RequestSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.