org.cert.cc.jira.atc
Class AutomatedTaskCreator
java.lang.Object
org.cert.cc.jira.atc.AutomatedTaskCreator
public final class AutomatedTaskCreator
- extends Object
AutomatedTaskCreator is the main class for creating tasks (or any issue type) automatically when an issue
is created within the JIRA system.
© 2010 Carnegie Mellon University
- Author:
- Steve Scholnick
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
APPLICATION
public static final String APPLICATION
- See Also:
- Constant Field Values
CUSTOM_FIELD_PROPERTY_NAME
public static final String CUSTOM_FIELD_PROPERTY_NAME
- See Also:
- Constant Field Values
PROPERTIES_DIRECTORY
public static final File PROPERTIES_DIRECTORY
AutomatedTaskCreator
public AutomatedTaskCreator(MutableIssue sourceIssue,
PropertiesManager propertiesManager)
- Constructor
- Parameters:
sourceIssue
- Source Issue
propertiesManager
- PropertiesManager
getCreatorContext
public static String getCreatorContext()
- Returns the context suitable for the creator read-only JIRA field
execute
public void execute(Trigger trigger)
- Main method
Copyright © 2012 Carnegie Mellon University