public class IvyReportPublisher
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
IvyReportPublisher.DescriptorImpl
Descriptor for
IvyReportPublisher . |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
static IvyReportPublisher.DescriptorImpl |
DESCRIPTOR
Descriptor should be singleton.
|
Constructor and Description |
---|
IvyReportPublisher(String ivyReportConfigurations,
String resolveId) |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
String |
getIvyReportConfigurations() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getResolveId() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, perform, prebuild
@Extension public static final IvyReportPublisher.DescriptorImpl DESCRIPTOR
public String getResolveId()
public String getIvyReportConfigurations()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions
in interface hudson.tasks.BuildStep
getProjectActions
in class hudson.tasks.BuildStepCompatibilityLayer
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.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
Copyright © 2004-2012. All Rights Reserved.