hudson.plugins.groovy
Class AbstractGroovy
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.plugins.groovy.AbstractGroovy
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep
- Direct Known Subclasses:
- Groovy, SystemGroovy
public abstract class AbstractGroovy
- extends hudson.tasks.Builder
Shared functionality for Groovy builders
(nothing but script sources at the moment)
- Author:
- dvrzalik
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
| Methods inherited from class hudson.tasks.Builder |
getProjectAction, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, perform, prebuild |
| Methods inherited from interface hudson.model.Describable |
getDescriptor |
scriptSource
public ScriptSource scriptSource
AbstractGroovy
public AbstractGroovy(ScriptSource scriptSource)
getScriptSource
public ScriptSource getScriptSource()
parseProperties
public static java.util.Properties parseProperties(java.lang.String properties)
throws java.io.IOException
- Returns:
- Parsed properties. Never null.
- Throws:
java.io.IOException
Copyright © 2008. All Rights Reserved.