public class TinfoilScanRecorder extends Recorder
Modifier and Type | Class and Description |
---|---|
static class |
TinfoilScanRecorder.DescriptorImpl |
Publisher.DescriptorExtensionListImpl
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
Modifier and Type | Field and Description |
---|---|
static TinfoilScanRecorder.DescriptorImpl |
DESCRIPTOR |
BUILDERS, PUBLISHERS
Constructor and Description |
---|
TinfoilScanRecorder(String credentialId,
String apiHost,
String siteId,
String proxyHost,
Integer proxyPort) |
Modifier and Type | Method and Description |
---|---|
String |
getAPIHost() |
String |
getCredentialId() |
TinfoilScanRecorder.DescriptorImpl |
getDescriptor() |
String |
getProxyHost() |
Integer |
getProxyPort() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getSiteId() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
resolveCredential(Item context,
String credentialId) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, prebuild
@Extension public static final TinfoilScanRecorder.DescriptorImpl DESCRIPTOR
public String getCredentialId()
public String getAPIHost()
public String getSiteId()
public String getProxyHost()
public Integer getProxyPort()
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
perform
in interface BuildStep
perform
in class BuildStepCompatibilityLayer
public com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials resolveCredential(Item context, String credentialId)
public TinfoilScanRecorder.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<Publisher>
getDescriptor
in class Recorder
Copyright © 2016–2019. All rights reserved.