Class SubTaskBlockingCondition
java.lang.Object
com.atlassian.jira.workflow.WorkflowFunctionUtils
com.atlassian.jira.workflow.condition.AbstractJiraCondition
com.atlassian.jira.workflow.condition.SubTaskBlockingCondition
- All Implemented Interfaces:
com.opensymphony.workflow.Condition
-
Field Summary
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, getUserByKey, populateParamsWithUser, populateParamsWithUser
-
Constructor Details
-
SubTaskBlockingCondition
public SubTaskBlockingCondition()
-
-
Method Details
-
passesCondition
-