com.atlassian.jira.workflow.condition
Class AlwaysFalseCondition

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowFunctionUtils
      extended by com.atlassian.jira.workflow.condition.AbstractJiraCondition
          extended by com.atlassian.jira.workflow.condition.AlwaysFalseCondition
All Implemented Interfaces:
com.opensymphony.workflow.Condition

public class AlwaysFalseCondition
extends AbstractJiraCondition

A workflow condition that will always fail.

Since:
6.3.3

Field Summary
 
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY, ORIGNAL_ISSUE_KEY
 
Constructor Summary
AlwaysFalseCondition()
           
 
Method Summary
 boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class com.atlassian.jira.workflow.condition.AbstractJiraCondition
getIssue
 
Methods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, populateParamsWithUser, populateParamsWithUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysFalseCondition

public AlwaysFalseCondition()
Method Detail

passesCondition

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.