PushBuilder
instead.@Deprecated public class PushPublisher extends hudson.tasks.Publisher
Modifier and Type | Class and Description |
---|---|
static class |
PushPublisher.DescriptorImpl
Deprecated.
|
Constructor and Description |
---|
PushPublisher(RemoteImageNameStrategy remoteImageStrategy,
String organization,
boolean overwriteOrganization,
String remoteImageName,
String dateFormat,
boolean appendDate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.model.BuildListener listener) |
void |
publish(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Deprecated.
|
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuild
public void publish(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IllegalStateException
IllegalStateException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean prebuild(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
public final boolean perform(hudson.model.AbstractBuild<?,?> abstractBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004-2016. All Rights Reserved.