com.atlassian.jira.plugin.projectoperation
Class DefaultPluggableProjectOperation
java.lang.Object
com.atlassian.jira.plugin.projectoperation.AbstractPluggableProjectOperation
com.atlassian.jira.plugin.projectoperation.DefaultPluggableProjectOperation
- All Implemented Interfaces:
- PluggableProjectOperation
public abstract class DefaultPluggableProjectOperation
- extends AbstractPluggableProjectOperation
Class that represents a PluggableProjectOperation
as something with a label and associated content.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPluggableProjectOperation
public DefaultPluggableProjectOperation()
getHtml
public final String getHtml(Project project,
User user)
- Description copied from interface:
PluggableProjectOperation
- Get the HTML to present on screen
- Parameters:
project
- Provide the project in case we need any project specific information to render the HTMLuser
- The currently logged in user
- Returns:
- HTML representation for this project operation.
getLabelHtml
protected abstract String getLabelHtml(Project project,
User user)
getContentHtml
protected abstract String getContentHtml(Project project,
User user)
Copyright © 2002-2011 Atlassian. All Rights Reserved.