public class HasVersionsReleasedCondition extends AbstractHasVersionsCondition
By default, archived versions are not included. This can be changed by mapping
"includedArchived" to "true" in the params passed in to AbstractHasVersionsCondition.init(java.util.Map params)
includeArchived
Constructor and Description |
---|
HasVersionsReleasedCondition(VersionManager versionManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldDisplay(ApplicationUser user,
JiraHelper jiraHelper) |
init
getApplicationUser, shouldDisplay
public HasVersionsReleasedCondition(VersionManager versionManager)
public boolean shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
shouldDisplay
in class AbstractWebCondition
Copyright © 2002-2021 Atlassian. All Rights Reserved.