Class HasVersionsReleasedCondition

All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class HasVersionsReleasedCondition extends AbstractHasVersionsCondition
Checks if there are any released versions for the selected project.

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)