com.atlassian.bamboo.plugins.web.conditions
Class OnLoginPageCondition

java.lang.Object
  extended by com.atlassian.bamboo.plugins.web.conditions.OnLoginPageCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class OnLoginPageCondition
extends java.lang.Object
implements com.atlassian.plugin.web.Condition


Field Summary
static java.lang.String LOGIN_URI
           
 
Constructor Summary
OnLoginPageCondition()
           
 
Method Summary
 void init(java.util.Map<java.lang.String,java.lang.String> stringStringMap)
           
 void setFreemarkerContext(FreemarkerContext freemarkerContext)
           
 boolean shouldDisplay(java.util.Map<java.lang.String,java.lang.Object> stringObjectMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN_URI

public static final java.lang.String LOGIN_URI
See Also:
Constant Field Values
Constructor Detail

OnLoginPageCondition

public OnLoginPageCondition()
Method Detail

init

public void init(java.util.Map<java.lang.String,java.lang.String> stringStringMap)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.web.Condition
Throws:
com.atlassian.plugin.PluginParseException

shouldDisplay

public boolean shouldDisplay(java.util.Map<java.lang.String,java.lang.Object> stringObjectMap)
Specified by:
shouldDisplay in interface com.atlassian.plugin.web.Condition

setFreemarkerContext

public void setFreemarkerContext(FreemarkerContext freemarkerContext)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.