public class UploadBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadBuilder.DescriptorImpl |
| Constructor and Description |
|---|
UploadBuilder(String uKey,
String apiKey,
String scanDir,
String wildcard,
String installType,
String password,
String updateDescription,
String qrcodePath,
String envVarsPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
UploadBuilder.DescriptorImpl |
getDescriptor() |
String |
getEnvVarsPath() |
String |
getInstallType() |
String |
getPassword() |
String |
getQrcodePath() |
String |
getScanDir() |
String |
getuKey() |
String |
getUpdateDescription() |
String |
getWildcard() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getuKey()
public String getApiKey()
public String getScanDir()
public String getWildcard()
public String getInstallType()
public String getPassword()
public String getUpdateDescription()
public String getQrcodePath()
public String getEnvVarsPath()
public 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 UploadBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2016–2018 Micute. All rights reserved.