Package | Description |
---|---|
com.atlassian.jira.project.type |
Package containing APIs to access project types.
|
Modifier and Type | Method and Description |
---|---|
ProjectTypeUpdatedOutcome |
ProjectTypeUpdatedHandler.onProjectTypeUpdated(ApplicationUser user,
Project project,
ProjectTypeKey oldProjectTypeKey,
ProjectTypeKey newProjectTypeKey)
Method called every time the type of a project is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectTypeUpdatedHandler.onProjectTypeUpdateRolledBack(ApplicationUser user,
Project project,
ProjectTypeKey oldProjectTypeKey,
ProjectTypeKey newProjectTypeKey,
ProjectTypeUpdatedOutcome outcome)
This method will only be called if the update to the project type is rolled back.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.