@PublicSpi
public interface PluggableProjectOperation
IMPORTANT NOTE: This plugin type is only available for internal use. Please refrain from using this, as the backwards compatibility of this plugin type will NOT be maintained in the future.
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml(Project project,
ApplicationUser user)
Get the HTML to present on screen
|
void |
init(ProjectOperationModuleDescriptor descriptor) |
boolean |
showOperation(Project project,
ApplicationUser user)
Whether or not to show this operation for the given project and user.
|
void init(ProjectOperationModuleDescriptor descriptor)
String getHtml(Project project, ApplicationUser user)
project - Provide the project in case we need any project specific information to render the HTMLuser - The currently logged in userboolean showOperation(Project project, ApplicationUser user)
project - Project being vieweduser - The currently logged in userCopyright © 2002-2017 Atlassian. All Rights Reserved.