com.atlassian.jira.workflow.function
Class InheritFixVersionsFunction

java.lang.Object
  extended by com.atlassian.jira.workflow.function.AInheritFromParentFunction
      extended by com.atlassian.jira.workflow.function.InheritFixVersionsFunction
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class InheritFixVersionsFunction
extends AInheritFromParentFunction
implements com.opensymphony.workflow.FunctionProvider


Field Summary
 
Fields inherited from class com.atlassian.jira.workflow.function.AInheritFromParentFunction
storeModifiedFields, storeWithHistory
 
Constructor Summary
InheritFixVersionsFunction()
           
 
Method Summary
protected  void inheritFromParent(com.atlassian.jira.issue.MutableIssue _issue, com.atlassian.jira.issue.Issue _parent)
           
 
Methods inherited from class com.atlassian.jira.workflow.function.AInheritFromParentFunction
execute, storeModifiedFields, storeModifiedFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.workflow.FunctionProvider
execute
 

Constructor Detail

InheritFixVersionsFunction

public InheritFixVersionsFunction()
Method Detail

inheritFromParent

protected void inheritFromParent(com.atlassian.jira.issue.MutableIssue _issue,
                                 com.atlassian.jira.issue.Issue _parent)
Specified by:
inheritFromParent in class AInheritFromParentFunction


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.