public class HttpPostPublisher
extends hudson.tasks.Notifier
artifacts
using a multipart HTTP POST call to an
specific URL.Job-Name
, Build-Number
and Build-Timestamp
are included automatically by the
time writing.Modifier and Type | Class and Description |
---|---|
static class |
HttpPostPublisher.Descriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
HttpPostPublisher() |
Modifier and Type | Method and Description |
---|---|
HttpPostPublisher.Descriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public HttpPostPublisher.Descriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
Copyright © 2004-2014. All Rights Reserved.