public class AQPluginBuilderAction extends Recorder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
AQPluginBuilderAction.DescriptorImpl |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
AQPluginBuilderAction(String jobId,
Secret apiKey,
String appURL,
String runParamStr,
String tenantCode,
String userName,
String proxyHost,
String proxyPort,
Boolean disableSSLCheck) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
getApiKey() |
String |
getAppURL() |
AQPluginBuilderAction.DescriptorImpl |
getDescriptor() |
String |
getJobId() |
String |
getProxyHost() |
String |
getProxyPort() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getRunParamStr() |
Boolean |
getSSLChecks() |
String |
getTenantCode() |
String |
getUserName() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuildpublic Secret getApiKey()
public String getUserName()
public String getJobId()
public String getAppURL()
public String getRunParamStr()
public String getProxyPort()
public String getProxyHost()
public String getTenantCode()
public Boolean getSSLChecks()
public AQPluginBuilderAction.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class Recorderpublic void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionpublic BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildStepCopyright © 2016–2021. All rights reserved.