public class TinfoilScanRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
TinfoilScanRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static TinfoilScanRecorder.DescriptorImpl |
DESCRIPTOR |
| 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() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSiteID() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
resolveCredential(hudson.model.Item context,
String credentialId) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final TinfoilScanRecorder.DescriptorImpl DESCRIPTOR
public String getCredentialId()
public String getAPIHost()
public String getSiteID()
public String getProxyHost()
public Integer getProxyPort()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials resolveCredential(hudson.model.Item context,
String credentialId)
public TinfoilScanRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2016–2018. All rights reserved.