com.atlassian.confluence.plugin.descriptor.web.conditions
Class BuildNumberCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
      extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class BuildNumberCondition
extends BaseConfluenceCondition

Displays the web-item if the Confluence build number is between the minBuildNumber and maxBuildNumber parameter values. You can omit either parameter to have just a minimum or a maximum.

If the Confluence build number is not parseable, like during development, the condition will always return true. If either of the parameters are not parseable, then the condition will fail during initialisation.

Since:
3.0

Constructor Summary
BuildNumberCondition()
           
 
Method Summary
 void init(Map<String,String> params)
          Initialises the condition with any parameters from the plugin configuration.
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
protected  boolean shouldDisplay(WebInterfaceContext context)
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildNumberCondition

public BuildNumberCondition()
Method Detail

init

public void init(Map<String,String> params)
          throws com.atlassian.plugin.PluginParseException
Initialises the condition with any parameters from the plugin configuration. The following params are valid for this condition:

Specified by:
init in interface com.atlassian.plugin.web.Condition
Overrides:
init in class BaseConfluenceCondition
Throws:
com.atlassian.plugin.PluginParseException

shouldDisplay

protected boolean shouldDisplay(WebInterfaceContext context)
Specified by:
shouldDisplay in class BaseConfluenceCondition

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)


Copyright © 2003-2012 Atlassian. All Rights Reserved.