@Metadata(virtual=true)
public class ScriptedConfigurationItem
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptedConfigurationItem.ProcessHolder<T> |
static class |
ScriptedConfigurationItem.ResultHolder<T> |
| Constructor and Description |
|---|
ScriptedConfigurationItem() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
execute(javax.script.ScriptContext scriptContext) |
java.lang.String |
getExecutionLog() |
protected javax.script.ScriptContext |
getScriptContext() |
java.lang.String |
getScriptLocation() |
protected java.lang.String |
getScriptPrelude() |
void |
setScriptLocation(java.lang.String scriptLocation) |
compareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic void setScriptLocation(java.lang.String scriptLocation)
public java.lang.String getScriptLocation()
protected <T> T execute(javax.script.ScriptContext scriptContext)
throws ScriptExecutionException,
java.io.FileNotFoundException
ScriptExecutionExceptionjava.io.FileNotFoundExceptionprotected javax.script.ScriptContext getScriptContext()
protected java.lang.String getScriptPrelude()
public java.lang.String getExecutionLog()