public class DiawiUploader extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
DiawiUploader.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
DiawiUploader(String token,
String fileName,
String proxyHost,
int proxyPort,
String proxyProtocol) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
String |
getProxyHost() |
int |
getProxyPort() |
String |
getProxyProtocol() |
String |
getToken() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setFileName(String value) |
void |
setProxyHost(String value) |
void |
setProxyPort(int value) |
void |
setProxyProtocol(String value) |
void |
setToken(String value) |
static void |
writelink(String filename,
String content) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild@DataBoundConstructor public DiawiUploader(String token, String fileName, String proxyHost, int proxyPort, String proxyProtocol) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setToken(String value)
public void setFileName(String value)
public void setProxyHost(String value)
public void setProxyPort(int value)
public void setProxyProtocol(String value)
public String getToken()
public String getFileName()
public String getProxyHost()
public int getProxyPort()
public String getProxyProtocol()
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2020. All rights reserved.