public class ProtecodeScIntegrator
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtecodeScIntegrator.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
ProtecodeScIntegrator(String credentialsId,
String protecodeScGroup,
boolean failIfVulns,
String artifactDir,
boolean convertToSummary,
boolean leaveArtifacts,
int scanTimeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactDir() |
String |
getCredentialsId() |
ProtecodeScIntegrator.DescriptorImpl |
getDescriptor() |
String |
getProtecodeScGroup() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getScanTimeout() |
boolean |
isConvertToSummary() |
boolean |
isFailIfVulns() |
boolean |
isLeaveArtifacts() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getProtecodeScGroup()
public String getCredentialsId()
public String getArtifactDir()
public int getScanTimeout()
public boolean isConvertToSummary()
public boolean isFailIfVulns()
public boolean isLeaveArtifacts()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ProtecodeScIntegrator.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2017. All rights reserved.