public class UploadPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
UploadPublisher(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() |
UploadPublisher.DescriptorImpl |
getDescriptor() |
String |
getEnvVarsPath() |
String |
getInstallType() |
String |
getPassword() |
String |
getQrcodePath() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getScanDir() |
String |
getuKey() |
String |
getUpdateDescription() |
String |
getWildcard() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic 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 UploadPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2019 Micute. All rights reserved.