com.atlassian.jira.workflow.condition
Class ValidatingIssueCondition
java.lang.Object
com.atlassian.jira.workflow.WorkflowFunctionUtils
com.atlassian.jira.workflow.condition.AbstractJiraCondition
com.atlassian.jira.workflow.condition.ValidatingIssueCondition
- All Implemented Interfaces:
- com.opensymphony.workflow.Condition
public class ValidatingIssueCondition
- extends com.atlassian.jira.workflow.condition.AbstractJiraCondition
FQCN : com.atlassian.jira.workflow.condition.ValidatingIssueCondition
- Since:
- Description : Evaluates if the current action is associated to an Edit Issue action
- Author:
- Kaamelot
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils |
ORIGNAL_ISSUE_KEY |
Method Summary |
boolean |
passesCondition(java.util.Map transientVars,
java.util.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, getCallerName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALIDATING_ISSUE_KEY
public static final java.lang.String VALIDATING_ISSUE_KEY
- See Also:
- Constant Field Values
ValidatingIssueCondition
public ValidatingIssueCondition()
passesCondition
public boolean passesCondition(java.util.Map transientVars,
java.util.Map args,
com.opensymphony.module.propertyset.PropertySet ps)
throws com.opensymphony.workflow.WorkflowException
- Throws:
com.opensymphony.workflow.WorkflowException
Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.