public abstract class DefaultPluggableProjectOperation extends AbstractPluggableProjectOperation
PluggableProjectOperation
as something with a label and associated content.descriptor
Constructor and Description |
---|
DefaultPluggableProjectOperation() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getContentHtml(Project project,
ApplicationUser user) |
String |
getHtml(Project project,
ApplicationUser user)
Get the HTML to present on screen
|
protected abstract String |
getLabelHtml(Project project,
ApplicationUser user) |
init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
showOperation
public final String getHtml(Project project, ApplicationUser user)
PluggableProjectOperation
project
- Provide the project in case we need any project specific information to render the HTMLuser
- The currently logged in userprotected abstract String getLabelHtml(Project project, ApplicationUser user)
protected abstract String getContentHtml(Project project, ApplicationUser user)
Copyright © 2002-2022 Atlassian. All Rights Reserved.