Class ProbelyScanBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.probely.plugin.ProbelyScanBuilder
- All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep, SimpleBuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory -
Field Summary
Fields inherited from interface BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidsetAuthToken(String authToken) voidsetCredentialsId(String credentialsId) voidsetFailThreshold(String failThreshold) voidsetStopIfFailed(boolean stopIfFailed) voidsetWaitForScan(boolean waitForScan) Methods inherited from class Builder
all, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BuildStep
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildMethods inherited from interface SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
ProbelyScanBuilder
-
-
Method Details
-
getTargetId
-
getCredentialsId
-
setCredentialsId
-
setAuthToken
-
getWaitForScan
public boolean getWaitForScan() -
setWaitForScan
@DataBoundSetter public void setWaitForScan(boolean waitForScan) -
getStopIfFailed
public boolean getStopIfFailed() -
setStopIfFailed
@DataBoundSetter public void setStopIfFailed(boolean stopIfFailed) -
getFailThreshold
-
setFailThreshold
-
perform
public void perform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException- Specified by:
performin interfaceSimpleBuildStep- Throws:
IOException
-