A B C D E F G H N P S V

A

AbstractGroovy - Class in hudson.plugins.groovy
Shared functionality for Groovy builders (nothing but script sources at the moment)
AbstractGroovy(ScriptSource) - Constructor for class hudson.plugins.groovy.AbstractGroovy
 
AbstractGroovy.AbstractGroovyDescriptor - Class in hudson.plugins.groovy
 
AbstractGroovy.AbstractGroovyDescriptor(Class<? extends Builder>) - Constructor for class hudson.plugins.groovy.AbstractGroovy.AbstractGroovyDescriptor
 

B

buildCommandLine(FilePath) - Method in class hudson.plugins.groovy.Groovy
 

C

configure(StaplerRequest) - Method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 

D

DESCRIPTOR - Static variable in class hudson.plugins.groovy.FileScriptSource
 
DESCRIPTOR - Static variable in class hudson.plugins.groovy.Groovy
 
DESCRIPTOR - Static variable in class hudson.plugins.groovy.StringScriptSource
 
DESCRIPTOR - Static variable in class hudson.plugins.groovy.SystemGroovy
 

E

exists() - Method in class hudson.plugins.groovy.Groovy.GroovyInstallation
Returns true if the executable exists.

F

FileScriptSource - Class in hudson.plugins.groovy
Groovy source based on given script file.
FileScriptSource(String) - Constructor for class hudson.plugins.groovy.FileScriptSource
 
FileScriptSource.DescriptorImpl - Class in hudson.plugins.groovy
 
FileScriptSource.DescriptorImpl() - Constructor for class hudson.plugins.groovy.FileScriptSource.DescriptorImpl
 

G

getBindings() - Method in class hudson.plugins.groovy.SystemGroovy
 
getClasspath() - Method in class hudson.plugins.groovy.SystemGroovy
 
getCommand() - Method in class hudson.plugins.groovy.Groovy
 
getCommand() - Method in class hudson.plugins.groovy.StringScriptSource
 
getCommand() - Method in class hudson.plugins.groovy.SystemGroovy
 
getDescriptor() - Method in class hudson.plugins.groovy.FileScriptSource
 
getDescriptor() - Method in class hudson.plugins.groovy.Groovy
 
getDescriptor() - Method in class hudson.plugins.groovy.StringScriptSource
 
getDescriptor() - Method in class hudson.plugins.groovy.SystemGroovy
 
getDisplayName() - Method in class hudson.plugins.groovy.FileScriptSource.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.groovy.StringScriptSource.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.groovy.SystemGroovy.DescriptorImpl
 
getExecutable(VirtualChannel) - Method in class hudson.plugins.groovy.Groovy.GroovyInstallation
Gets the executable path of this groovy installation on the given target system.
getGroovy(String) - Static method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 
getGroovy() - Method in class hudson.plugins.groovy.Groovy
 
getGroovyName() - Method in class hudson.plugins.groovy.Groovy
 
getHelpFile() - Method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.groovy.SystemGroovy.DescriptorImpl
 
getHome() - Method in class hudson.plugins.groovy.Groovy.GroovyInstallation
install directory.
getInstallations() - Method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 
getName() - Method in class hudson.plugins.groovy.Groovy.GroovyInstallation
Human readable display name.
getParameters() - Method in class hudson.plugins.groovy.Groovy
 
getProperties() - Method in class hudson.plugins.groovy.Groovy
 
getScriptFile(FilePath) - Method in class hudson.plugins.groovy.FileScriptSource
 
getScriptFile() - Method in class hudson.plugins.groovy.FileScriptSource
 
getScriptFile() - Method in class hudson.plugins.groovy.Groovy
 
getScriptFile(FilePath) - Method in interface hudson.plugins.groovy.ScriptSource
In the end, every script is a file...
getScriptFile(FilePath) - Method in class hudson.plugins.groovy.StringScriptSource
 
getScriptParameters() - Method in class hudson.plugins.groovy.Groovy
 
getScriptSource(StaplerRequest, JSONObject) - Method in class hudson.plugins.groovy.AbstractGroovy.AbstractGroovyDescriptor
Exctrats ScriptSource from given form data
getScriptSource() - Method in class hudson.plugins.groovy.AbstractGroovy
 
getScriptSources() - Static method in class hudson.plugins.groovy.AbstractGroovy.AbstractGroovyDescriptor
 
getScriptStream(FilePath) - Method in class hudson.plugins.groovy.FileScriptSource
 
getScriptStream(FilePath) - Method in interface hudson.plugins.groovy.ScriptSource
 
getScriptStream(FilePath) - Method in class hudson.plugins.groovy.StringScriptSource
 
getType() - Method in class hudson.plugins.groovy.Groovy
 
Groovy - Class in hudson.plugins.groovy
A Builder for Groovy scripts.
Groovy(ScriptSource, String, String, String, String) - Constructor for class hudson.plugins.groovy.Groovy
 
Groovy.BuilderType - Enum in hudson.plugins.groovy
 
Groovy.DescriptorImpl - Class in hudson.plugins.groovy
 
Groovy.GroovyInstallation - Class in hudson.plugins.groovy
 
Groovy.GroovyInstallation(String, String) - Constructor for class hudson.plugins.groovy.Groovy.GroovyInstallation
 

H

hudson.plugins.groovy - package hudson.plugins.groovy
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.groovy.FileScriptSource.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.groovy.Groovy.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.groovy.StringScriptSource.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.groovy.SystemGroovy.DescriptorImpl
 
nextInstanceID() - Method in class hudson.plugins.groovy.AbstractGroovy.AbstractGroovyDescriptor
 

P

parseProperties(String) - Static method in class hudson.plugins.groovy.AbstractGroovy
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.groovy.Groovy
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.groovy.SystemGroovy
 
PluginImpl - Class in hudson.plugins.groovy
Entry point of Groovy plugin.
PluginImpl() - Constructor for class hudson.plugins.groovy.PluginImpl
 

S

scriptSource - Variable in class hudson.plugins.groovy.AbstractGroovy
 
ScriptSource - Interface in hudson.plugins.groovy
Base interface for Groovy script sources.
SOURCES - Static variable in interface hudson.plugins.groovy.ScriptSource
 
start() - Method in class hudson.plugins.groovy.PluginImpl
 
StringScriptSource - Class in hudson.plugins.groovy
Groovy script specified by command string.
StringScriptSource(String) - Constructor for class hudson.plugins.groovy.StringScriptSource
 
StringScriptSource.DescriptorImpl - Class in hudson.plugins.groovy
 
StringScriptSource.DescriptorImpl() - Constructor for class hudson.plugins.groovy.StringScriptSource.DescriptorImpl
 
SystemGroovy - Class in hudson.plugins.groovy
A Builder which executes system Groovy script in Hudson JVM (similar to HUDSON_URL/script).
SystemGroovy(ScriptSource, String, String) - Constructor for class hudson.plugins.groovy.SystemGroovy
 
SystemGroovy.BuilderType - Enum in hudson.plugins.groovy
 
SystemGroovy.DescriptorImpl - Class in hudson.plugins.groovy
 

V

valueOf(String) - Static method in enum hudson.plugins.groovy.Groovy.BuilderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.groovy.SystemGroovy.BuilderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.groovy.Groovy.BuilderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.groovy.SystemGroovy.BuilderType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H N P S V

Copyright © 2008. All Rights Reserved.