com.atlassian.jira.workflow
Class OSWorkflowConfigurator

java.lang.Object
  extended by com.atlassian.jira.workflow.OSWorkflowConfigurator
All Implemented Interfaces:
Startable

public class OSWorkflowConfigurator
extends Object
implements Startable

Provides a way for JIRA to configure OSWorkflow to lookup condition, validator, and post-function classes by setting the TypeResolver.

Since:
3.13

Constructor Summary
OSWorkflowConfigurator(ClassLoader applicationClassLoader)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSWorkflowConfigurator

public OSWorkflowConfigurator(ClassLoader applicationClassLoader)
Method Detail

start

public void start()
           throws Exception
Specified by:
start in interface Startable
Throws:
Exception


Copyright © 2002-2009 Atlassian. All Rights Reserved.