public class NCScanBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
NCScanBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
NCScanBuilder(String ncScanType,
String ncWebsiteId,
String ncProfileId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
NCScanBuilder.DescriptorImpl |
getDescriptor() |
Secret |
getNcApiToken() |
String |
getNcProfileId() |
String |
getNcScanType() |
String |
getNcServerURL() |
String |
getNcSeverity() |
Boolean |
getNcStopScan() |
String |
getNcWebsiteId() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setCredentialsId(String credentialsId) |
void |
setNcApiToken(Object ncApiToken) |
void |
setNcProfileId(String ncProfileId) |
void |
setNcScanType(String ncScanType) |
void |
setNcServerURL(String ncServerURL) |
void |
setNcSeverity(String ncSeverity) |
void |
setNcStopScan(Boolean ncStopScan) |
void |
setNcWebsiteId(String ncTargetURL) |
all, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getNcSeverity()
public Boolean getNcStopScan()
public String getNcScanType()
public String getCredentialsId()
@DataBoundSetter public void setCredentialsId(String credentialsId)
public void setNcScanType(String ncScanType)
public String getNcWebsiteId()
public void setNcWebsiteId(String ncTargetURL)
public String getNcProfileId()
public void setNcProfileId(String ncProfileId)
public String getNcServerURL()
@DataBoundSetter public void setNcSeverity(String ncSeverity)
@DataBoundSetter public void setNcStopScan(Boolean ncStopScan)
@DataBoundSetter public void setNcServerURL(String ncServerURL)
public Secret getNcApiToken()
@DataBoundSetter public void setNcApiToken(Object ncApiToken)
public void perform(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionpublic NCScanBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Builder>getDescriptor in class BuilderCopyright © 2016–2020. All rights reserved.