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, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic String getPackageIds()
public String getPackageIds(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic 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
IOExceptionInterruptedExceptionpublic 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)
Copyright © 2013-2014. All Rights Reserved.