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
PluggableProjectOperations |
public DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
public List<PluggableProjectOperation> getVisibleProjectOperations(Project project, ApplicationUser user)
ProjectOperationManagerPluggableProjectOperationsgetVisibleProjectOperations in interface ProjectOperationManagerproject - The project for which to retrieve the operationsuser - The logged in userCopyright © 2002-2017 Atlassian. All Rights Reserved.