public class GroovyExecuteTask extends ExecuteTaskSupport
ExecuteTask.| Constructor and Description |
|---|
GroovyExecuteTask(Object value,
Map attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecuteContext context) |
Map |
getAttributes() |
groovy.lang.Closure |
getClosure() |
Object |
getValue() |
void |
setClosure(groovy.lang.Closure closure) |
String |
toString() |
getId, getPhase, getProfileId, setId, setPhase, setProfileIdpublic Object getValue()
public Map getAttributes()
public groovy.lang.Closure getClosure()
public void setClosure(groovy.lang.Closure closure)
public void execute(ExecuteContext context) throws Exception
ExceptionCopyright © 2025. All rights reserved.