org.cert.cc.jira.atc.config
Class ScriptConfiguration

java.lang.Object
  extended by org.cert.cc.jira.atc.config.ScriptConfiguration

public class ScriptConfiguration
extends Object

Configuration element to include a JSR-223 script in an issue

© 2011 Carnegie Mellon University

Author:
Aaron Reffett

Constructor Summary
ScriptConfiguration()
           
 
Method Summary
 ScriptElement getDoElement()
          Gets the do element
 String getLanguage()
          Gets the script language
 ScriptElement getWhenElement()
          Get the when script element
 boolean getWhenEval()
          Gets the boolean value to evaluate the when element to
 void setDoElement(ScriptElement doElement)
          Sets the do element
 void setLanguage(String language)
          Sets the script language
 void setWhenElement(ScriptElement whenElement)
          Sets the when script element
 void setWhenEval(boolean whenEval)
          Sets the value to evaluate the when to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptConfiguration

public ScriptConfiguration()
Method Detail

getLanguage

public String getLanguage()
Gets the script language

Returns:

setLanguage

public void setLanguage(String language)
Sets the script language

Parameters:
language -

getWhenElement

public ScriptElement getWhenElement()
Get the when script element

Returns:

setWhenElement

public void setWhenElement(ScriptElement whenElement)
Sets the when script element

Parameters:
whenElement -

getWhenEval

public boolean getWhenEval()
Gets the boolean value to evaluate the when element to

Returns:

setWhenEval

public void setWhenEval(boolean whenEval)
Sets the value to evaluate the when to

Parameters:
whenEval -

getDoElement

public ScriptElement getDoElement()
Gets the do element

Returns:

setDoElement

public void setDoElement(ScriptElement doElement)
Sets the do element

Parameters:
doElement -


Copyright © 2012 Carnegie Mellon University