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,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
NCScanBuilder.DescriptorImpl |
getDescriptor() |
Secret |
getNcApiToken() |
String |
getNcProfileId() |
String |
getNcScanType() |
String |
getNcServerURL() |
String |
getNcWebsiteId() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setCredentialsId(String credentialsId) |
void |
setNcApiToken(String ncApiToken) |
void |
setNcProfileId(String ncProfileId) |
void |
setNcScanType(String ncScanType) |
void |
setNcServerURL(String ncServerURL) |
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 getNcScanType()
public String getCredentialsId()
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 setNcServerURL(String ncServerURL)
public Secret getNcApiToken()
@DataBoundSetter public void setNcApiToken(String 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.