public class ProjectResultPublisher extends hudson.tasks.Recorder implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProjectResultPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
ProjectResultPublisher(ProjectConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
debugPrint() |
ProjectConfiguration |
getConfig() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
Declares the scope of the synchronization monitor this
BuildStep expects from outside. |
hudson.util.DescribableList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> |
getTestDataPublishers() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setConfig(ProjectConfiguration config) |
void |
setTestDataPublishers(hudson.util.DescribableList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> testDataPublishers) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public ProjectResultPublisher(ProjectConfiguration config)
public hudson.util.DescribableList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> getTestDataPublishers()
public void setTestDataPublishers(hudson.util.DescribableList<TestDataPublisher,hudson.model.Descriptor<TestDataPublisher>> testDataPublishers)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
BuildStep
expects from outside.getRequiredMonitorService
in interface hudson.tasks.BuildStep
public void debugPrint()
public ProjectConfiguration getConfig()
public void setConfig(ProjectConfiguration config)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2004-2016. All Rights Reserved.