com.atlassian.jira.plugin.projectpanel.impl
Class VersionDrillDownRenderer
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.VersionDrillDownRenderer
public class VersionDrillDownRenderer
- extends Object
Renders a roadmap (or changelog) for a given context. This class is expected to run under a web request. It uses the
user's session and quereys the web request for passed in parameters.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBSET_SIZE
public static final int SUBSET_SIZE
- The number of versions to display on a single screen
- See Also:
- Constant Field Values
EXPAND_VERSION
public static final String EXPAND_VERSION
- See Also:
- Constant Field Values
COLLAPSE_VERSION
public static final String COLLAPSE_VERSION
- See Also:
- Constant Field Values
ALL_VERSIONS
public static final String ALL_VERSIONS
- See Also:
- Constant Field Values
versionManager
protected final VersionManager versionManager
searchProvider
protected final SearchProvider searchProvider
constantsManager
protected final ConstantsManager constantsManager
applicationProperties
protected final ApplicationProperties applicationProperties
VersionDrillDownRenderer
public VersionDrillDownRenderer(JiraAuthenticationContext jiraAuthenticationContext,
VersionManager versionManager,
ApplicationProperties applicationProperties,
ConstantsManager constantsManager,
SearchProvider searchProvider,
com.atlassian.velocity.VelocityManager velocityManager,
SearchService searchService,
FieldVisibilityManager fieldVisibilityManager)
getHtml
public String getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions)
- Retreives the html for a non-personal roadmap/changelog
- Parameters:
ctx
- The context underwhich this is runninguniqueKey
- a key that is unique ot this roadmap/changelogversions
- the list of versions for this context
- Returns:
- The escaped html of the roadmap
getHtml
public String getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions,
boolean isPersonal)
- Retreives the html for the roadmap.
- Parameters:
ctx
- The context underwhich this is runninguniqueKey
- a key that is unique ot this roadmap/changelogversions
- the list of versions for this contextisPersonal
- whether this is a persoal roadmap or not
- Returns:
- The escaped html of the roadmap
getNavigatorUrl
public String getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal)
Copyright © 2002-2012 Atlassian. All Rights Reserved.