public class GroovyDataProvider extends AutocompleteDataProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
GroovyDataProvider.DescriptorImpl |
| Constructor and Description |
|---|
GroovyDataProvider(String script,
boolean sandbox,
LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> classpath) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> |
getClasspath() |
Collection<?> |
getData() |
boolean |
getSandbox() |
String |
getScript() |
void |
setClasspath(LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> classpath) |
void |
setSandbox(boolean sandbox) |
void |
setScript(String script) |
all, getDescriptor@DataBoundConstructor public GroovyDataProvider(String script, boolean sandbox, LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> classpath)
public Collection<?> getData()
getData in class AutocompleteDataProviderpublic String getScript()
public void setScript(String script)
public LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> getClasspath()
public void setClasspath(LinkedList<org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry> classpath)
public boolean getSandbox()
public void setSandbox(boolean sandbox)
Copyright © 2016–2017. All rights reserved.