public class DefaultProjectOperationManager extends Object implements ProjectOperationManager
Constructor and Description |
---|
DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
List<PluggableProjectOperation> |
getVisibleProjectOperations(Project project,
ApplicationUser user)
Returns a list of
PluggableProjectOperation s |
public DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
public List<PluggableProjectOperation> getVisibleProjectOperations(Project project, ApplicationUser user)
ProjectOperationManager
PluggableProjectOperation
sgetVisibleProjectOperations
in interface ProjectOperationManager
project
- The project for which to retrieve the operationsuser
- The logged in userCopyright © 2002-2022 Atlassian. All Rights Reserved.