public class DiawiUploader extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
DiawiUploader.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, 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, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public DiawiUploader(String token, String fileName, String proxyHost, int proxyPort, String proxyProtocol) throws UnsupportedEncodingException
UnsupportedEncodingException
public 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 SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2020. All rights reserved.