public class ReplicatePackagesBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
ReplicatePackagesBuilder.DescriptorImpl |
Constructor and Description |
---|
ReplicatePackagesBuilder(String packageIds,
String baseUrls,
String credentialsId,
long requestTimeout,
long serviceTimeout,
long waitDelay,
boolean ignoreErrors) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrls() |
String |
getCredentialsId() |
String |
getPackageIds() |
String |
getPackageIds(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
long |
getRequestTimeout() |
long |
getServiceTimeout() |
long |
getWaitDelay() |
boolean |
isIgnoreErrors() |
List<net.adamcin.granite.client.packman.PackId> |
listPackIds(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setBaseUrls(String baseUrls) |
void |
setCredentialsId(String credentialsId) |
void |
setIgnoreErrors(boolean ignoreErrors) |
void |
setPackageIds(String packageIds) |
void |
setRequestTimeout(long requestTimeout) |
void |
setServiceTimeout(long serviceTimeout) |
void |
setWaitDelay(long waitDelay) |
all, getDescriptor, getRequiredMonitorService, prebuild
public String getPackageIds()
public String getPackageIds(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public String getBaseUrls()
public void setBaseUrls(String baseUrls)
public String getCredentialsId()
public void setCredentialsId(String credentialsId)
public List<net.adamcin.granite.client.packman.PackId> listPackIds(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public long getRequestTimeout()
public long getServiceTimeout()
public boolean isIgnoreErrors()
public void setPackageIds(String packageIds)
public void setIgnoreErrors(boolean ignoreErrors)
public void setRequestTimeout(long requestTimeout)
public void setServiceTimeout(long serviceTimeout)
public long getWaitDelay()
public void setWaitDelay(long waitDelay)
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
Copyright © 2013–2016. All rights reserved.