public class GroovyPostbuildRecorder
extends hudson.tasks.Recorder
GroovyPostbuildActions to a build.| Modifier and Type | Class and Description |
|---|---|
static class |
GroovyPostbuildRecorder.BadgeManager |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
GroovyPostbuildRecorder(String groovyScript,
List<GroovyScriptPath> classpath,
int behavior) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBehavior() |
List<GroovyScriptPath> |
getClasspath() |
GroovyPostbuildDescriptor |
getDescriptor() |
String |
getGroovyScript() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, prebuild@DataBoundConstructor public GroovyPostbuildRecorder(String groovyScript, List<GroovyScriptPath> classpath, int behavior)
public final hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic GroovyPostbuildDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic final boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic List<GroovyScriptPath> getClasspath()
public final hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public String getGroovyScript()
public int getBehavior()
Copyright © 2004-2012. All Rights Reserved.