com.atlassian.studio.jira.workflow
Class OnlyBambooNotificationsCondition

java.lang.Object
  extended by com.atlassian.studio.jira.workflow.OnlyBambooNotificationsCondition
All Implemented Interfaces:
com.opensymphony.workflow.Condition

public class OnlyBambooNotificationsCondition
extends Object
implements com.opensymphony.workflow.Condition

This condition allows a workflow transition to only be displayed if in a Bamboo build notification context


Constructor Summary
OnlyBambooNotificationsCondition()
           
 
Method Summary
 boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnlyBambooNotificationsCondition

public OnlyBambooNotificationsCondition()
Method Detail

passesCondition

public boolean passesCondition(Map transientVars,
                               Map args,
                               com.opensymphony.module.propertyset.PropertySet ps)
                        throws com.opensymphony.workflow.WorkflowException
Specified by:
passesCondition in interface com.opensymphony.workflow.Condition
Throws:
com.opensymphony.workflow.WorkflowException


Copyright © 2002-2012 Atlassian. All Rights Reserved.