public class RhnPush
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
RhnPush.RpmPublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
RhnPush(String serverType,
String satelliteServerHostname,
String server,
String proxy,
String username,
hudson.util.Secret password,
boolean deployEvenBuildFail,
boolean noGpg,
boolean newest,
boolean force,
List<RhnPushEntry> publishedRpms) |
Modifier and Type | Method and Description |
---|---|
List<RhnPushEntry> |
getEntries() |
hudson.util.Secret |
getPassword() |
String |
getProxy() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSatelliteServerHostname() |
String |
getServer() |
String |
getServerType() |
String |
getUsername() |
boolean |
isDeployEvenBuildFail() |
boolean |
isForce() |
boolean |
isNewest() |
boolean |
isNoGpg() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public List<RhnPushEntry> getEntries()
public boolean isDeployEvenBuildFail()
public boolean isNoGpg()
public boolean isNewest()
public boolean isForce()
public String getServer()
public String getProxy()
public String getUsername()
public hudson.util.Secret getPassword()
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 String getServerType()
public String getSatelliteServerHostname()
Copyright © 2016–2022 SpecEMS. All rights reserved.